In my test environment, the IPv4 address is incorrect, the IPv6 address is correct, and the server is running.
In my case, the IPv6 address appears first when I call Dns.GetHostAddresses.
When the IPv4 address is incorrect or the server for IPv4 does not work,
The HTTP connection in Rebex fails, but the .Net HTTP connection succeeds.
So, I would like to be able to set the Resolve order to Default, IPv4 First, IPv6 First, etc. The default is to just connect to [0] in Dns.GetHostAddresses.