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

适用于