2 references to GetIPAddressesAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
538IPAddress[] addresses = SocketConnectionInitiator.GetIPAddressesAsync(uri).GetAwaiter().GetResult(); 590IPAddress[] addresses = await SocketConnectionInitiator.GetIPAddressesAsync(uri);