Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Dns::GetHostByAddress Method (String^)

 
Note: This API is now obsolete.

Creates an IPHostEntry instance from an IP address.

Namespace:   System.Net
Assembly:  System (in System.dll)

public:
[ObsoleteAttribute("GetHostByAddress is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
static IPHostEntry^ GetHostByAddress(
	String^ address
)

Parameters

address
Type: System::String^

An IP address.

Return Value

Type: System.Net::IPHostEntry^

An IPHostEntry instance.

Exception Condition
ArgumentNullException

address is null.

SocketException

An error is encountered when resolving address.

FormatException

address is not a valid IP address.

System_CAPS_noteNote

This member emits trace information when you enable network tracing in your application. For more information, see Network Tracing in the .NET Framework.

DnsPermission

for accessing DNS information. Associated enumeration: PermissionState::Unrestricted

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft