5 references to ConnectionManagementSection
System (5)
net\System\Net\Configuration\ConnectionManagementSection.cs (3)
39internal ConnectionManagementSectionInternal(ConnectionManagementSection section) 81ConnectionManagementSection section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.ConnectionManagementSectionPath) as ConnectionManagementSection;
net\System\Net\Configuration\NetSectionGroup.cs (2)
26public ConnectionManagementSection ConnectionManagement 28get { return (ConnectionManagementSection)Sections[ConfigurationStrings.ConnectionManagementSectionName]; }