次の方法で共有


HttpClientConnection100Class.Timeout プロパティ

定義

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

プロパティ値

HTTP 操作がタイムアウトした秒数を含む整数。

実装

属性

適用対象