HttpServerUtilityWrapper::ScriptTimeout Property
.NET Framework (current version)
Gets or sets the request time-out value in seconds.
Assembly: System.Web (in System.Web.dll)
public: property int ScriptTimeout { virtual int get() override; virtual void set(int value) override; }
| 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
Available since 3.5
Show: