1 write to innerChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
28this.innerChannelListener = (IChannelListener<TInnerChannel>)this.InnerChannelListener;
6 references to innerChannelListener
System.ServiceModel (6)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (6)
34TInnerChannel innerChannel = this.innerChannelListener.AcceptChannel(timeout); 41return this.innerChannelListener.BeginAcceptChannel(timeout, callback, state); 46TInnerChannel innerChannel = this.innerChannelListener.EndAcceptChannel(result); 52return this.innerChannelListener.WaitForChannel(timeout); 57return this.innerChannelListener.BeginWaitForChannel(timeout, callback, state); 62return this.innerChannelListener.EndWaitForChannel(result);