2 references to EndGetHostEntry
System (2)
net\System\Net\DNS.cs (2)
1064
return Task<IPHostEntry>.Factory.FromAsync(BeginGetHostEntry,
EndGetHostEntry
, address, null);
1070
return Task<IPHostEntry>.Factory.FromAsync(BeginGetHostEntry,
EndGetHostEntry
, hostNameOrAddress, null);