- asyncResult
- An IAsyncResult instance returned by a call to the Dns.BeginGetHostAddresses(string, AsyncCallback, object) method.
An array of type System.Net.IPAddress that holds the IP addresses for the host specified by the hostNameOrAddress parameter of Dns.BeginGetHostAddresses(string, AsyncCallback, object).
The Dns.BeginGetHostAddresses(string, AsyncCallback, object) method queries a DNS server for the IP addresses associated with a host name. If hostNameOrAddress is an IP address, this address is returned without querying the DNS server.
When an empty string is passed as the host name, this method returns the IPv4 addresses of the local host for all operating systems except Windows Server 2003; for Windows Server 2003, both IPv4 and IPv6 addresses for the local host are returned.
This member emits trace information when you enable network tracing in your application. For more information, see Network Tracing.