是否启用Https的协议访问,对于Https来说,端口号默认为 443
Whether to enable Https protocol access, for Https, the port number defaults to 443
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool UseHttps { get; set; }
Public Property UseHttps As Boolean
Get
Set
public:
property bool UseHttps {
bool get ();
void set (bool value);
}
member UseHttps : bool with get, set
属性值
类型:
Boolean参见