HttpServerUtilityWrapper.ScriptTimeout Property

 

Gets or sets the request time-out value in seconds.

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

override ScriptTimeout : int with get, set

Property Value

Type: System.Int32

The time-out value for requests.

Exception Condition
HttpException

The current HttpContext object is null.

ArgumentOutOfRangeException

The time-out period is null or otherwise cannot be set.

.NET Framework
Available since 3.5
Return to top
Show: