public static bool TryQueryHostEntry( string ipAddressOrHostName, out IPHostEntry entry )
Parameters
- ipAddressOrHostName
- Name of the IP address or host.
- entry
- The host entry (will be empty if not found)
Return Value
true
if found, false
otherwise.