OwinFeatureCollection.IHttpRequestLifetimeFeature.RequestAborted Property        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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