Class PeerAddressFamilyMismatchError
443 Peer Address Family Mismatch. A peer address was of a different address family than that of the relayed transport address of the allocation.
Inherited Members
Namespace: FM.LiveSwitch.Stun.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public class PeerAddressFamilyMismatchError : Error
Constructors
PeerAddressFamilyMismatchError()
Initializes a new instance of the PeerAddressFamilyMismatchError class.
Declaration
public PeerAddressFamilyMismatchError()
PeerAddressFamilyMismatchError(String)
Initializes a new instance of the PeerAddressFamilyMismatchError class.
Declaration
public PeerAddressFamilyMismatchError(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 |