3 overrides of BeginReceive
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
1111
protected override IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
1173
protected override IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
1311
protected override IAsyncResult
BeginReceive
(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
674
result = this.
BeginReceive
(TimeSpan.MaxValue, onReceiveComplete, this);