Condividi tramite


ServerAddressesFeature Classe

Definizione

Specifica l'indirizzo usato dal 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
Ereditarietà
ServerAddressesFeature
Implementazioni

Costruttori

ServerAddressesFeature()

Specifica l'indirizzo usato dal server.

Proprietà

Addresses

Oggetto ICollection<T> di indirizzi usati dal server.

PreferHostingUrls

true per preferire GLI URL configurati dall'host anziché dal server.

Si applica a