The IHttpListener type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetContext |
Waits for a request to come in to the web server and returns a
IHttpListenerContext adapter around it.
| |
| Start |
Allows the adapted HttpListener to receive incoming requests.
| |
| Stop |
Causes the adapted HttpListener to stop receiving incoming requests.
|