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

屬性值

一個布 林值 ,指示連線是 HTTPS 還是 HTTP。 值為 表示使用安全的 HTTPS 連線。 false 表示未 使用安全連線。 取而代之的是使用 HTTP 來處理。

實作

屬性

適用於