Writes a file directly to an HTTP content output stream.
[Visual Basic] Overloads Public Sub WriteFile( _ ByVal fileHandle As Integer, _ ByVal offset As Long, _ ByVal size As Long _ ) [C#] public void WriteFile( int fileHandle, long offset, long size ); [C++] public: void WriteFile( int fileHandle, __int64 offset, __int64 size ); [JScript] public function WriteFile( fileHandle : int, offset : long, size : long );
HttpResponse Class | HttpResponse Members | System.Web Namespace | HttpResponse.WriteFile Overload List