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\RequestChannel.cs (2)
232return RequestAsync(message, DefaultSendTimeout); 238return await RequestAsync(message, timeout);