HttpResponseWrapper::TransmitFile Method
.NET Framework (current version)
Writes the specified file to the HTTP response output stream, without buffering it in memory.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TransmitFile(String^) | Writes the specified file to the HTTP response output stream, without buffering it in memory.(Overrides HttpResponseBase::TransmitFile(String^).) |
![]() | TransmitFile(String^, Int64, Int64) | Writes the specified part of a file to the HTTP response output stream, without buffering it in memory.(Overrides HttpResponseBase::TransmitFile(String^, Int64, Int64).) |
Show:
