HttpContextBase.ThreadAbortOnTimeout Property

Definition

When implemented in a derived class, gets or sets a value that specifies whether the ASP.NET runtime should call Abort() on the thread that is servicing this request when the request times out.

public virtual bool ThreadAbortOnTimeout { get; set; }

Property Value

true if Abort() will be called when the thread times out; otherwise, false. The default is true.

Remarks

For more information, see HttpContext.ThreadAbortOnTimeout.

Applies to

제품 버전
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1