OwinFeatureCollection.IHttpRequestLifetimeFeature.RequestAborted Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
property System::Threading::CancellationToken Microsoft::AspNetCore::Http::Features::IHttpRequestLifetimeFeature::RequestAborted { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
System.Threading.CancellationToken Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature.RequestAborted { get; set; }
member this.Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature.RequestAborted : System.Threading.CancellationToken with get, set
Property RequestAborted As CancellationToken Implements IHttpRequestLifetimeFeature.RequestAborted