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