Example #1
0
 void OnDataReceived(WebSocket socket, string frame)
 {
     socket.Send(frame);
 }