BITS .NET Class Library
Background Intelligent Transfer Service (BITS) is a component of Microsoft Windows 2000 and later, which facilitates asynchronous, prioritized, and throttled transfer of files between machines using idle network bandwidth.
The usis Background Intelligent Transfer Service Class Library provides .NET wrapper types for the BITS API which is exposed by Microsoft through the Component Object Model (COM).
Latest Release: Version 3.0.0
GitHub
The complete source code of the .NET library written in C# is published on GitHub: https://github.com/usis-software/usis.Net.Bits
NuGet
usis.Net.Bits is also available as a NuGet Package: https://www.nuget.org/packages/usis.Net.Bits/
Documentation
The API documentation for usis.Net.Bits is available online at https://help.usis-software.com/BITS/ or can be download as Compiled HTML Help (.CHM) file.
No Comments