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