7 references to properties
System (7)
net\System\Net\Configuration\RequestCachingSection.cs (7)
19this.properties.Add(this.disableAllCaching); 20this.properties.Add(this.defaultPolicyLevel); 21this.properties.Add(this.isPrivateCache); 22this.properties.Add(this.defaultHttpCachePolicy); 23this.properties.Add(this.defaultFtpCachePolicy); 24this.properties.Add(this.unspecifiedMaximumAge); 105get { return this.properties; }