4 instantiations of InputChannelBinder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs (4)
165
return new
InputChannelBinder
(channel, _listener.Uri);
179
return new
InputChannelBinder
(channel, _listener.Uri);
210
return new
InputChannelBinder
(channel, _listener.Uri);
224
return new
InputChannelBinder
(channel, _listener.Uri);
2 references to InputChannelBinder
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (2)
166
private
InputChannelBinder
_binder;
168
internal InputRequestContext(Message request,
InputChannelBinder
binder)