Class MissingUsernameError
432 Missing username; the username attribute is not present in the request.
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 MissingUsernameError : Error
Constructors
MissingUsernameError()
Initializes a new instance of the MissingUsernameError class.
Declaration
public MissingUsernameError()
MissingUsernameError(String)
Initializes a new instance of the MissingUsernameError class.
Declaration
public MissingUsernameError(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 |