8 references to InnerChannel
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (8)
2912get { return InnerChannel.Session; } 2917get { return InnerChannel.RemoteAddress; } 2922get { return InnerChannel.Via; } 2927this.InnerChannel.Send(message); 2932this.InnerChannel.Send(message, timeout); 2937return this.InnerChannel.BeginSend(message, callback, state); 2942return this.InnerChannel.BeginSend(message, timeout, callback, state); 2947this.InnerChannel.EndSend(result);