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