ContentLocationMPSite Class
Contains information about the management point for the content location request.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::SiteRecord
Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationMPSite
| Name | Description | |
|---|---|---|
![]() | ContentLocationMPSite() | Initializes a new instance of the ContentLocationMPSite class. |
| Name | Description | |
|---|---|---|
![]() | HttpPreferredPort | Gets or sets the preferred port for HTTP communication. |
![]() | HttpsPreferredPort | Gets or sets the preferred port for HTTPS communication. |
![]() | LocalSiteLocality | Gets or sets the locality of the local management point, such as fallback, proxy, or local. |
![]() | MasterSiteCode | Gets or sets the site code of the assigned management point. |
![]() | SerializableHttpPreferredPort | Gets or sets the preferred port for HTTP communication. This property is only for serialization. Use HttpPreferredPort instead. |
![]() | SerializableHttpsPreferredPort | Gets or sets the preferred port for HTTPS communication. This property is only for serialization. Use HttpsPreferredPort instead. |
![]() | SiteCode | Gets or sets the site code of the resident management point. (Overrides SiteRecord::SiteCode.) |
![]() | SiteLocality | Gets or sets the locality of the resident management point, such as fallback or proxy. |
| Name | Description | |
|---|---|---|
![]() | 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.

