Compartir a través de


IDTSHttpClientConnection100.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:
 property int Timeout { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(15)]
public 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 Property Timeout As Integer

Valor de propiedad

Número de segundos después de los que se agota el tiempo de espera de la operación HTTP.

Atributos

Comentarios

Para obtener más información, vea HttpClientConnection100Class.

Se aplica a