1 write to listener
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerBinder.cs (1)
280this.listener = listener;
6 references to listener
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
286get { return this.listener; } 296IReplySessionChannel channel = this.listener.AcceptChannel(timeout); 300return new ReplyChannelBinder(channel, listener.Uri); 305return this.listener.BeginAcceptChannel(timeout, callback, state); 310IReplySessionChannel channel = this.listener.EndAcceptChannel(result); 314return new ReplyChannelBinder(channel, listener.Uri);