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