ServerAddressesFeature Klasa

Definicja

Określa adres używany przez serwer.

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
Dziedziczenie
ServerAddressesFeature
Implementuje

Konstruktory

ServerAddressesFeature()

Określa adres używany przez serwer.

Właściwości

Addresses

Adresy ICollection<T> używane przez serwer.

PreferHostingUrls

true aby preferować adresy URL skonfigurowane przez hosta, a nie serwer.

Dotyczy