3 references to ConnectionManagementSectionName
System (3)
net\System\Net\Configuration\ConfigurationStrings.cs (1)
31get { return ConfigurationStrings.GetSectionPath(ConfigurationStrings.ConnectionManagementSectionName); }
net\System\Net\Configuration\NetSectionGroup.cs (2)
25[ConfigurationProperty(ConfigurationStrings.ConnectionManagementSectionName)] 28get { return (ConnectionManagementSection)Sections[ConfigurationStrings.ConnectionManagementSectionName]; }