Microsoft.AspNetCore.Hosting.Server.Features Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the IServerAddressesFeature type that's used to configure and report the address bindings for the server.
Classes
ServerAddressesFeature |
Specifies the address used by the server. |
Interfaces
IServerAddressesFeature |
Specifies the address used by the server. |
Remarks
For more information about ASP.NET Core server functionality, see Servers.