3 references to maximumAge
System (3)
net\System\Net\Configuration\HttpCachePolicyElement.cs (3)
19this.properties.Add(this.maximumAge); 36get { return (TimeSpan)this[this.maximumAge]; } 37set { this[this.maximumAge] = value; }