HttpRequest


Version: 0.1.0.0
Size:
613KB
Requirements:
.NET Framework 2.0 or higher
Seller:
kenshisoft
Price:
Free
System:
Windows 7/Vista/XP
Rating:
4.6
License:
GPL

Description - HttpRequest



HttpRequest is a .Net library which has two subroutines; HttpHtmlRequest, which executes http html requests, and returns the response; and HttpFileRequest, which executes http file requests, and saves the bytes received to a specified file. The class reference help file, and sample projects; written in both C# and VB.Net; can be found along with the library in the downloads section. Note: * Compiled under .Net Framework 2.0 * Compiled as a x86 library. * Licensed under the LGPL. HttpHtmlRequest * Returns web reponse as text (without headers). * Optionally returns the web request executed. * Optionally returns the web response received. * onExceptionThrown event - raised when an error occurs or the request fails. * onStatus event - raised when Progress is made during the request. HttpFileRequest * Returns web reponse as text (without headers). * Optionally returns the web request executed. * Optionally returns the web response received. * onExceptionThrown event - raised when an error occurs or the request fails. * onFileTransferDone event - raised when the File Transfer is done (either true/false) * onFileTransferStatusDone event - raised every second during the file transfer Process, and returns values, including: percent done, bytes per second, bytes total, bytes transfered, time elapsed, and time remaining. * onStatus event - raised when progress is made during the request.



More in Components & Libraries-HttpRequest

Optionally Returns Event Raised Event Raised When