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