Implemented interface member:
method
RequestAsync
System.ServiceModel.Channels.IAsyncRequestChannel.RequestAsync(System.ServiceModel.Channels.Message, System.TimeSpan)
3 references to RequestAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (3)
225return RequestAsync(message, timeout).ToApm(callback, state); 247return RequestAsync(message, this.DefaultSendTimeout); 253return await RequestAsync(message, timeout);