Пример #1
0
 protected void OnDestroy()
 {
     if (server.IsRunning())
     {
         server.Shutdown();
     }
 }