This
IHttpListenerContext implementation wraps around a
HttpListenerContext instance.
Inheritance Hierarchy
Namespace: WebDAVSharp.Server.AdaptersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The HttpListenerContextAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpListenerContextAdapter |
Initializes a new instance of the HttpListenerContextAdapter 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.) |
Extension Methods
Name | Description | |
---|---|---|
SendSimpleResponse |
Sends a simple response with a specified HTTP status code but no content.
(Defined by WebDavExtensions.) |
Properties
Name | Description | |
---|---|---|
AdaptedInstance |
Gets the internal instance that was adapted for WebDAV#.
| |
Request |
Gets the IHttpListenerRequest request adapter.
| |
Response |
Gets the IHttpListenerResponse response adapter.
|
See Also