1 write to innerListener
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1650this.innerListener = context.BuildInnerChannelListener<TInnerChannel>();
15 references to innerListener
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (15)
1693listener.InnerChannelListener = this.innerListener; 1711result = this.innerListener.BeginAcceptChannel(TimeSpan.MaxValue, onAcceptComplete, this); 1767channel = this.innerListener.EndAcceptChannel(result); 2054this.innerListener.Open(timeoutHelper.RemainingTime()); 2060this.innerListener.Abort(); 2117innerListener.Abort(); 2128innerListener.Close(timeout); 2137innerListener.Abort(); 2150IAsyncResult result = this.innerListener.BeginClose(timeout, callback, state); 2160this.innerListener.Abort(); 2181this.innerListener.EndClose(result); 2190this.innerListener.Abort(); 2617this.channelDemuxer.innerListener.EndOpen(result); 2623this.channelDemuxer.innerListener.Abort(); 2632IAsyncResult result = this.channelDemuxer.innerListener.BeginOpen(timeoutHelper.RemainingTime(), openListenerCallback, this);