IWebServerProvider Interface |
Namespace: VirtualRadar.Interface.WebServer
The IWebServerProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthenticationSchemes |
Gets or sets the authentication schemes that will be accepted by the server.
|
![]() | EnableCompression |
Gets or sets a value indication that compression has been enabled by the user.
|
![]() | IsListening |
Gets a value indicating that the listener is listening.
|
![]() | ListenerPrefix |
Gets or sets the prefix that the webserver will listen to.
|
![]() | ListenerRealm |
Gets the realm that the listener is responding to.
|
![]() | UtcNow |
Gets the time now at UTC.
|
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.
|