2 writes to ChannelHandler
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
334duplexChannelBinder.ChannelHandler = new ChannelHandler(this.messageVersion, binder, serviceChannel);
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
567duplexChannelBinder.ChannelHandler = handler;
7 references to ChannelHandler
System.ServiceModel (7)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (7)
142if (this.ChannelHandler != null && this.ChannelHandler.HasRegisterBeenCalled) 306if (!this.ChannelHandler.HasRegisterBeenCalled) 308ChannelHandler.Register(this.ChannelHandler); 517if (this.ChannelHandler != null && this.ChannelHandler.Channel != null) 519dispatcher = this.ChannelHandler.Channel.EndpointDispatcher;