System.Net.Dns.GetHostAddressesAsync C# (CSharp) Method

GetHostAddressesAsync() public static method

public static GetHostAddressesAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task
hostNameOrAddress string
return System.Threading.Tasks.Task
        public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) { throw null; }
        public static IPHostEntry GetHostEntry(string hostNameOrAddress) { throw null; }

Same methods

Dns::GetHostAddressesAsync ( string hostNameOrAddress ) : Task