Implemented interface member:
method
RequestAsync
System.ServiceModel.Channels.IAsyncRequestChannel.RequestAsync(System.ServiceModel.Channels.Message, System.TimeSpan)
2 references to RequestAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
461
return
RequestAsync
(message, DefaultSendTimeout);
479
return await
RequestAsync
(message, timeout);