public static void SetErrorHandler(SocketErrorDelegate doError)
 {
     _error = doError;
 }