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