다음을 통해 공유


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를 참조하세요.

적용 대상