IDTSHttpClientConnection100.Timeout Property

Definition

Gets or sets the number of seconds after which the HTTP operation times out.

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

Property Value

The number of seconds after which the HTTP operation times out.

Attributes

Remarks

For more information, see HttpClientConnection100Class.

Applies to