3 overrides of BeginReceive
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
2698
protected override IAsyncResult
BeginReceive
(IInputSessionChannel channel, AsyncCallback callback, object state)
2764
protected override IAsyncResult
BeginReceive
(IDuplexSessionChannel channel, AsyncCallback callback, object state)
2964
protected override IAsyncResult
BeginReceive
(IReplySessionChannel channel, AsyncCallback callback, object state)
1 reference to BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2451
receiveResult = this.demuxer.
BeginReceive
(this.channel, onReceiveComplete, this);