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