다음을 통해 공유


IDTSHttpClientConnection100.UseSecureConnection 속성

정의

연결이 HTTPS인지 HTTP인지 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public bool UseSecureConnection { [System.Runtime.InteropServices.DispId(24)] get; [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<get: System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.UseSecureConnection : bool with get, set
Public Property UseSecureConnection As Boolean

속성 값

보안 HTTP 연결이 사용되는 경우 true입니다. 그렇지 않으면 false입니다.

특성

설명

자세한 내용은 HttpClientConnection100Class를 참조하세요.

적용 대상