HostExtensions Class

Defines extensions for web hosts.

Definition

Namespace: Gemstone.Web.Hosting
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.173 -- Release Build+09f65783c6ec713cc7a6b41f712bf778e2487d9f
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