HttpListenerResponse..::..StatusDescription Property
Gets or sets the description of the HTTP status code returned to the client.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
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
Exception | Condition |
---|---|
ArgumentException | The value specified for a set operation contains invalid characters. |
InvalidOperationException | The response has already been sent. |
ObjectDisposedException | This object is closed. |