3 overrides of EndReceive
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
2723
protected override Message
EndReceive
(IInputSessionChannel channel, IAsyncResult result)
2875
protected override Message
EndReceive
(IDuplexSessionChannel channel, IAsyncResult result)
3075
protected override RequestContext
EndReceive
(IReplySessionChannel channel, IAsyncResult result)
1 reference to EndReceive
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2499
this.item = this.demuxer.
EndReceive
(this.channel, result);