Class MobilityForbiddenError
405 Mobility Forbidden. RFC 8016. Indicates that the request is valid, but the server is refusing to perform it, likely due to administrative restrictions. The client considers the current transaction as having failed. The client can notify the user or operator. The client SHOULD NOT retry sending the Allocate request containing the MOBILITY-TICKET 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 MobilityForbiddenError : Error
Constructors
MobilityForbiddenError()
Initializes a new instance of the MobilityForbiddenError class.
Declaration
public MobilityForbiddenError()
MobilityForbiddenError(String)
Initializes a new instance of the MobilityForbiddenError class.
Declaration
public MobilityForbiddenError(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 |