System.Configuration.ClientConfigurationSystem.DoesSectionOnlyUseMachineConfig C# (CSharp) Method

DoesSectionOnlyUseMachineConfig() private method

private DoesSectionOnlyUseMachineConfig ( string configKey ) : bool
configKey string
return bool
        bool DoesSectionOnlyUseMachineConfig(string configKey) {
            return _isAppConfigHttp && configKey.StartsWith(SystemNetGroupKey, StringComparison.Ordinal);
        }