asp.net.ph

HttpWorkerRequest.SendResponseFromFile Method ( IntPtr, Int64, Int64 )

System.Web Namespace   HttpWorkerRequest Class


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.

[ VB ]
<ComVisible ( False ) >
MustOverride Overloads Public Sub SendResponseFromFile ( _
   ByVal handle As IntPtr, _
   ByVal offset As Long, _
   ByVal length As Long _
)

[ C# ]
 [ ComVisible ( false ) ] 
public abstract void SendResponseFromFile (
   IntPtr handle,
   long offset,
   long length
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual void SendResponseFromFile (
   IntPtr handle,
   __int64 offset,
   __int64 length
) = 0;

[ JScript ]
public ComVisible ( false ) 
abstract function SendResponseFromFile (
   handle : IntPtr,
   offset : long,
   length : long
);

Parameters

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

HttpWorkerRequest Members   HttpWorkerRequest.SendResponseFromFile Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note