Share via


HttpClientConnection100Class.Timeout Property

Definition

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

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

Property Value

An Integer that contains the number of seconds after which the HTTP operation times out.

Implements

Attributes

Applies to