System.Web.HttpWorkerRequest.SendResponseFromFile Method

Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send.

Syntax

public abstract void SendResponseFromFile (IntPtr handle, long offset, long length)

Parameters

handle
The handle of the file to send.
offset
The starting position in the file.
length
The number of bytes to send.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0