Click or drag to resize

HttpListenerResponseStatusDescription Property

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

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string StatusDescription { get; set; }

Property Value

Type: String
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.
See Also