System.Net.Configuration.RequestCachingSection.RequestCachingSection C# (CSharp) 메소드

RequestCachingSection() 공개 메소드

public RequestCachingSection ( ) : Microsoft.Win32
리턴 Microsoft.Win32
        public RequestCachingSection()
        {
            this.properties.Add(this.disableAllCaching);
            this.properties.Add(this.defaultPolicyLevel);
            this.properties.Add(this.isPrivateCache);
            this.properties.Add(this.defaultHttpCachePolicy);
            this.properties.Add(this.defaultFtpCachePolicy);
            this.properties.Add(this.unspecifiedMaximumAge);
        }