언어

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가 사용됩니다.

구현

특성

적용 대상