HttpListenerRequestAdapter ClassWebDAV#
This IHttpListenerRequest implementation wraps around a HttpListenerRequest instance.
Inheritance Hierarchy
System Object
  WebDAVSharp.Server.Adapters HttpListenerRequestAdapter

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class HttpListenerRequestAdapter : IHttpListenerRequest, 
	IAdapter<HttpListenerRequest>

The HttpListenerRequestAdapter type exposes the following members.

Constructors
  NameDescription
Public methodHttpListenerRequestAdapter
Initializes a new instance of the HttpListenerRequestAdapter 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
Properties
  NameDescription
Public propertyAdaptedInstance
Gets the internal instance that was adapted for WebDAV#.
Public propertyContentEncoding
Gets the content Encoding that can be used with data sent with the request.
Public propertyContentLength64
Gets the length of the body data included in the request.
Public propertyHeaders
Gets the collection of header name/value pairs sent in the request.
Public propertyHttpMethod
Gets the HTTP method specified by the client.
Public propertyInputStream
Gets a Stream that contains the body data sent by the client.
Public propertyRemoteEndPoint
Gets the client IP address and port number from which the request originated.
Public propertyUrl
Gets the Uri object requested by the client.
Top
See Also