ServerAddressesFeature Class
Definition
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.
Specifies the address used by the server.
public ref class ServerAddressesFeature : Microsoft::AspNetCore::Hosting::Server::Features::IServerAddressesFeature
public class ServerAddressesFeature : Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature
type ServerAddressesFeature = class
interface IServerAddressesFeature
Public Class ServerAddressesFeature
Implements IServerAddressesFeature
- Inheritance
-
ServerAddressesFeature
- Implements
Constructors
ServerAddressesFeature() |
Properties
Addresses |
An ICollection<T> of addresses used by the server. |
PreferHostingUrls |
|