System.Configuration.ClientConfigurationSystem.IsSectionUsedInInit C# (CSharp) 메소드

IsSectionUsedInInit() 개인적인 메소드

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