2 references to HttpFileResponseElement
System.Web (2)
Cache\OutputCache.cs (1)
256elem = new HttpFileResponseElement(fre.Path, fre.Offset, fre.Length, isImpersonating, supportsLongTransmitFile);
HttpWriter.cs (1)
1149_buffers.Add(new HttpFileResponseElement(filename, offset, size, isImpersonating, supportsLongTransmitFile));