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
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.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 |