HslCommunication.WebSocket 命名空间 |
[缺少 "N:HslCommunication.WebSocket" 的 <summary> 文档]
类 | 说明 | |
---|---|---|
WebSocketClient |
websocket协议的客户端实现,支持从服务器订阅,发布数据内容信息,详细参考api文档信息 Client implementation of the websocket protocol. It supports subscribing from the server and publishing data content information. | |
WebSocketHelper |
websocket的相关辅助的方法
| |
WebSocketMessage |
websocket 协议下的单个消息的数据对象 Data object for a single message under the websocket protocol | |
WebSocketQANet |
WebSocket的问答机制的客户端,本客户端将会在请求头上追加 RequestAndAnswer: true,本客户端将会请求服务器的信息,然后等待服务器的返回 Client of WebSocket Q & A mechanism, this client will append RequestAndAnswer: true to the request header, this client will request the server information, and then wait for the server to return | |
WebSocketServer |
WebSocket协议的实现,支持创建自定义的websocket服务器,直接给其他的网页端,客户端,手机端发送数据信息,详细看api文档说明 The implementation of the WebSocket protocol supports the creation of custom websocket servers and sends data information directly to other web pages, clients, and mobile phones. See the API documentation for details. | |
WebSocketSession |
websocket 的会话客户端
|
委托 | 说明 | |
---|---|---|
WebSocketClientOnClientApplicationMessageReceiveDelegate |
websocket的消息收到委托 websocket message received delegate | |
WebSocketClientOnClientConnectedDelegate |
连接服务器成功的委托 Connection server successfully delegated | |
WebSocketServerOnClientApplicationMessageReceiveDelegate |
websocket的消息收到委托 websocket message received delegate | |
WebSocketServerOnClientConnectedDelegate |
当前websocket连接上服务器的事件委托 Event delegation of the server on the current websocket connection |
枚举 | 说明 | |
---|---|---|
WSOpCode |
websocket 协议的 op的枚举信息
|