The HttpListenerAdapter type exposes the following members.
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.) |
See Also