IApplicationBuilder.ServerFeatures Proprietà

Definizione

Ottiene il set di funzionalità HTTP fornite dal server dell'applicazione.

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à

Commenti

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

Si applica a