Condividi tramite


ApplicationBuilder.ServerFeatures Proprietà

Definizione

Ottiene l'oggetto per le IFeatureCollection funzionalità del server.

public:
 property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ ServerFeatures { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public Microsoft.AspNetCore.Http.Features.IFeatureCollection ServerFeatures { get; }
member this.ServerFeatures : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public ReadOnly Property ServerFeatures As IFeatureCollection

Valore della proprietà

Implementazioni

Commenti

Viene restituita una raccolta vuota se un server non è stato specificato per il generatore di applicazioni.

Si applica a