Shutdown - closes the sockets
()
| 257 | * Shutdown - closes the sockets |
| 258 | */ |
| 259 | public static void Shutdown() { |
| 260 | // close sockets |
| 261 | Config(false); |
| 262 | } |
| 263 | |
| 264 | /** Sleeps msec or until net socket is ready. */ |
| 265 | public static void Sleep(int msec) { |