示例#1
0
 public virtual void Stop()
 {
     if (_server != null && !_server.Started)
     {
         _server.Stop();
     }
 }