点击或拖拽改变大小

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的枚举信息