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

屬性值

Int32

秒數,超過這個秒數後,HTTP 作業便會逾時。

屬性

備註

如需詳細資訊,請參閱HttpClientConnection100Class

適用於