Ejemplo n.º 1
0
        private void SetDownloadedServiceProxies()
        {
            ApplicationRegistryService = new ApplicationRegistryServiceProxy();
            ConfigurationService       = new ConfigurationServiceProxy();
            DiagnosticService          = new DiagnosticServiceProxy();
            LoggerService       = new SystemLoggerServiceProxy();
            UserRegistryService = new UserRegistryServiceProxy();
            RoleService         = new RoleServiceProxy();

            AuthService                   = new OAuthServiceProxy();
            ServiceRegistryService        = new ServiceRegistryServiceProxy();
            SystemLogReaderService        = new SystemLogReaderServiceProxy();
            AuthSettingsService           = new OAuthSettingsServiceProxy();
            ProxyAssemblyGeneratorService = new ProxyAssemblyGeneratorServiceProxy();
        }
Ejemplo n.º 2
0
 private static void ResetProxies()
 {
     _configurationServiceProxy = null;
     _controlServiceProxy = null;
     _coreServiceProxy = null;
     _guideServiceProxy = null;
     _logServiceProxy = null;
     _schedulerServiceProxy = null;
 }