言語

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が使われます。

実装

属性

適用対象