WebProxyScriptElement::DownloadTimeout Property
.NET Framework (current version)
Gets or sets the Web proxy script download timeout using the format hours:minutes:seconds.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("downloadTimeout", DefaultValue = "00:01:00")] property TimeSpan DownloadTimeout { TimeSpan get(); void set(TimeSpan value); }
Property Value
Type: System::TimeSpanA TimeSpan object that contains the timeout value. The default download timeout is one minute.
.NET Framework
Available since 2.0
Available since 2.0
Show: