1 implementation of RequestAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
136
public Task<Message>
RequestAsync
(Message message, TimeSpan timeout)
1 reference to RequestAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1526
Message reply = await ChannelBinder.
RequestAsync
(message, timeoutHelper.RemainingTime());