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