4 references to TransmitFile
System.Web (3)
Abstractions\HttpResponseWrapper.cs (1)
441_httpResponse.TransmitFile(filename, offset, length);
HttpResponse.cs (1)
2802TransmitFile(filename, 0, -1);
StaticFileHandler.cs (1)
583context.Response.TransmitFile(physicalPath, offset, length);
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
313_httpResponse.TransmitFile(filename, offset, length);