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

Represents an UploadReply message from an MP. This contains URL information about where and how to upload content to an MP via BITS

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BitsUploadReply () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Host
The destination host name or FQDN
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)
Url
The URL as a typed Uri object
UrlString
Returns the URL. This is only for serialization. Url should be used instead.

Remarks

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

Inheritance Hierarchy

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

See Also