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

屬性值

Boolean

如果使用安全 HTTP 連接,則為 true;否則為 false。

屬性

備註

如需詳細資訊,請參閱HttpClientConnection100Class

適用於