ContentLocationRequest Class

 

Represents a content location request.

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


[SerializableAttribute]
public ref class ContentLocationRequest sealed : SchemaVersion10Base

NameDescription
System_CAPS_pubmethodContentLocationRequest()

Initializes a new instance of the ContentLocationRequest class.

System_CAPS_pubmethodContentLocationRequest(Boolean)

Initializes a new instance of the ContentLocationRequest class. Automatically discovers all required defaults and creates a ContentLocationRequest object by using the default values.

NameDescription
System_CAPS_pubpropertyAssignedSite

Gets or sets the assigned site for the client.

System_CAPS_pubpropertyClientPackage

Gets or sets the client package. This property is only used when requesting a client package from the management point.

System_CAPS_pubpropertyContentLocationInfo

Gets or sets the content location information node.

System_CAPS_pubpropertyDomain

Gets or sets the Active Directory domain for the client.

System_CAPS_pubpropertyForest

Gets or sets the Active Directory forest for the client.

System_CAPS_pubpropertyPackage

Gets or sets the content location package node.

System_CAPS_pubpropertySchemaVersion

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

NameDescription
System_CAPS_pubmethodDiscover()

Discovers the IP address and Active Directory site information for the location request.

This method may overwrite any previously set values for ContentLocationInfo.ADSite and ContentLocationInfo.IPAddresses.

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: