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

Encapsulates a BITS file to transfer

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
BitsFileToTransfer
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
BitsFileToTransfer
[
SerializableAttribute]
public 
ref class 
BitsFileToTransfer 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BitsFileToTransfer () () () ()
Initializes a new instance of the BitsFileToTransferclass.
BitsFileToTransfer(Uri)
Initializes a new instance of the BitsFileToTransferclass. Constructor without a local file path. Will get/put files in %TEMP%
BitsFileToTransfer(Uri, String)
Initializes a new instance of the BitsFileToTransferclass.
Equals(Object) (Inherited from Object.)
FileUri
URI base, this should only be the base path, not the filename
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LocalFilePath
Full path to file to transfer
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also