IHttpRequestLifetimeFeature.RequestAborted Property

Definition

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

Property Value

Applies to