| IWebServerProvider Methods |
The IWebServerProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginGetContext |
Starts the process of listening for and retrieving the next IContext from the user on a background thread.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| EndGetContext |
Retrieves the IContext that represents the request from the user.
| |
| GetHostAddresses |
Returns the IP addresses for the local machine.
| |
| StartListener |
Starts the web server.
| |
| StopListener |
Stops the web server.
|