OwinFeatureCollection.IHttpRequestLifetimeFeature.RequestAborted 屬性

定義

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

屬性值

實作

適用於