Class UnsupportedTransportProtocolError
442 Unsupported Transport Protocol. The client should not receive this error in response to a request for a UDP allocation. The client MAY notify the user or operator and SHOULD NOT reattempt the request with this server until it believes the problem has been fixed.
Inherited Members
Namespace: FM.LiveSwitch.Stun.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public class UnsupportedTransportProtocolError : Error
Constructors
UnsupportedTransportProtocolError()
Initializes a new instance of the UnsupportedTransportProtocolError class.
Declaration
public UnsupportedTransportProtocolError()
UnsupportedTransportProtocolError(String)
Initializes a new instance of the UnsupportedTransportProtocolError class.
Declaration
public UnsupportedTransportProtocolError(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 |