HttpResponseWrapper::WriteFile Method
.NET Framework (current version)
Writes the specified file to the HTTP response output stream.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | WriteFile(IntPtr, Int64, Int64) | Writes the specified file to the HTTP response output stream.(Overrides HttpResponseBase::WriteFile(IntPtr, Int64, Int64).) |
![]() | WriteFile(String^) | Writes the contents of the specified file to the HTTP response output stream as a file block.(Overrides HttpResponseBase::WriteFile(String^).) |
![]() | WriteFile(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).) |
![]() | WriteFile(String^, Int64, Int64) | Writes the specified file to the HTTP response output stream.(Overrides HttpResponseBase::WriteFile(String^, Int64, Int64).) |
Show:
