System.Net.Cache.RequestCacheProtocol.RequestCacheProtocol C# (CSharp) Method

RequestCacheProtocol() private method

private RequestCacheProtocol ( RequestCache cache, RequestCacheValidator defaultValidator ) : System
cache RequestCache
defaultValidator RequestCacheValidator
return System
        internal RequestCacheProtocol(RequestCache cache, RequestCacheValidator defaultValidator)
        {
            _RequestCache   = cache;
            _Validator      = defaultValidator;
            _CanTakeNewRequest = true;
        }
        //