1 write to innerChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
501this.innerChannelListener = (IChannelListener<IDuplexChannel>)this.InnerChannelListener;
6 references to innerChannelListener
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelListener.cs (6)
507IDuplexChannel channel = this.innerChannelListener.AcceptChannel(timeout); 513return this.innerChannelListener.BeginAcceptChannel(timeout, callback, state); 518return this.innerChannelListener.BeginWaitForChannel(timeout, callback, state); 523IDuplexChannel channel = this.innerChannelListener.EndAcceptChannel(result); 529return this.innerChannelListener.EndWaitForChannel(result); 534return this.innerChannelListener.WaitForChannel(timeout);