다음을 통해 공유


HttpClientConnection100Class.UseSecureConnection 속성

정의

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

public:
 virtual property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public virtual 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 Overridable Property UseSecureConnection As Boolean

속성 값

연결이 HTTPS인지 HTTP인지 여부를 나타내는 부울입니다. true 값은 보안 HTTPS 연결이 사용됨을 의미합니다. false 값은 보안 연결이 사용되지 않음을 의미합니다. 이 경우 HTTP가 대신 사용됩니다.

구현

특성

적용 대상