HostExtensions Class

Defines extensions for web hosts.

Definition

Namespace: Gemstone.Web.Hosting
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.167 -- Release Build+892a03c3dbb675b99c038de5cdd8c3d77a46615f
public static class HostExtensions
Inheritance
Object    HostExtensions

Methods

ConfigureLocalWebAddress Configures the web host to listen on a random port on localhost addresses.
GetLocalWebAddressAsync Gets a web server address usable from the local system.
GetServerAddresses Gets the list of addresses the web server is listening on.

See Also