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));
        }