HttpResponseBase::ClientDisconnectedToken Property
.NET Framework (current version)
Gets a CancellationToken object that is tripped when the client disconnects.
Assembly: System.Web (in System.Web.dll)
public: property CancellationToken ClientDisconnectedToken { virtual CancellationToken get(); }
Property Value
Type: System.Threading::CancellationTokenThe CancellationToken object that is tripped when the client disconnects.
For more information, see HttpResponse::ClientDisconnectedToken.
.NET Framework
Available since 4.5
Available since 4.5
Show: