HttpResponseWrapper::WriteFile Method (String^, Boolean)

 

Writes the contents of the specified file to the HTTP response output stream and specifies whether the content is written as a memory block.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void WriteFile(
	String^ filename,
	bool readIntoMemory
) override

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
Return to top
Show: