Click or drag to resize

OwinDavResponse Properties

IT Hit WebDAV Classes Reference

The OwinDavResponse type exposes the following members.

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