Example #1
0
 public static void RegisterChannel(IChannel chnl)
 {
     ChannelServices.RegisterChannelInternal(chnl, false);
 }
Example #2
0
 internal static void RegisterChannel()
 {
     ChannelServices.RegisterChannelInternal(AppDomainChannel, false);
 }
Example #3
0
 public static void RegisterChannel(IChannel chnl, bool ensureSecurity)
 {
     ChannelServices.RegisterChannelInternal(chnl, ensureSecurity);
 }
        [System.Security.SecurityCritical]  // auto-generated
        internal static void RegisterChannel()
        {
            CrossAppDomainChannel adc = CrossAppDomainChannel.AppDomainChannel;

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

            ChannelServices.RegisterChannelInternal((IChannel)adc);
        }
        internal static void RegisterChannel()
        {
            CrossAppDomainChannel appDomainChannel = CrossAppDomainChannel.AppDomainChannel;

            ChannelServices.RegisterChannelInternal(appDomainChannel, false);
        }
Example #7
0
 internal static void RegisterChannel()
 {
     ChannelServices.RegisterChannelInternal((IChannel)CrossAppDomainChannel.AppDomainChannel, false);
 }