6 references to properties
System (6)
net\System\Net\Configuration\DefaultProxySection.cs (6)
25
this.
properties
.Add(this.bypasslist);
26
this.
properties
.Add(this.module);
27
this.
properties
.Add(this.proxy);
28
this.
properties
.Add(this.enabled);
29
this.
properties
.Add(this.useDefaultCredentials);
63
get { return this.
properties
; }