if ( bind_ip != null || bind_port != 0 ){
throw( new NetworkAdminException("HTTP tester doesn't support local bind options"));
}
try{
return( VersionCheckClient.getSingleton().getExternalIpAddressHTTP(false));
}catch( Throwable e ){
throw( new NetworkAdminException( "Outbound test failed", e ));
}