1 write to listener
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerBinder.cs (1)
100this.listener = listener;
6 references to listener
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
106get { return this.listener; } 116IDuplexSessionChannel channel = this.listener.AcceptChannel(timeout); 120return new DuplexChannelBinder(channel, this.correlator, this.listener.Uri); 125return this.listener.BeginAcceptChannel(timeout, callback, state); 130IDuplexSessionChannel channel = this.listener.EndAcceptChannel(result); 134return new DuplexChannelBinder(channel, this.correlator, this.listener.Uri);