Share via


IDTSHttpClientConnection100.Timeout Propriété

Définition

Obtient ou définit le nombre de secondes au terme desquelles l'opération HTTP expire.

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

Valeur de propriété

Nombre de secondes au terme desquelles l'opération HTTP expire.

Attributs

Remarques

Pour plus d’informations, consultez HttpClientConnection100Class.

S’applique à