2 writes to ChannelHandler
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
317duplexChannelBinder.ChannelHandler = new ChannelHandler(_messageVersion, binder, serviceChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
298duplexChannelBinder.ChannelHandler = handler;
4 references to ChannelHandler
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
139if (this.ChannelHandler != null && this.ChannelHandler.HasRegisterBeenCalled) 296if (!this.ChannelHandler.HasRegisterBeenCalled) 298ChannelHandler.Register(this.ChannelHandler);