HttpListenerResponseAdapter PropertiesWebDAV#

The HttpListenerResponseAdapter type exposes the following members.

Properties
  NameDescription
Public propertyAdaptedInstance
Gets the internal instance that was adapted for WebDAV#.
Public propertyContentEncoding
Gets or sets the Encoding for this response's OutputStream.
Public propertyContentLength64
Gets or sets the number of bytes in the body data included in the response.
Public propertyOutputStream
Gets a Stream object to which a response can be written.
Public propertyStatusCode
Gets or sets the HTTP status code to be returned to the client.
Public propertyStatusDescription
Gets or sets a text description of the HTTP status code returned to the client.
Top
See Also