WebProxyScriptElement.DownloadTimeout 属性

定义

获取或设置使用“小时:分钟:秒钟”格式的 Web 代理脚本下载超时。

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 对象。 默认的下载超时为一分钟。

属性

适用于