4 instantiations of InputChannelBinder
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\ListenerBinder.cs (4)
175return new InputChannelBinder(channel, _listener.Uri); 191return new InputChannelBinder(channel, _listener.Uri); 220return new InputChannelBinder(channel, _listener.Uri); 236return new InputChannelBinder(channel, _listener.Uri);
2 references to InputChannelBinder
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (2)
161private InputChannelBinder _binder; 163internal InputRequestContext(Message request, InputChannelBinder binder)