DefaultHttpContext.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.
Notifies when the connection underlying this request is aborted and thus request operations should be cancelled.
public:
virtual property System::Threading::CancellationToken RequestAborted { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public override System.Threading.CancellationToken RequestAborted { get; set; }
member this.RequestAborted : System.Threading.CancellationToken with get, set
Public Overrides Property RequestAborted As CancellationToken