예제 #1
0
 // runs the client
 public void RunClient()
 {
     if (!client.IsRunning())
     {
         client.SetBlockingSockets(blocking); // updated value
         client.RunClient();
     }
 }
예제 #2
0
 // run the server project.
 public static void RunClient()
 {
     client.RunClient();
 }