HttpResponseWrapper::WriteFile Method (String^, Boolean)
.NET Framework (current version)
Writes the contents of the specified file to the HTTP response output stream and specifies whether the content is written as a memory block.
Assembly: System.Web (in System.Web.dll)
Parameters
- filename
-
Type:
System::String^
The name of the file to write to the current response.
- readIntoMemory
-
Type:
System::Boolean
true to write the file into a memory block.
| Exception | Condition |
|---|---|
| ArgumentNullException | The filename parameter is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: