Class TurnClientException
Namespace: Libplanet.Stun
Assembly: Libplanet.Stun.dll
Syntax
public class TurnClientException : Exception
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 |