Dns::GetHostByAddress Method (String^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Net
Assembly: System (in System.dll)
Return to top
Creates an IPHostEntry instance from an IP address.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | address is null. |
| SocketException | An error is encountered when resolving address. |
| FormatException | address is not a valid IP address. |
Note |
|---|
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
Available since 1.1
Show:
