BitsUploadReply Class

 

Represents an UploadReply message from a management point. This message contains URL information about where and how to upload content to a management point by using the Background Intelligent Transfer Service (BITS).

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

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

[SerializableAttribute]
public ref class BitsUploadReply sealed 

NameDescription
System_CAPS_pubmethodBitsUploadReply()

Initializes a new instance of the BitsUploadReply class.

NameDescription
System_CAPS_pubpropertyHost

Gets or sets the destination host name or FQDN.

System_CAPS_pubpropertyUrl

Gets the URL as a typed URI object.

System_CAPS_pubpropertyUrlString

Gets the URL. However, this is only for serialization. Use the URI instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This code is only used for the serialization of an UploadReply message and should not be created directly.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: