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

属性

适用于