1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2423this.channel = channel;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelDemuxer.cs (6)
2424IAsyncResult result = this.channel.BeginOpen(onOpenComplete, this); 2438channel = peekResult.channel; 2444this.channel.EndOpen(result); 2451receiveResult = this.demuxer.BeginReceive(this.channel, onReceiveComplete, this); 2455receiveResult = this.demuxer.BeginReceive(this.channel, this.demuxer.peekTimeout, onReceiveComplete, this); 2499this.item = this.demuxer.EndReceive(this.channel, result);