2 references to ai_canonname
System (2)
net\System\Net\DNS.cs (2)
1132
if (canonicalname==null && pAddressInfo->
ai_canonname
!=null) {
1133
canonicalname = Marshal.PtrToStringUni((IntPtr)pAddressInfo->
ai_canonname
);