6 references to properties
System (6)
net\System\Net\Configuration\ProxyElement.cs (6)
41this.properties.Add(this.autoDetect); 42this.properties.Add(this.scriptLocation); 43this.properties.Add(this.bypassonlocal); 44this.properties.Add(this.proxyaddress); 45this.properties.Add(this.usesystemdefault); 52return this.properties;