The DavResponse type exposes the following members.
Name | Description | |
---|---|---|
ContentEncoding |
Sets the HTTP character set of the output stream.
| |
ContentLength |
Sets the content length of the output stream.
| |
ContentType |
Sets the HTTP MIME type of the output stream.
| |
IsClientConnected |
Gets a valus indicating whether client is still connected.
| |
OutputStream |
Enables binary output to the outgoing HTTP content body.
| |
StatusCode |
Gets or sets the HTTP status code of the output returned to the client.
| |
StatusDescription |
Sets the HTTP status string of the output returned to the client.
|