Share via


IDTSHttpClientConnection100.Timeout プロパティ

定義

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

プロパティ値

HTTP 操作がタイムアウトするまでの秒数です。

属性

注釈

詳細については、「HttpClientConnection100Class」を参照してください。

適用対象