System.Net.Cache.RequestCacheBinding.RequestCacheBinding C# (CSharp) Méthode

RequestCacheBinding() private méthode

private RequestCacheBinding ( RequestCache requestCache, RequestCacheValidator cacheValidator, RequestCachePolicy policy ) : System
requestCache RequestCache
cacheValidator RequestCacheValidator
policy RequestCachePolicy
Résultat System
        internal RequestCacheBinding (RequestCache requestCache, RequestCacheValidator cacheValidator, RequestCachePolicy  policy) {
            m_RequestCache = requestCache;
            m_CacheValidator = cacheValidator;
            m_Policy = policy;
        }
RequestCacheBinding