点击或拖拽改变大小

WebSocketClient 构造函数

重载列表
  名称说明
公共方法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
公共方法WebSocketClient(String, Int32)
使用指定的ip,端口来实例化一个默认的对象
Use the specified ip and port to instantiate a default objects
公共方法WebSocketClient(String, Int32, String)
使用指定的ip,端口,额外的url信息来实例化一个默认的对象
Use the specified ip, port, and additional url information to instantiate a default object
Top
参见