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