3 overrides of BeginReceive
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
2703protected override IAsyncResult BeginReceive(IInputSessionChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 2769protected override IAsyncResult BeginReceive(IDuplexSessionChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 2969protected override IAsyncResult BeginReceive(IReplySessionChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2455receiveResult = this.demuxer.BeginReceive(this.channel, this.demuxer.peekTimeout, onReceiveComplete, this);