ContentLocationRequest Class
Represents a content location request.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::SchemaVersionBase
Microsoft.ConfigurationManagement.Messaging.Messages::SchemaVersion10Base
Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationRequest
| Name | Description | |
|---|---|---|
![]() | ContentLocationRequest() | Initializes a new instance of the ContentLocationRequest class. |
![]() | ContentLocationRequest(Boolean) | Initializes a new instance of the ContentLocationRequest class. Automatically discovers all required defaults and creates a ContentLocationRequest object by using the default values. |
| Name | Description | |
|---|---|---|
![]() | AssignedSite | Gets or sets the assigned site for the client. |
![]() | ClientPackage | Gets or sets the client package. This property is only used when requesting a client package from the management point. |
![]() | ContentLocationInfo | Gets or sets the content location information node. |
![]() | Domain | Gets or sets the Active Directory domain for the client. |
![]() | Forest | Gets or sets the Active Directory forest for the client. |
![]() | Package | Gets or sets the content location package node. |
![]() | SchemaVersion | Gets or sets the XML schema version. (Inherited from SchemaVersionBase.) |
| Name | Description | |
|---|---|---|
![]() | Discover() | 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. |
![]() | 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.

