IDTSHttpClientConnection100.UseSecureConnection プロパティ

定義

接続が HTTPS と HTTP のどちらであるかを示す値を取得または設定します。

public:
 property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public 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 Property UseSecureConnection As Boolean

プロパティ値

セキュリティで保護された HTTP 接続が使用されている場合は true。それ以外の場合は false。

属性

注釈

詳細については、「HttpClientConnection100Class」を参照してください。

適用対象