Beispiel #1
0
 // checks to see if the server is blocking sockets
 public static bool IsBlockingSockets()
 {
     return(server.IsBlockingSockets());
 }
Beispiel #2
0
 // is blocking sockets
 public bool IsBlockingSockets()
 {
     blocking = server.IsBlockingSockets();
     return(blocking);
 }