1 write to innerListener
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
307this.innerListener = innerListener;
6 references to innerListener
System.ServiceModel (6)
System\ServiceModel\Channels\LayeredChannelListener.cs (6)
314TInnerChannel innerChannel = this.innerListener.AcceptChannel(timeout); 323return this.innerListener.BeginAcceptChannel(timeout, callback, state); 328TInnerChannel innerChannel = this.innerListener.EndAcceptChannel(result); 337return this.innerListener.WaitForChannel(timeout); 342return this.innerListener.BeginWaitForChannel(timeout, callback, state); 347return this.innerListener.EndWaitForChannel(result);