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