This documentation is archived and is not being maintained.
HttpResponse::WriteFile Method
Visual Studio 2010
Writes the specified file directly to an HTTP response output stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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(IntPtr, Int64, Int64) | Writes the specified file directly to an HTTP response output stream. |
|
WriteFile(String, Int64, Int64) | Writes the specified file directly to an HTTP response output stream. |
Show: