| WebSocketServerPublishClientPayload 方法 | 
 重载列表
重载列表| 名称 | 说明 | |
|---|---|---|
|  | PublishClientPayload(String, Byte) | 
            向订阅了topic主题的客户端发送二进制的消息,注意:二进制数据无法设置为消息驻留 Send binary messages to the clients that have subscribed to the topic. Note: Binary data cannot be set for message residence | 
|  | PublishClientPayload(String, String) | 
            向订阅了topic主题的客户端发送消息 Send messages to clients subscribed to topic | 
|  | PublishClientPayload(String, String, Boolean) | 
            向订阅了topic主题的客户端发送消息 Send messages to clients subscribed to topic | 
 参见
参见