OwinRequest.CallCancelled Property

Definition

Gets or sets the cancellation token for the request.

public virtual System.Threading.CancellationToken CallCancelled { get; set; }
member this.CallCancelled : System.Threading.CancellationToken with get, set
Public Overridable Property CallCancelled As CancellationToken

Property Value

The cancellation token for the request.

Implements

Applies to