The IHttpListenerResponse type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdaptedInstance |
Gets the internal instance that was adapted for WebDAV#.
(Inherited from IAdapter T .) | |
ContentEncoding |
Gets or sets the Encoding for this response's OutputStream.
| |
ContentLength64 |
Gets or sets the number of bytes in the body data included in the response.
| |
OutputStream |
Gets a Stream object to which a response can be written.
| |
StatusCode |
Gets or sets the HTTP status code to be returned to the client.
| |
StatusDescription |
Gets or sets a text description of the HTTP status code returned to the client.
|
See Also