1 write to connectionManagement
System (1)
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
43
this.
connectionManagement
= new Hashtable(section.ConnectionManagement.Count);
2 references to connectionManagement
System (2)
net\System\Net\Configuration\ConnectionManagementSection.cs (2)
46
this.
connectionManagement
[connectionManagementElement.Address] = connectionManagementElement.MaxConnection;
55
Hashtable retval = this.
connectionManagement
;