This
IHttpListener implementation wraps around a
HttpListener instance.
Inheritance Hierarchy
System Object
WebDAVSharp.Server WebDavDisposableBase
WebDAVSharp.Server.Adapters HttpListenerAdapter
Namespace: WebDAVSharp.Server.AdaptersWebDAVSharp.Server WebDavDisposableBase
WebDAVSharp.Server.Adapters HttpListenerAdapter
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The HttpListenerAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpListenerAdapter |
Initializes a new instance of the HttpListenerAdapter class.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from WebDavDisposableBase.) | |
Equals | (Inherited from Object.) | |
GetContext |
Waits for a request to come in to the web server and returns a
IHttpListenerContext adapter around it.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Start |
Allows the adapted HttpListener to receive incoming requests.
| |
Stop |
Causes the adapted HttpListener to stop receiving incoming requests.
| |
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#.
| |
Prefixes |
Gets the Uniform Resource Identifier (
Uri) prefixes handled by the
adapted
HttpListener object.
|
See Also