ContentLocationReply Class
Represents a content location reply that contains information about where to get the software distribution.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::SchemaVersionBase
Microsoft.ConfigurationManagement.Messaging.Messages::SchemaVersion10Base
Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationReply
| Name | Description | |
|---|---|---|
![]() | ContentLocationReply() | Initializes a new instance of the ContentLocationReply class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

