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 | |
---|---|---|
BitsUploadReply() | Initializes a new instance of the BitsUploadReply class. |
Properties
Name | Description | |
---|---|---|
Host | Gets or sets the destination host name or FQDN. |
|
Url | Gets the URL as a typed URI object. |
|
UrlString | Gets the URL. However, this is only for serialization. Use the URI instead. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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