2 overrides of EndTryInput
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
4216
protected override bool
EndTryInput
(IAsyncResult result, out Message item)
4283
protected override bool
EndTryInput
(IAsyncResult result, out RequestContext item)
1 reference to EndTryInput
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3975
success = this.
EndTryInput
(result, out item);