HostExtensions Class

Defines extensions for web hosts.

Definition

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