Share via


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

Initializes a new instance of the ContentLocationRequest class.

System_CAPS_pubmethod 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
System_CAPS_pubproperty AssignedSite

Gets or sets the assigned site for the client.

System_CAPS_pubproperty ClientPackage

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

System_CAPS_pubproperty ContentLocationInfo

Gets or sets the content location information node.

System_CAPS_pubproperty Domain

Gets or sets the Active Directory domain for the client.

System_CAPS_pubproperty Forest

Gets or sets the Active Directory forest for the client.

System_CAPS_pubproperty Package

Gets or sets the content location package node.

System_CAPS_pubproperty SchemaVersion

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

Methods

Name Description
System_CAPS_pubmethod 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.

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