3 references to TryInternalResolve
System (3)
net\System\Net\_AuthenticationState.cs (1)
145
if (Dns.
TryInternalResolve
(host, out result))
net\System\Net\ServicePoint.cs (1)
1619
dnsResolutionFailed = !Dns.
TryInternalResolve
(m_Host, out ipHostEntry);
net\System\Net\SocketPermission.cs (1)
983
if (Dns.
TryInternalResolve
(hostname, out ipHostEntry)) {