Writes a file directly to an HTTP content output stream.
[Visual Basic] Overloads Public Sub WriteFile( _ ByVal filename As String, _ ByVal readIntoMemory As Boolean _ ) [C#] public void WriteFile( string filename, bool readIntoMemory ); [C++] public: void WriteFile( String* filename, bool readIntoMemory ); [JScript] public function WriteFile( filename : String, readIntoMemory : Boolean );
HttpResponse Class | HttpResponse Members | System.Web Namespace | HttpResponse.WriteFile Overload List