HttpResponse::WriteFile Method
.NET Framework (current version)
Writes the specified file directly to an HTTP response output stream.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | WriteFile(IntPtr, Int64, Int64) | Writes the specified file directly to an HTTP response output stream. |
![]() | WriteFile(String^) | Writes the contents of the specified file directly to an HTTP response output stream as a file block. |
![]() | WriteFile(String^, Boolean) | Writes the contents of the specified file directly to an HTTP response output stream as a memory block. |
![]() | WriteFile(String^, Int64, Int64) | Writes the specified file directly to an HTTP response output stream. |
Show:
