Beispiel #1
0
 public void OnEnd()
 {
     if (_isTwoWay && _connectionWatcher != null)
     {
         _connectionWatcher.TwoWaySocketDisconnected(_socket);
     }
     _realDelegate.OnEnd();
 }