Compartir a través de


HttpClientConnection100Class.Timeout Propiedad

Definición

Obtiene o establece el número de segundos después del cual se agota el tiempo de espera para la operación HTTP.

public:
 virtual property int Timeout { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(15)]
public virtual int Timeout { [System.Runtime.InteropServices.DispId(15)] get; [System.Runtime.InteropServices.DispId(15)] set; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
[<set: System.Runtime.InteropServices.DispId(15)>]
member this.Timeout : int with get, set
Public Overridable Property Timeout As Integer

Valor de propiedad

Entero que contiene el número de segundos después del cual se agota el tiempo de espera de la operación HTTP.

Implementaciones

Atributos

Se aplica a