Пример #1
0
 /// <summary>
 /// Called when client is disconnecting from the server.
 /// </summary>
 protected virtual void OnDisconnecting()
 {
     if (Session != null)
     {
         Session.OnDisconnecting();
     }
 }