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