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