Example #1
0
 public void StopServer()
 {
     if (listener != null)
     {
         listener.StopServer();
     }
 }