HttpResponseWrapper::WriteFile Method

 

Writes the specified file to the HTTP response output stream.

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

NameDescription
System_CAPS_pubmethodWriteFile(IntPtr, Int64, Int64)

Writes the specified file to the HTTP response output stream.(Overrides HttpResponseBase::WriteFile(IntPtr, Int64, Int64).)

System_CAPS_pubmethodWriteFile(String^)

Writes the contents of the specified file to the HTTP response output stream as a file block.(Overrides HttpResponseBase::WriteFile(String^).)

System_CAPS_pubmethodWriteFile(String^, Boolean)

Writes the contents of the specified file to the HTTP response output stream and specifies whether the content is written as a memory block.(Overrides HttpResponseBase::WriteFile(String^, Boolean).)

System_CAPS_pubmethodWriteFile(String^, Int64, Int64)

Writes the specified file to the HTTP response output stream.(Overrides HttpResponseBase::WriteFile(String^, Int64, Int64).)

Return to top
Show: