This
IHttpListenerRequest implementation wraps around a
HttpListenerRequest instance.
Inheritance Hierarchy
Namespace: WebDAVSharp.Server.AdaptersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The HttpListenerRequestAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpListenerRequestAdapter |
Initializes a new instance of the HttpListenerRequestAdapter class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AdaptedInstance |
Gets the internal instance that was adapted for WebDAV#.
| |
ContentEncoding |
Gets the content Encoding that can be used with data sent with the request.
| |
ContentLength64 |
Gets the length of the body data included in the request.
| |
Headers |
Gets the collection of header name/value pairs sent in the request.
| |
HttpMethod |
Gets the HTTP method specified by the client.
| |
InputStream |
Gets a Stream that contains the body data sent by the client.
| |
RemoteEndPoint |
Gets the client IP address and port number from which the request originated.
| |
Url |
Gets the Uri object requested by the client.
|
See Also