5 references to properties
System (5)
net\System\Net\Configuration\HttpCachePolicyElement.cs (5)
19this.properties.Add(this.maximumAge); 20this.properties.Add(this.maximumStale); 21this.properties.Add(this.minimumFresh); 22this.properties.Add(this.policyLevel); 29return this.properties;