HttpServerUtilityWrapper::ScriptTimeout Property

 

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

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

public:
property int ScriptTimeout {
	virtual int get() override;
	virtual void set(int value) override;
}

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: