HttpRequestWrapper::TimedOutToken Property

.NET Framework (current version)
 

Gets a CancellationToken object that is tripped when a request times out.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property CancellationToken TimedOutToken {
	virtual CancellationToken get() override;
}

Property Value

Type: System.Threading::CancellationToken

The cancellation token.

For more information, see HttpRequest::TimedOutToken.

.NET Framework
Available since 4.5
Return to top
Show: