10 references to properties
System (10)
net\System\Net\Configuration\SettingsSection.cs (10)
42this.properties.Add(this.httpWebRequest); 43this.properties.Add(this.ipv6); 44this.properties.Add(this.servicePointManager); 45this.properties.Add(this.socket); 46this.properties.Add(this.webProxyScript); 47this.properties.Add(this.performanceCounters); 48this.properties.Add(this.httpListener); 49this.properties.Add(this.webUtility); 50this.properties.Add(this.windowsAuthentication); 111get { return this.properties; }