Ejemplo n.º 1
0
 /// <summary>Stops the server instance.  If it is not running, the call has no effect.</summary>
 public void Stop()
 {
     _server.Stop();
 }