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 );
HttpWorkerRequest Members HttpWorkerRequest.SendResponseFromFile Overload List
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph