Class AddressFamilyNotSupportedError
440 Address Family Not Supported. RFC 6156. Indicates that the server does not support the address family requested by the client.
Inherited Members
Namespace: FM.LiveSwitch.Stun.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public class AddressFamilyNotSupportedError : Error
Constructors
AddressFamilyNotSupportedError()
Initializes a new instance of the AddressFamilyNotSupportedError class.
Declaration
public AddressFamilyNotSupportedError()
AddressFamilyNotSupportedError(String)
Initializes a new instance of the AddressFamilyNotSupportedError class.
Declaration
public AddressFamilyNotSupportedError(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 |