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