Udostępnij za pośrednictwem


ContentLocationMPSite Class

 

Contains information about the management point for the 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.SiteRecord
    Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationMPSite

Syntax

[SerializableAttribute]
public sealed class ContentLocationMPSite : SiteRecord
[SerializableAttribute]
public ref class ContentLocationMPSite sealed : SiteRecord
<SerializableAttribute>
Public NotInheritable Class ContentLocationMPSite
    Inherits SiteRecord

Constructors

Name Description
System_CAPS_pubmethod ContentLocationMPSite()

Initializes a new instance of the ContentLocationMPSite class.

Properties

Name Description
System_CAPS_pubproperty HttpPreferredPort

Gets or sets the preferred port for HTTP communication.

System_CAPS_pubproperty HttpsPreferredPort

Gets or sets the preferred port for HTTPS communication.

System_CAPS_pubproperty LocalSiteLocality

Gets or sets the locality of the local management point, such as fallback, proxy, or local.

System_CAPS_pubproperty MasterSiteCode

Gets or sets the site code of the assigned management point.

System_CAPS_pubproperty SerializableHttpPreferredPort

Gets or sets the preferred port for HTTP communication. This property is only for serialization. Use HttpPreferredPort instead.

System_CAPS_pubproperty SerializableHttpsPreferredPort

Gets or sets the preferred port for HTTPS communication. This property is only for serialization. Use HttpsPreferredPort instead.

System_CAPS_pubproperty SiteCode

Gets or sets the site code of the resident management point. (Overrides SiteRecord.SiteCode.)

System_CAPS_pubproperty SiteLocality

Gets or sets the locality of the resident management point, such as fallback or proxy.

Methods

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