Skip to main content
.NET Framework Class Library
HttpResponse..::.TransmitFile Method





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.

Overload List
 NameDescription
Public methodTransmitFile(String)Writes the specified file directly to an HTTP response output stream, without buffering it in memory.
Public methodTransmitFile(String, Int64, Int64)Writes the specified part of a file directly to an HTTP response output stream without buffering it in memory.
Top