WebSocketClient 构造函数 (String) |
使用指定的url来实例化一个默认的对象,例如 ws://127.0.0.1:1883/A/B?C=123456 或是 ws://www.hslcommunication.cn:1883
Use the specified url to instantiate a default object, such as ws://127.0.0.1:1883/A/B?C=123456 or ws://www.hslcommunication.cn:1883s
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public WebSocketClient(
string url
)
Public Sub New (
url As String
)
public:
WebSocketClient(
String^ url
)
new :
url : string -> WebSocketClient
参数
- url
- 类型:SystemString
完整的ws地址
参见