Exemplo n.º 1
0
 /// <summary>
 /// Stop the service, stop listening, close any sockets, and shut down
 /// </summary>
 public void Stop()
 {
     listener.StopListener().Wait();
 }