Closed pedoc closed 5 years ago
What did you mean?
"localhost" is a host name, not an IP address.
This library represent range of IP address, not range of host names.
If you want to resolve IP address from host name, you can do it with Dns.GetHostAddresses(String).
RT