HttpContextWrapper::ThreadAbortOnTimeout Property
.NET Framework (current version)
Gets or sets a value that specifies whether the ASP.NET runtime should call Thread::Abort on the thread that is servicing this request when the request times out.
Assembly: System.Web (in System.Web.dll)
public: property bool ThreadAbortOnTimeout { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue if Thread::Abort will be called when the thread times out; otherwise, false. The default is true.
For more information, see HttpContext::ThreadAbortOnTimeout.
.NET Framework
Available since 4.5
Available since 4.5
Show: