Dns::EndGetHostEntry Method (IAsyncResult^)
.NET Framework (current version)
Ends an asynchronous request for DNS information.
Assembly: System (in System.dll)
Parameters
- asyncResult
-
Type:
System::IAsyncResult^
An IAsyncResult instance returned by a call to an BeginGetHostEntry method.
Return Value
Type: System.Net::IPHostEntry^An IPHostEntry instance that contains address information about the host.
| Exception | Condition |
|---|---|
| ArgumentNullException | asyncResult is null. |
This method blocks until the operation is complete.
The Aliases property of the IPHostEntry instance returned is not populated by this method and will always be empty.
To perform this operation synchronously, use a GetHostEntry method.
Note |
|---|
This member emits trace information when you enable network tracing in your application. For more information, see Network Tracing in the .NET Framework. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
