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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::SiteRecord
    Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationMPSite

[SerializableAttribute]
public ref class ContentLocationMPSite sealed : SiteRecord

NameDescription
System_CAPS_pubmethodContentLocationMPSite()

Initializes a new instance of the ContentLocationMPSite class.

NameDescription
System_CAPS_pubpropertyHttpPreferredPort

Gets or sets the preferred port for HTTP communication.

System_CAPS_pubpropertyHttpsPreferredPort

Gets or sets the preferred port for HTTPS communication.

System_CAPS_pubpropertyLocalSiteLocality

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

System_CAPS_pubpropertyMasterSiteCode

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

System_CAPS_pubpropertySerializableHttpPreferredPort

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

System_CAPS_pubpropertySerializableHttpsPreferredPort

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

System_CAPS_pubpropertySiteCode

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

System_CAPS_pubpropertySiteLocality

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

NameDescription
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: