System.Runtime.Remoting.RemotingConfigHandler.RegisterWellKnownClientType C# (CSharp) Method

RegisterWellKnownClientType() static private method

static private RegisterWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
entry WellKnownClientTypeEntry
return void
        internal static void RegisterWellKnownClientType(WellKnownClientTypeEntry entry)
        {
            Info.AddWellKnownClientType(entry);
        } 

Usage Example

        public static void RegisterWellKnownClientType(WellKnownClientTypeEntry entry)
        {
            RemotingConfigHandler.RegisterWellKnownClientType(entry);

            // all registrations for wellknown client types will come through here
            RemotingServices.InternalSetRemoteActivationConfigured();
        } // RegisterWellKnownClientType
All Usage Examples Of System.Runtime.Remoting.RemotingConfigHandler::RegisterWellKnownClientType