Click or drag to resize

DavResponse Properties

IT Hit WebDAV Classes Reference

The DavResponse type exposes the following members.

Properties
  NameDescription
Public propertyContentEncoding
Sets the HTTP character set of the output stream.
Public propertyContentLength
Sets the content length of the output stream.
Public propertyContentType
Sets the HTTP MIME type of the output stream.
Public propertyIsClientConnected
Gets a valus indicating whether client is still connected.
Public propertyOutputStream
Enables binary output to the outgoing HTTP content body.
Public propertyStatusCode
Gets or sets the HTTP status code of the output returned to the client.
Public propertyStatusDescription
Sets the HTTP status string of the output returned to the client.
Top
See Also