1 implementation of SendRequestAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
895public async Task SendRequestAsync(Message message, TimeoutHelper timeoutHelper)
1 reference to SendRequestAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
280await request.SendRequestAsync(message, timeoutHelper);