3 implementations of EndTryReceive
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
139public bool EndTryReceive(IAsyncResult result, out Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
171public bool EndTryReceive(IAsyncResult result, out Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1358public bool EndTryReceive(IAsyncResult result, out Message message)
3 references to EndTryReceive
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
141bool retVal = InnerChannel.EndTryReceive(result, out message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
323if (_channel.EndTryReceive(result, out message))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
75if (_channel.EndTryReceive(result, out message))