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)
225
return
RequestAsync
(message, timeout).ToApm(callback, state);
247
return
RequestAsync
(message, this.DefaultSendTimeout);
253
return await
RequestAsync
(message, timeout);