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