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