System.Configuration.ClientConfigurationSystem.DoesSectionOnlyUseMachineConfig C# (CSharp) Метод

DoesSectionOnlyUseMachineConfig() приватный Метод

private DoesSectionOnlyUseMachineConfig ( string configKey ) : bool
configKey string
Результат bool
        bool DoesSectionOnlyUseMachineConfig(string configKey) {
            return _isAppConfigHttp && configKey.StartsWith(SystemNetGroupKey, StringComparison.Ordinal);
        }