ContentLocationRequest Class
Represents a content location request.
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.ContentLocationRequest
Syntax
[SerializableAttribute]
public sealed class ContentLocationRequest : SchemaVersion10Base
[SerializableAttribute]
public ref class ContentLocationRequest sealed : SchemaVersion10Base
<SerializableAttribute>
Public NotInheritable Class ContentLocationRequest
Inherits SchemaVersion10Base
Constructors
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. |
Properties
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.) |
Methods
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.) |
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