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