Ejemplo n.º 1
0
 public static void RegisterChannel(IChannel chnl)
 {
     ChannelServices.RegisterChannelInternal(chnl, false);
 }
Ejemplo n.º 2
0
 internal static void RegisterChannel()
 {
     ChannelServices.RegisterChannelInternal(AppDomainChannel, false);
 }
Ejemplo n.º 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*/);
        }
Ejemplo n.º 5
0
        internal static void RegisterChannel()
        {
            CrossAppDomainChannel adc = CrossAppDomainChannel.AppDomainChannel;

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

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