HostExtensions Class

Defines extensions for web hosts.

Definition

Namespace: Gemstone.Web.Hosting
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.176 -- Release Build+8f931c75b87f6492c1d6adf89c548095b2e1b1ff
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