1 write to Address
System (1)
net\System\Net\Configuration\ConnectionManagementElement.cs (1)
24
this.
Address
= address;
2 references to Address
System (2)
net\System\Net\Configuration\ConnectionManagementElement.cs (1)
52
get { return this.
Address
; }
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
46
this.connectionManagement[connectionManagementElement.
Address
] = connectionManagementElement.MaxConnection;