예제 #1
0
 /// <summary>
 /// Halts the server.
 /// </summary>
 public void StopListening()
 {
     MainSocket.Shutdown(SocketShutdown.Receive);
 }