System.Net.Configuration.RequestCachingSectionInternal.RequestCachingSectionInternal C# (CSharp) Méthode

RequestCachingSectionInternal() private méthode

private RequestCachingSectionInternal ( RequestCachingSection section ) : Microsoft.Win32
section RequestCachingSection
Résultat Microsoft.Win32
        internal RequestCachingSectionInternal(RequestCachingSection section)
        {
            this.httpRequestCacheValidator = new HttpRequestCacheValidator(false, this.UnspecifiedMaximumAge);
            this.disableAllCaching = true;

            FtpCachePolicyElement ftpPolicy = section.DefaultFtpCachePolicy;

            if (ftpPolicy.WasReadFromConfig)
            {
                this.defaultFtpCachePolicy = new RequestCachePolicy(ftpPolicy.PolicyLevel);
            }

        }

Same methods

RequestCachingSectionInternal::RequestCachingSectionInternal ( ) : Microsoft.Win32
RequestCachingSectionInternal