HttpResponseBase.WriteFile Method
.NET Framework 4.5
When overridden in a derived class, writes the specified file to the 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) | When overridden in a derived class, writes the contents of the specified file to the HTTP response output stream as a file block. |
|
WriteFile(String, Boolean) | When overridden in a derived class, writes the contents of the specified file to the HTTP response output stream and specifies whether the content is written as a memory block. |
|
WriteFile(IntPtr, Int64, Int64) | When overridden in a derived class, writes the specified file to the HTTP response output stream. |
|
WriteFile(String, Int64, Int64) | When overridden in a derived class, writes the specified file to the HTTP response output stream. |