2 references to BeginTryReceiveRequest
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2104
(success, context) = await TaskHelpers.FromAsync<TimeSpan, bool, RequestContext>(channel.
BeginTryReceiveRequest
, channel.EndTryReceiveRequest, iterationTimeout, null);
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
64
return _channel.
BeginTryReceiveRequest
(timeout, callback, state);