ServerAddressesFeature Klasse

Definition

Gibt die vom Server verwendete Adresse an.

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
Vererbung
ServerAddressesFeature
Implementiert

Konstruktoren

ServerAddressesFeature()

Gibt die vom Server verwendete Adresse an.

Eigenschaften

Addresses

Eine ICollection<T> der Adressen, die vom Server verwendet werden.

PreferHostingUrls

true , um die vom Host konfigurierten URLs anstelle des Servers zu bevorzugen.

Gilt für: