Allows for name resolution using the host's IP address.

C# | Visual Basic | Managed C++ |
IPHostEntry GetHostEntry ( IPAddress address )
Function GetHostEntry ( _ address As IPAddress _ ) As IPHostEntry
IPHostEntry^ GetHostEntry ( IPAddress^ address )

- address (IPAddress)
- IP address of the host to resolve.

The structure containing the host's name and IP addresses.