1 write to listener
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerBinder.cs (1)
53this.listener = listener;
6 references to listener
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
59get { return this.listener; } 69IDuplexChannel channel = this.listener.AcceptChannel(timeout); 73return new DuplexChannelBinder(channel, this.correlator, this.listener.Uri); 78return this.listener.BeginAcceptChannel(timeout, callback, state); 83IDuplexChannel channel = this.listener.EndAcceptChannel(result); 87return new DuplexChannelBinder(channel, this.correlator, this.listener.Uri);