共用方式為


WebProxyScriptElement.DownloadTimeout 屬性

定義

使用小時:分:秒的格式,取得或設定 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 物件,包含逾時值。 預設的下載逾時為一分鐘。

屬性

適用於