UnauthorizedStunError Class |
Namespace: FM.IceLink.Stun
The UnauthorizedStunError type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnauthorizedStunError |
Initializes a new instance of the UnauthorizedStunError class.
|
![]() | UnauthorizedStunError(String) |
Initializes a new instance of the UnauthorizedStunError class.
|
![]() | UnauthorizedStunError(NonceAttribute, RealmAttribute, String) |
Initializes a new instance of the UnauthorizedStunError class.
|
Name | Description | |
---|---|---|
![]() | ErrorCode |
Gets or sets the error code.
(Inherited from Error.) |
![]() | Exception |
Gets or sets the exception.
(Inherited from Error.) |
![]() | Message |
Gets or sets the message associated with this error
(Inherited from Error.) |
![]() | Nonce |
Gets or sets the nonce attribute.
|
![]() | Realm |
Gets or sets the realm attribute.
|
![]() | StunErrorCode |
Gets this error's code
(Inherited from Error.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDescription |
Gets the description for this Error.
(Overrides ErrorGetDescription.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToJson |
Serializes this instance to JSON.
(Inherited from Error.) |
![]() | ToString |
Returns the string representation of this error.
(Inherited from Error.) |