Class StaleNonceError
438 Stale Nonce. RFC5389. Indicates that the NONCE used by the client was no longer valid. The client should retry, using the NONCE provided in the response.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class StaleNonceError : Error
Constructors
StaleNonceError()
Initializes a new instance of the StaleNonceError class.
Declaration
public StaleNonceError()
StaleNonceError(NonceAttribute, RealmAttribute)
Initializes a new instance of the StaleNonceError class.
Declaration
public StaleNonceError(NonceAttribute nonce, RealmAttribute realm)
Parameters
Type | Name | Description |
---|---|---|
NonceAttribute | nonce | The nonce attribute. |
RealmAttribute | realm | The realm attribute. |
StaleNonceError(String)
Initializes a new instance of the StaleNonceError class.
Declaration
public StaleNonceError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
StaleNonceError(String, NonceAttribute, RealmAttribute)
Initializes a new instance of the StaleNonceError class.
Declaration
public StaleNonceError(string message, NonceAttribute nonce, RealmAttribute realm)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
NonceAttribute | nonce | The nonce attribute. |
RealmAttribute | realm | The realm attribute. |
Properties
Nonce
Gets or sets the nonce attribute.
Declaration
public NonceAttribute Nonce { get; }
Property Value
Type | Description |
---|---|
NonceAttribute |
Realm
Gets or sets the realm attribute.
Declaration
public RealmAttribute Realm { get; }
Property Value
Type | Description |
---|---|
RealmAttribute |
Methods
GetDescription()
Gets the description for this Error.
Declaration
public override string GetDescription()
Returns
Type | Description |
---|---|
System.String |