HttpListenerContextAdapter ClassWebDAV#
This IHttpListenerContext implementation wraps around a HttpListenerContext instance.
Inheritance Hierarchy
System Object
  WebDAVSharp.Server.Adapters HttpListenerContextAdapter

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class HttpListenerContextAdapter : IHttpListenerContext, 
	IAdapter<HttpListenerContext>

The HttpListenerContextAdapter type exposes the following members.

Constructors
  NameDescription
Public methodHttpListenerContextAdapter
Initializes a new instance of the HttpListenerContextAdapter class.
Top
Methods
  NameDescription
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
Extension Methods
  NameDescription
Public Extension MethodSendSimpleResponse
Sends a simple response with a specified HTTP status code but no content.
(Defined by WebDavExtensions.)
Top
Properties
  NameDescription
Public propertyAdaptedInstance
Gets the internal instance that was adapted for WebDAV#.
Public propertyRequest
Gets the IHttpListenerRequest request adapter.
Public propertyResponse
Gets the IHttpListenerResponse response adapter.
Top
See Also