Implemented interface member:
method
ReceiveAsync
System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync(System.TimeSpan)
5 references to ReceiveAsync
System.ServiceModel.Http (5)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (5)
64
return
ReceiveAsync
(timeout).GetAwaiter().GetResult();
69
return
ReceiveAsync
(DefaultReceiveTimeout);
110
return
ReceiveAsync
(timeout).ToApm(callback, state);
120
return
ReceiveAsync
(timeout).ToApm(callback, state);
148
return (true, await
ReceiveAsync
(timeout));