Пример #1
0
 protected void StopServer(RequestContext context)
 {
     if (context != Context)
     {
         return;
     }
     _logger.LogDebug("StopServer");
     Server.StopServer();
 }