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