1 implementation of SendRequestAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
742public async Task SendRequestAsync(Message message, TimeoutHelper timeoutHelper)
1 reference to SendRequestAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
267await request.SendRequestAsync(message, timeoutHelper);