Class StaleCredentialsError
430 Stale Credentials. The shared secret sent in the request is expired; the client should obtain a new shared secret.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class StaleCredentialsError : ErrorConstructors
StaleCredentialsError()
Initializes a new instance of the StaleCredentialsError class.
Declaration
public StaleCredentialsError()StaleCredentialsError(String)
Initializes a new instance of the StaleCredentialsError class.
Declaration
public StaleCredentialsError(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message. | 
Methods
GetDescription()
Gets the description for this Error.
Declaration
public override string GetDescription()Returns
| Type | Description | 
|---|---|
| System.String |