WebSocketMessage 类 |
命名空间: HslCommunication.WebSocket
WebSocketMessage 类型公开以下成员。
| 名称 | 说明 | |
|---|---|---|
| WebSocketMessage | 初始化 WebSocketMessage 类的一个新实例 |
| 名称 | 说明 | |
|---|---|---|
| HasMask |
是否存在掩码 Whether a mask exists | |
| IsCompressed |
是否是压缩的数据 Is it compressed data | |
| OpCode |
当前的websocket的操作码 The current websocket opcode | |
| Payload |
负载数据
|
| 名称 | 说明 | |
|---|---|---|
| Equals | (继承自 Object。) | |
| Finalize | (继承自 Object。) | |
| GetHashCode | (继承自 Object。) | |
| GetType | (继承自 Object。) | |
| MemberwiseClone | (继承自 Object。) | |
| ToString | (重写 ObjectToString.) |
| 名称 | 说明 | |
|---|---|---|
| ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |