2 overrides of HandleReceiveComplete
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
470protected override bool HandleReceiveComplete(IAsyncResult result) 927protected override bool HandleReceiveComplete(IAsyncResult result)
3 references to HandleReceiveComplete
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (3)
125if (channel.HandleReceiveComplete(result)) 148if (channel.HandleReceiveComplete(result)) 374if (!this.HandleReceiveComplete(result))