HttpRequestLifetimeFeature.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.
A CancellationToken that fires if the request is aborted and the application should cease processing. The token will not fire if the request completes successfully.
public:
property System::Threading::CancellationToken RequestAborted { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public System.Threading.CancellationToken RequestAborted { get; set; }
member this.RequestAborted : System.Threading.CancellationToken with get, set
Public Property RequestAborted As CancellationToken