IOwinRequest.CallCancelled Property
Gets or sets the cancellation token for the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
CancellationToken CallCancelled { get; set; }
property CancellationToken CallCancelled {
CancellationToken get();
void set(CancellationToken value);
}
abstract CallCancelled : CancellationToken with get, set
Property CallCancelled As CancellationToken
Property Value
Type: System.Threading.CancellationToken
The cancellation token for the request.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top