2 overrides of EndTryGetChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
163
protected override bool
EndTryGetChannel
(IAsyncResult result)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
256
protected override bool
EndTryGetChannel
(IAsyncResult result)
1 reference to EndTryGetChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2272
if (!this.synchronizer.binder.
EndTryGetChannel
(result))