Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the cancellation token for the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual CancellationToken CallCancelled { get; set; }
public:
property CancellationToken CallCancelled {
virtual CancellationToken get();
virtual void set(CancellationToken value);
}
abstract CallCancelled : CancellationToken with get, set
override CallCancelled : CancellationToken with get, set
Public Overridable Property CallCancelled As CancellationToken
Property Value
Type: System.Threading.CancellationToken
The cancellation token for the request.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top