1 write to channelListener
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
476this.channelListener = channelListener;
4 references to channelListener
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
480IAsyncResult result = this.channelListener.BeginCloseInnerListener(timeout, 492this.channelListener.EndCloseInnerListener(result); 495lock (this.channelListener.ThisLock) 497this.channelListener.RemoveChannel(this.inputId, this.outputId);