Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::WriteFile Method

 

Writes the specified file directly to an HTTP response output stream.

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

NameDescription
System_CAPS_pubmethodWriteFile(IntPtr, Int64, Int64)

Writes the specified file directly to an HTTP response output stream.

System_CAPS_pubmethodWriteFile(String^)

Writes the contents of the specified file directly to an HTTP response output stream as a file block.

System_CAPS_pubmethodWriteFile(String^, Boolean)

Writes the contents of the specified file directly to an HTTP response output stream as a memory block.

System_CAPS_pubmethodWriteFile(String^, Int64, Int64)

Writes the specified file directly to an HTTP response output stream.

Return to top
Show:
© 2017 Microsoft