[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class uses BITS 2.5+ to upload files to an MP. Because this requires BITS 2.5, it must be pre-installed if Win2k3/XP, or be Vista+. This is not supported on Win2k.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
BitsHelper : 
IDisposable
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
BitsHelper _
	
Implements 
IDisposable
[
SerializableAttribute]
public 
ref class 
BitsHelper 
sealed : 
IDisposable

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BitsHelper(BitsJobType)
Initializes a new instance of the BitsHelperclass.
Cleanup () () () ()
Cleans up a BITS job
ConvertReplyToTransfer(IMessage, BitsUploadReply)
Converts a BitsUploadReply to a BitsFileToTransfer object. IMPORTANT: This does not set a local file path. The caller must do this.
Dispose () () () ()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
InstanceJobType
Gets the job type. This can only be set on class initialization time.
MemberwiseClone () () () () (Inherited from Object.)
Timeout
Seconds before BITS request times out. Default is 60
ToString () () () () (Inherited from Object.)
TransferFile(IMessage, BitsFileToTransfer)
Transfers a single file via BITS.
TransferFiles(IMessage, array< BitsFileToTransfer > [] () [] [] )
Transfers a group of files via BITS

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . BitsHelper

See Also