1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3808this.channel = channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
3814IAsyncResult result = this.channel.BeginClose(closeChannelCallback, this); 3819this.channel.EndClose(result); 3833self.channel.EndClose(result);