HttpResponseWrapper::TransmitFile Method

 

Writes the specified file to the HTTP response output stream, without buffering it in memory.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodTransmitFile(String^)

Writes the specified file to the HTTP response output stream, without buffering it in memory.(Overrides HttpResponseBase::TransmitFile(String^).)

System_CAPS_pubmethodTransmitFile(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).)

Return to top
Show: