C-DEngine 5.105

HttpListenerResponse..::..StatusDescription Property

Gets or sets the description of the HTTP status code returned to the client.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string StatusDescription { get; set; }
Public Property StatusDescription As String
	Get
	Set
public:
property String^ StatusDescription {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the description of the status code. The default value is the RFC 2616 description for the StatusCode property value, or Empty if an RFC 2616 description doesn't exist.

Exceptions


ExceptionCondition
ArgumentException The value specified for a set operation contains invalid characters.
InvalidOperationException The response has already been sent.
ObjectDisposedException This object is closed.