2 overrides of PackageFile
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
2320
internal override MemoryBytes
PackageFile
(string filename, long offset, long size, bool isImpersonating) {
2916
internal override MemoryBytes
PackageFile
(string filename, long offset64, long length64, bool isImpersonating) {
1 reference to PackageFile
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
1407
AddBodyToCachedResponse(
PackageFile
(filename, offset, length, isImpersonating));