MessageSettings.BitsUpload Property

 

Gets or sets a value that indicates whether BITS will be used to send the message payload to the management point. Not all management point endpoints are compatible with BITS, therefore, use caution when setting this value to true. Additionally, not all senders support BITS uploading.

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

Syntax

public bool BitsUpload { get; set; }
public:
property bool BitsUpload {
    bool get();
    void set(bool value);
}
Public Property BitsUpload As Boolean

Property Value

Type: System.Boolean

See Also

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top