WebSocketServerOnClientApplicationMessageReceive 事件 |
websocket的消息收到时触发
Triggered when a websocket message is received
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event WebSocketServerOnClientApplicationMessageReceiveDelegate OnClientApplicationMessageReceive
Public Event OnClientApplicationMessageReceive As WebSocketServerOnClientApplicationMessageReceiveDelegate
public:
event WebSocketServerOnClientApplicationMessageReceiveDelegate^ OnClientApplicationMessageReceive {
void add (WebSocketServerOnClientApplicationMessageReceiveDelegate^ value);
void remove (WebSocketServerOnClientApplicationMessageReceiveDelegate^ value);
}
member OnClientApplicationMessageReceive : IEvent<WebSocketServerOnClientApplicationMessageReceiveDelegate,
EventArgs>
值
类型:
HslCommunication.WebSocketWebSocketServerOnClientApplicationMessageReceiveDelegate参见