7 references to InnerChannel
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelDemuxer.cs (7)
1113return this.InnerChannel.BeginReceive(timeout, callback, state); 1140return this.InnerChannel.EndReceive(result); 1175return this.InnerChannel.BeginReceive(timeout, callback, state); 1202return this.InnerChannel.EndReceive(result); 1234return new DuplexChannelWrapper(this.ChannelManager, demuxer.InnerChannel); 1313return this.InnerChannel.BeginReceiveRequest(timeout, callback, state); 1451return this.InnerChannel.EndReceiveRequest(result);