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)
461return RequestAsync(message, DefaultSendTimeout); 479return await RequestAsync(message, timeout);