Udostępnij za pośrednictwem


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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class BitsUploadReply
[SerializableAttribute]
public ref class BitsUploadReply sealed 
<SerializableAttribute>
Public NotInheritable Class BitsUploadReply

Constructors

Name Description
System_CAPS_pubmethod BitsUploadReply()

Initializes a new instance of the BitsUploadReply class.

Properties

Name Description
System_CAPS_pubproperty Host

Gets or sets the destination host name or FQDN.

System_CAPS_pubproperty Url

Gets the URL as a typed URI object.

System_CAPS_pubproperty UrlString

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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

Thread Safety

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

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top