WebProxyScriptElement.DownloadTimeout Propriedade

Definição

Obtém ou define o tempo de descarregamento do script proxy Web usando o formato horas:minutos:segundos.

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

Valor de Propriedade

Um TimeSpan objeto que contém o valor de timeout. O tempo de descarregamento padrão é de um minuto.

Atributos

Aplica-se a