Class TurnClientException
Implements
Inherited Members
Namespace: Libplanet.Stun
Assembly: Libplanet.Stun.dll
Syntax
[Serializable]
public class TurnClientException : Exception, ISerializable
Constructors
| Improve this Doc View SourceTurnClientException(String, StunMessage)
Declaration
public TurnClientException(string message, StunMessage response = null)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
StunMessage | response |
Properties
| Improve this Doc View SourceResponse
Declaration
public StunMessage Response { get; }
Property Value
Type | Description |
---|---|
StunMessage |