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