1 override of EndGetUnicastAddresses
System (1)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
409
public override UnicastIPAddressInformationCollection
EndGetUnicastAddresses
(IAsyncResult asyncResult){
1 reference to EndGetUnicastAddresses
System (1)
net\System\Net\NetworkInformation\IPGlobalProperties.cs (1)
95
return Task<UnicastIPAddressInformationCollection>.Factory.FromAsync(BeginGetUnicastAddresses,
EndGetUnicastAddresses
, null);