Click or drag to resize
IWebServer Properties

The IWebServer type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationScheme
Gets or sets the authentication scheme to use.
Public propertyCacheCredentials
Gets or sets a value indicating that authentication credentials can be cached by the server.
Public propertyExternalAddress
Gets the address of the web server on the public Internet (e.g. http://12.13.14.15:8080/Root).
Public propertyExternalIPAddress
Gets or sets the IP address of the local machine on the public internet. Optional, used to build ExternalAddress.
Public propertyExternalPort
Gets or sets the port number that public Internet clients can connect to in order to reach this machine. Optional, used to build ExternalAddress.
Public propertyLocalAddress
Gets the local address of the web server (e.g. http://127.0.0.1:8090/Root).
Public propertyNetworkAddress
Gets the address of the web server on the LAN (e.g. http://192.168.0.1:8090/Root).
Public propertyNetworkIPAddress
Gets the IP address of the current machine on the LAN (e.g. 192.168.0.1).
Public propertyOnline
Gets or sets a value indicating that the server is online.
Public propertyPort
Gets or sets the port number to listen to.
Public propertyPortText
Gets the Port number as a string suitable for use in a URL.
Public propertyPrefix
Gets the prefix that describes the combination of root and port.
Public propertyProvider
Gets or sets the provider used to wrap bits of the .NET framework.
Public propertyRoot
Gets or sets the root of the web site that the server will listen to.
Top
See Also