This documentation is archived and is not being maintained.
HttpResponse::TransmitFile Method
Visual Studio 2010
Writes the specified file directly to an HTTP response output stream without buffering it in memory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TransmitFile(String) | Writes the specified file directly to an HTTP response output stream, without buffering it in memory. |
|
TransmitFile(String, Int64, Int64) | Writes the specified part of a file directly to an HTTP response output stream without buffering it in memory. |
Show: