1 write to listener
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerBinder.cs (1)
145this.listener = listener;
6 references to listener
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
151get { return this.listener; } 161IInputChannel channel = this.listener.AcceptChannel(timeout); 165return new InputChannelBinder(channel, this.listener.Uri); 170return this.listener.BeginAcceptChannel(timeout, callback, state); 175IInputChannel channel = this.listener.EndAcceptChannel(result); 179return new InputChannelBinder(channel, this.listener.Uri);