6 implementations of TryReceive
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
73
public bool
TryReceive
(TimeSpan timeout, out RequestContext requestContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
414
public bool
TryReceive
(TimeSpan timeout, out RequestContext requestContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
107
public bool
TryReceive
(TimeSpan timeout, out RequestContext requestContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
105
public bool
TryReceive
(TimeSpan timeout, out RequestContext requestContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
107
public bool
TryReceive
(TimeSpan timeout, out RequestContext requestContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
99
public bool
TryReceive
(TimeSpan timeout, out RequestContext requestContext)
2 references to TryReceive
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
193
if (binder._channelBinder.
TryReceive
(TimeSpan.MaxValue, out requestContext))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (1)
60
return _binder.
TryReceive
(timeout, out requestContext);