Class ConnectionAlreadyExistsError
446 Connection Already exists. This indicates that either 1) the server is currently processing a Connect request for this allocation with the same XOR-PEER-ADDRESS; OR 2) the server has already successfully processed a Connect request for this allocation with the same XOR-PEER-ADDRESS, and the resulting client and peer data connections are either pending or active
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 ConnectionAlreadyExistsError : Error
Constructors
ConnectionAlreadyExistsError()
Initializes a new instance of the ConnectionAlreadyExistsError class.
Declaration
public ConnectionAlreadyExistsError()
ConnectionAlreadyExistsError(String)
Initializes a new instance of the ConnectionAlreadyExistsError class.
Declaration
public ConnectionAlreadyExistsError(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 |