ContentLocationReply Class
Represents a content location reply that contains information about where to get the software distribution.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.SchemaVersionBase
Microsoft.ConfigurationManagement.Messaging.Messages.SchemaVersion10Base
Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationReply
Syntax
[SerializableAttribute]
public sealed class ContentLocationReply : SchemaVersion10Base
[SerializableAttribute]
public ref class ContentLocationReply sealed : SchemaVersion10Base
<SerializableAttribute>
Public NotInheritable Class ContentLocationReply
Inherits SchemaVersion10Base
Constructors
Name | Description | |
---|---|---|
![]() |
ContentLocationReply() | Initializes a new instance of the ContentLocationReply class. |
Properties
Name | Description | |
---|---|---|
![]() |
AlgorithmPreference | Gets or sets the algorithm preference. |
![]() |
AlgorithmPreferenceSerializable | Gets or sets a serializable algorithm preference. This property is only for serialization. Use AlgorithmPreference instead. |
![]() |
ClientPackage | Gets or sets information about the client package, if applicable. |
![]() |
ContentFlags | Gets or sets the flags for a content location request. |
![]() |
ContentFlagsSerializable | Gets or sets serializable flags for a content location request. This property is only for serialization. Use ContentFlags instead. |
![]() |
ContentInfo | Gets or sets information about the returned content. |
![]() |
ExcludeFileListHash | Gets or sets the hash for the exclusion file list. |
![]() |
Hash | Gets or sets the hash to use for the content location reply. |
![]() |
HashAlgorithm | Gets or sets the hash algorithm to use for the content location reply. |
![]() |
HashAlgorithmSerializable | Gets or sets the serializable hash algorithm. This property is only for serialization. Use HashAlgorithm instead. |
![]() |
RelatedContentId | Gets or sets the ID for related content. |
![]() |
SchemaVersion | Gets or sets the XML schema version. (Inherited from SchemaVersionBase.) |
![]() |
Sites | Gets or sets the blob for the site. The blob contains an array of ContentLocationSite objects. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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.Messages Namespace
Return to top