WebProxyScriptElement.DownloadTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用小時:分:秒的格式,取得或設定 Web Proxy 指令碼下載逾時。
public:
property TimeSpan DownloadTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("downloadTimeout", DefaultValue="00:01:00")]
public TimeSpan DownloadTimeout { get; set; }
[<System.Configuration.ConfigurationProperty("downloadTimeout", DefaultValue="00:01:00")>]
member this.DownloadTimeout : TimeSpan with get, set
Public Property DownloadTimeout As TimeSpan
屬性值
TimeSpan 物件,包含逾時值。 預設的下載逾時為一分鐘。
- 屬性