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