NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.WriteFile (Int32, Int64, Int64)

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
);

Parameters

fileHandle
Handle of file to write to output.
offset
[To be supplied.]
size
[To be supplied.]

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace | HttpResponse.WriteFile Overload List