HttpClientConnection100Class.UseSecureConnection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続が 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 が使用されます。
実装
- 属性