Exemplo n.º 1
0
 private void OpCodePong(ClientConnection clientConnection, FrameEventArgs frameEventArgs)
 {
     service.OpCodePong(this, frameEventArgs);
     OnConnectionNotify(new ConnectionNotifyEventArgs("pong received.", this));
 }