1 write to innerChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
33this.innerChannelListener = (IChannelListener<IReplyChannel>)this.InnerChannelListener;
6 references to innerChannelListener
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelListener.cs (6)
39IReplyChannel innerChannel = this.innerChannelListener.AcceptChannel(timeout); 45return this.innerChannelListener.BeginAcceptChannel(timeout, callback, state); 50IReplyChannel innerChannel = this.innerChannelListener.EndAcceptChannel(result); 56return this.innerChannelListener.WaitForChannel(timeout); 61return this.innerChannelListener.BeginWaitForChannel(timeout, callback, state); 66return this.innerChannelListener.EndWaitForChannel(result);