예제 #1
0
 protected virtual void OnPong(PongEventArgs e)
 {
     Pong?.Invoke(this, e);
 }
예제 #2
0
 private void WebSocketImpl_Pong(object sender, PongEventArgs e)
 {
     _pingSentTicks = 0;
     OnPong(e);
 }