3 references to policyLevel
System (3)
net\System\Net\Configuration\FtpCachePolicyElement.cs (3)
19this.properties.Add(this.policyLevel); 33get { return (RequestCacheLevel)this[this.policyLevel]; } 34set { this[this.policyLevel] = value; }