Class ServerError
500 Server Error. RFC5389. Indicates that the server has suffered a temporary error. The client should try again.
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
Assembly: FM.LiveSwitch.dll
Syntax
public class ServerError : Error
Constructors
ServerError()
Initializes a new instance of the ServerError class.
Declaration
public ServerError()
ServerError(String)
Initializes a new instance of the ServerError class.
Declaration
public ServerError(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 |