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

适用于