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)


[SerializableAttribute]
public ref class ContentLocationReply sealed : SchemaVersion10Base

NameDescription
System_CAPS_pubmethodContentLocationReply()

Initializes a new instance of the ContentLocationReply class.

NameDescription
System_CAPS_pubpropertyAlgorithmPreference

Gets or sets the algorithm preference.

System_CAPS_pubpropertyAlgorithmPreferenceSerializable

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

System_CAPS_pubpropertyClientPackage

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

System_CAPS_pubpropertyContentFlags

Gets or sets the flags for a content location request.

System_CAPS_pubpropertyContentFlagsSerializable

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

System_CAPS_pubpropertyContentInfo

Gets or sets information about the returned content.

System_CAPS_pubpropertyExcludeFileListHash

Gets or sets the hash for the exclusion file list.

System_CAPS_pubpropertyHash

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

System_CAPS_pubpropertyHashAlgorithm

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

System_CAPS_pubpropertyHashAlgorithmSerializable

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

System_CAPS_pubpropertyRelatedContentId

Gets or sets the ID for related content.

System_CAPS_pubpropertySchemaVersion

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

System_CAPS_pubpropertySites

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: