IWebServer Properties |
The IWebServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthenticationScheme |
Gets or sets the authentication scheme to use.
|
![]() | CacheCredentials |
Gets or sets a value indicating that authentication credentials can be cached by the server.
|
![]() | ExternalAddress |
Gets the address of the web server on the public Internet (e.g. http://12.13.14.15:8080/Root).
|
![]() | ExternalIPAddress |
Gets or sets the IP address of the local machine on the public internet. Optional, used to build ExternalAddress.
|
![]() | ExternalPort |
Gets or sets the port number that public Internet clients can connect to in order to reach this machine. Optional, used to
build ExternalAddress.
|
![]() | LocalAddress |
Gets the local address of the web server (e.g. http://127.0.0.1:8090/Root).
|
![]() | NetworkAddress |
Gets the address of the web server on the LAN (e.g. http://192.168.0.1:8090/Root).
|
![]() | NetworkIPAddress |
Gets the IP address of the current machine on the LAN (e.g. 192.168.0.1).
|
![]() | Online |
Gets or sets a value indicating that the server is online.
|
![]() | Port |
Gets or sets the port number to listen to.
|
![]() | PortText |
Gets the Port number as a string suitable for use in a URL.
|
![]() | Prefix |
Gets the prefix that describes the combination of root and port.
|
![]() | Provider |
Gets or sets the provider used to wrap bits of the .NET framework.
|
![]() | Root |
Gets or sets the root of the web site that the server will listen to.
|