HostExtensions Class

Defines extensions for web hosts.

Definition

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