3 references to ConnectionManagement
System (3)
net\System\Net\Configuration\ConnectionManagementSection.cs (3)
41if (section.ConnectionManagement.Count > 0) 43this.connectionManagement = new Hashtable(section.ConnectionManagement.Count); 44foreach(ConnectionManagementElement connectionManagementElement in section.ConnectionManagement)