HttpClientConnection100Class.UseSecureConnection 属性

定义

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。 值为 表示使用安全的HTTPS连接。 false 的值 表示不使用安全连接。 取而代之的是HTTP

实现

属性

适用于