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

IsSectionUsedInInit() private method

private IsSectionUsedInInit ( string configKey ) : bool
configKey string
return bool
        bool IsSectionUsedInInit(string configKey) {
            return configKey == SystemDiagnosticsConfigKey || (_isAppConfigHttp && configKey.StartsWith(SystemNetGroupKey, StringComparison.Ordinal));
        }