Dns.GetHostEntry Method
.NET Framework 2.0
Resolves a host name or IP address to an IPHostEntry instance.
| Name | Description |
|---|---|
| Dns.GetHostEntry (IPAddress) | Resolves an IP address to an IPHostEntry instance. Supported by the .NET Compact Framework. |
| Dns.GetHostEntry (String) | Resolves a host name or IP address to an IPHostEntry instance. Supported by the .NET Compact Framework. |