使用SSL通信
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法public void UseSSL(
string cert
)
Public Sub UseSSL (
cert As String
)
public:
void UseSSL(
String^ cert
)
member UseSSL :
cert : string -> unit
参数
- cert
- 类型:SystemString
传递一个证书
参见