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