1 override of CreateConnectionAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
938
protected override async Task<IConnection>
CreateConnectionAsync
(IPAddress address, int port)
1 reference to CreateConnectionAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
612
socketConnection = await
CreateConnectionAsync
(addresses[i], port);