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