Home
last modified time | relevance | path

Searched refs:GetHostAddressesAsync (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/tests/FunctionalTests/
H A DGetHostAddressesTest.cs16 …essesAsync_HostString_Ok() => TestGetHostAddressesAsync(() => Dns.GetHostAddressesAsync(TestSettin… in Dns_GetHostAddressesAsync_HostString_Ok()
19 …dressesAsync_IPString_Ok() => TestGetHostAddressesAsync(() => Dns.GetHostAddressesAsync(TestSettin… in Dns_GetHostAddressesAsync_IPString_Ok()
52 () => Dns.GetHostAddressesAsync(longHostNameWithDot)); in Dns_GetHostAddressesAsync_LongHostNameEndsInDot_Ok()
62 …await Assert.ThrowsAsync<ArgumentOutOfRangeException>(() => Dns.GetHostAddressesAsync(longHostName… in Dns_GetHostAddressesAsync_LongHostNameDoesNotEndInDot_Fail()
68 await Assert.ThrowsAsync<ArgumentNullException>(() => Dns.GetHostAddressesAsync(null)); in Dns_GetHostAddressesAsync_NullHost_Fail()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DNegotiateStreamKerberosTest.cs162 IPAddress[] hostAddresses = await Dns.GetHostAddressesAsync(hostname); in IsLocalHost()
163 IPAddress[] localHostAddresses = await Dns.GetHostAddressesAsync(Dns.GetHostName()); in IsLocalHost()
166 IPAddress[] loopbackAddresses = await Dns.GetHostAddressesAsync("localhost"); in IsLocalHost()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DTcpClientTest.cs141 addresses = await Dns.GetHostAddressesAsync(host); in ConnectAsync_DnsEndPoint_Success()
145 addresses = await Dns.GetHostAddressesAsync(host); in ConnectAsync_DnsEndPoint_Success()
153 addresses = await Dns.GetHostAddressesAsync(host); in ConnectAsync_DnsEndPoint_Success()
157 addresses = await Dns.GetHostAddressesAsync(host); in ConnectAsync_DnsEndPoint_Success()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/ref/
H A DSystem.Net.NameResolution.cs33 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/tests/UnitTests/
H A DInitializationTest.cs107 await Assert.ThrowsAnyAsync<Exception>(() => Dns.GetHostAddressesAsync(null)); in Dns_GetHostAddressesAsync_CallsSocketInit_Ok()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DDns.cs98 if (resolver.GetHostAddressesAsync (e) == false) in BeginAsyncCallAddresses()
481 public static Task<IPAddress[]> GetHostAddressesAsync (string hostNameOrAddress) in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/
H A DNetUtils.cs57 Task<IPAddress[]> task = Dns.GetHostAddressesAsync(hostName); in EnumerateIPv4Addresses()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/
H A DPing.cs350 … IPAddress[] addresses = await Dns.GetHostAddressesAsync(hostNameOrAddress).ConfigureAwait(false); in GetAddressAndSendAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Dns/
H A DSimpleResolver.cs105 public bool GetHostAddressesAsync (SimpleResolverEventArgs args) in GetHostAddressesAsync() method in Mono.Net.Dns.SimpleResolver
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets.Client/src/System/Net/WebSockets/
H A DWebSocketHandle.Managed.cs159 IPAddress[] addresses = await Dns.GetHostAddressesAsync(host).ConfigureAwait(false); in ConnectSocketAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DSNITcpHandle.cs128 Task<IPAddress[]> serverAddrTask = Dns.GetHostAddressesAsync(serverName); in SNITCPHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/src/System/Net/
H A DDNS.cs627 public static Task<IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DUDPClient.cs314 … IPAddress[] addresses = Dns.GetHostAddressesAsync(hostname).GetAwaiter().GetResult(); in BeginSend()
H A DSocket.cs888 IPAddress[] addresses = Dns.GetHostAddressesAsync(host).GetAwaiter().GetResult(); in Connect()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DDNS.cs1056 public static Task<IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) in NativeToHostEntry() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs5455 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs5492 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs5453 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs5488 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8123 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs8152 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs8151 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs8123 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs8123 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs8142 …public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hos… in GetHostAddressesAsync() method in System.Net.Dns

12