1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1254this.innerChannel = innerChannel;
5 references to innerChannel
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (5)
1259get { return this.innerChannel.RemoteAddress; } 1264get { return this.innerChannel.Via; } 1269this.innerChannel.Send(message, timeout); 1274return this.innerChannel.BeginSend(message, timeout, callback, state); 1279this.innerChannel.EndSend(result);