WebProxyScriptElement.DownloadTimeout Eigenschap

Definitie

Hiermee haalt u de time-out voor het downloaden van het webproxyscript op met behulp van de notatie hours:minutes:seconds.

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

Waarde van eigenschap

Een TimeSpan object dat de time-outwaarde bevat. De standaardtime-out voor downloaden is één minuut.

Kenmerken

Van toepassing op