HTTP Downloader for Updater Application Block 2 (GotDotNet)

Source: Internet
Author: User
Tags microsoft download center
Application
The downloader built into Microsoft Updater Application Block v2.0 is a download file with BITS technology. BITS is the Background intelligent Transfer Service abbreviation.

BITS is a new, very useful file transfer feature in Windows that downloads files asynchronously from a remote server via HTTP. BITS can specialize in the use of idle bandwidth to handle multiple download tasks for multiple users. Although BITS is not limited to automatic update applications, it is the underlying API used by Windows update. And, because it works for any application, it can be used to accomplish most of the very difficult work involved in creating an automatic Update application.

For information about how to write an automatic update application using the. NET and BITS APIs, you can refer to the documentation for writing Automatic Updates applications using the. NET and the Background Intelligent Transport Service APIs and Microsoft Updater Application Block v2.0.

BITS technology is a good choice for writing an automatic update application, but not all Windows operating systems support it.
Run-time Requirements
BITS v2.0 is included in Microsoft®windows®xp SP2 and Windows Server 2003 SP1.

can also download BITS v2.0 for Windows Server 2003, Windows XP SP1, Windows XP, Windows xp-based SP4, and windows up SP 3. To download BITS v2.0, go to the Microsoft download Center and install KB842773.

Therefore, the implementation of an HTTP download file downloader is very necessary, today finally in GotDotNet User Sample to see others have been implemented in C # Httpdownloader. Since the author does not provide a vb.net version, friends using vb.net can try codetranslator to convert the code to the appropriate vb.net version.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.