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 |