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

Helper class for uploading payloads to an MP using BITS

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

Syntax

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

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BasePath
Sets the base path for BITS uploads. Defaults to %TEMP%. This is a singleton value that persists.
UploadMessagePayload(IMessage, array< Byte > [] () [] [] , IMessageSender)
Helper for uploading a message payload to an MP. Should not be used directly except for by senders

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . MessageUploadHelper

See Also