Click or drag to resize
IWebServerProvider Methods

The IWebServerProvider type exposes the following members.

Methods
  NameDescription
Public methodBeginGetContext
Starts the process of listening for and retrieving the next IContext from the user on a background thread.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndGetContext
Retrieves the IContext that represents the request from the user.
Public methodGetHostAddresses
Returns the IP addresses for the local machine.
Public methodStartListener
Starts the web server.
Public methodStopListener
Stops the web server.
Top
See Also