HttpListenerResponseAdapter ClassWebDAV#
This IHttpListenerResponse implementation wraps around a HttpListenerResponse instance.
Inheritance Hierarchy
System Object
  WebDAVSharp.Server.Adapters HttpListenerResponseAdapter

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class HttpListenerResponseAdapter : IHttpListenerResponse, 
	IAdapter<HttpListenerResponse>

The HttpListenerResponseAdapter type exposes the following members.

Constructors
  NameDescription
Public methodHttpListenerResponseAdapter
Initializes a new instance of the HttpListenerResponseAdapter class.
Top
Methods
  NameDescription
Public methodAppendHeader
Appends a value to the specified HTTP header to be sent with the response.
Public methodClose
Sends the response to the client and releases the resources held by the adapted HttpListenerResponse instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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