HttpServerUtilityWrapper.ScriptTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要求的逾時值 (以秒為單位)。
public:
virtual property int ScriptTimeout { int get(); void set(int value); };
public override int ScriptTimeout { get; set; }
member this.ScriptTimeout : int with get, set
Public Overrides Property ScriptTimeout As Integer
屬性值
要求的逾時值。
例外狀況
目前的 HttpContext 物件是 null
。
逾時期限是 null
或因其他原因而無法設定。