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
System_CAPS_pubmethod ContentLocationReply()

Initializes a new instance of the ContentLocationReply class.

Properties

Name Description
System_CAPS_pubproperty AlgorithmPreference

Gets or sets the algorithm preference.

System_CAPS_pubproperty AlgorithmPreferenceSerializable

Gets or sets a serializable algorithm preference. This property is only for serialization. Use AlgorithmPreference instead.

System_CAPS_pubproperty ClientPackage

Gets or sets information about the client package, if applicable.

System_CAPS_pubproperty ContentFlags

Gets or sets the flags for a content location request.

System_CAPS_pubproperty ContentFlagsSerializable

Gets or sets serializable flags for a content location request. This property is only for serialization. Use ContentFlags instead.

System_CAPS_pubproperty ContentInfo

Gets or sets information about the returned content.

System_CAPS_pubproperty ExcludeFileListHash

Gets or sets the hash for the exclusion file list.

System_CAPS_pubproperty Hash

Gets or sets the hash to use for the content location reply.

System_CAPS_pubproperty HashAlgorithm

Gets or sets the hash algorithm to use for the content location reply.

System_CAPS_pubproperty HashAlgorithmSerializable

Gets or sets the serializable hash algorithm. This property is only for serialization. Use HashAlgorithm instead.

System_CAPS_pubproperty RelatedContentId

Gets or sets the ID for related content.

System_CAPS_pubproperty SchemaVersion

Gets or sets the XML schema version. (Inherited from SchemaVersionBase.)

System_CAPS_pubproperty Sites

Gets or sets the blob for the site. The blob contains an array of ContentLocationSite objects.

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.)

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