5 references to RegisterChannel
mscorlib (2)
system\runtime\remoting\configuration.cs (2)
444ChannelServices.RegisterChannel(chnl, ensureSecurity); 1774ChannelServices.RegisterChannel(_channel, _ensureSecurity);
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
52ChannelServices.RegisterChannel(ichannel, false);
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
148ChannelServices.RegisterChannel(newHttpChannel, false/*enableSecurity*/);
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
348ChannelServices.RegisterChannel(this.channel, true);