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;否則,則為錯誤。

屬性

備註

如需詳細資訊,請參閱 HttpClientConnection100Class

適用於