HttpClientConnection100Class.UseSecureConnection 屬性

定義

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

屬性值

Boolean

布林值,指出連接為 HTTPS 或 HTTP。 True 值表示使用安全的 HTTPS 連接。 值為 false 表示不使用安全連線。 而是改用 HTTP。

實作

屬性

適用於