System.Runtime.Remoting.Channels.CrossAppDomainChannel.RegisterChannel C# (CSharp) Method

RegisterChannel() static private method

static private RegisterChannel ( ) : void
return void
        internal static void RegisterChannel()
        {
            CrossAppDomainChannel adc = CrossAppDomainChannel.AppDomainChannel;
            ChannelServices.RegisterChannelInternal((IChannel)adc, false /*ensureSecurity*/);
        }