HttpResponseBase.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)
abstract WriteFile : filename:string * readIntoMemory:bool -> unit override WriteFile : filename:string * readIntoMemory:bool -> unit
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 |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: