3 references to address
System (3)
net\System\Net\Configuration\ConnectionManagementElement.cs (3)
18
this.properties.Add(this.
address
);
39
get { return (string)this[this.
address
]; }
40
set { this[this.
address
] = value; }