2 references to AI_CANONNAME
System (2)
net\System\Net\DNS.cs (2)
572
if (SocketError.Success != TryGetAddrInfo(hostName, AddressInfoHints.
AI_CANONNAME
, out canonicalResult))
1089
return TryGetAddrInfo(name, AddressInfoHints.
AI_CANONNAME
, out hostinfo);