Release Notes
- ...
BackgroundCopyFile.TemporaryName
property added.BackgroundCopyFile.ValidationState
property added.BackgroundCopyFile.IsDownloadedFromPeer
property added.BackgroundCopyJob.PeerCachingOptions
property added.BackgroundCopyJob.MaximumDownloadTime
property added.BackgroundCopyJob.OwnerElevationState
property added.BackgroundCopyJob.OwnerIntegrityLevel
property added.BackgroundCopyErrorEventArgs
class added.- The
BackgroundCopyJob.Failed
event now providesBackgroundCopyErrorEventArgs
event arguments (Breaking Change). BackgroundCopyJobNotifications.FileTransferred
constant added.BackgroundCopyFileEventArgs
class added.BackgroundCopyJob.FileTransferred
event added.- usis.Net.Bits now supports all features of BITS 3.0 except of peer caching. Starting with Windows 7, the BITS 3.0 peer caching model is deprecated.
BackgroundCopyManager.LibraryVersion
property added.- BITS 2.5 API implemented: see
BackgroundCopyJob.HttpOptions
property.
BackgroundCopyFile.RemoteName
property setter added.BackgroundCopyFile.RetrieveRanges
method added.
BackgroundCopyJobFileAclOptions
enumeration added.BackgroundCopyJob.FileAcl
property added.BackgroundCopyJob.ReplaceRemotePrefix
method added.- Fix for the exception that is thrown when calling
BackgroundCopyJob.SetCredentials
from a 32-bit application. BackgroundCopyFileRange
class added.BackgroundCopyJob.AddFile
overloads added.
- .NET Framework 4.5
- Obsolete members removed.
BackgroundCopyManager.EnumerateJobs
override.
- Corrected LCID-Fallback in
BackgroundCopyError.Description
andBackgroundCopyError.ContextDescription
when MUI file was not found or loaded. - Adding an event handler to a job without permission (access denied) does not throw an exception.
BackgroundCopyJobType.UploadReply
added.BackgroundCopyNotifyCommandLine
class added.BackgroundCopyJob.NotifyCommandLine
property added.BackgroundCopyJob.ReplyFileName
property added.BackgroundCopyJobReplyProgress
class added.BackgroundCopyJob.RetrieveReplyProgress
method added.BackgroundCopyJob.ReplyFileName
getter throws no exception for other job types thanUploadReply
.BackgroundCopyJob.RetrieveReplyData
method added.BackgroundCopyAuthenticationTarget
enumeration added.BackgroundCopyAuthenticationScheme
enumeration added.- Even dispose when methods returning
RPC_E_DISCONNECTED
. BackgroundCopyJob.SetCredentials
method added.BackgroundCopyJob.RemoveCredentials
method added.
BackgroundCopyManager.GetJob(Guid, bool)
method overload added.BackgroundCopyManager.Version
property added.
BackgroundCopyJob.AddFiles
method added.BackgroundCopyJobType.UploadReply
removed (not yet supported).BackgroundCopyJobProxySettings
constructor added.BackgroundCopyJobProxySettings
property setters removed.BackgroundCopyJob.ProxySettings
property added.BackgroundCopyJob.RetrieveProxySettings
deprecated.BackgroundCopyJob.SetProxySettings
deprecated.
- This was the initial release.