Dns.GetHostByAddress Method (String)
.NET Framework 2.0
NOTE: This method is now obsolete.
Creates an IPHostEntry instance from an IP address. Namespace: System.NetAssembly: System (in system.dll)
[ObsoleteAttribute("GetHostByAddress is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")] public static IPHostEntry GetHostByAddress ( string address )
/** @attribute ObsoleteAttribute("GetHostByAddress is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202") */
public static IPHostEntry GetHostByAddress (
String address
)
ObsoleteAttribute("GetHostByAddress is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202") public static function GetHostByAddress ( address : String ) : IPHostEntry
Parameters
- address
An IP address.
Return Value
An IPHostEntry instance. Note |
|---|
| This member emits trace information when you enable network tracing in your application. For more information, see Network Tracing. |
- DnsPermission for accessing DNS information. Associated enumeration: PermissionState.Unrestricted
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note