5 references to AddressInfoHints
System (5)
net\System\Net\_OSSOCK.cs (1)
58
internal
AddressInfoHints
ai_flags;
net\System\Net\DNS.cs (4)
572
if (SocketError.Success != TryGetAddrInfo(hostName,
AddressInfoHints
.AI_CANONNAME, out canonicalResult))
601
if (SocketError.Success != TryGetAddrInfo(hostName,
AddressInfoHints
.AI_FQDN, out fqdnResult))
1089
return TryGetAddrInfo(name,
AddressInfoHints
.AI_CANONNAME, out hostinfo);
1092
private unsafe static SocketError TryGetAddrInfo(string name,
AddressInfoHints
flags, out IPHostEntry hostinfo)