4 instantiations of InputChannelBinder
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ListenerBinder.cs (4)
165return new InputChannelBinder(channel, this.listener.Uri); 179return new InputChannelBinder(channel, this.listener.Uri); 210return new InputChannelBinder(channel, this.listener.Uri); 224return new InputChannelBinder(channel, this.listener.Uri);
2 references to InputChannelBinder
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (2)
167InputChannelBinder binder; 169internal InputRequestContext(Message request, InputChannelBinder binder)