IOwinRequest.CallCancelled Property

Definition

Gets or sets the cancellation token for the request.

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

Property Value

The cancellation token for the request.

Applies to