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 | |
---|---|---|
ContentLocationMPSite() | Initializes a new instance of the ContentLocationMPSite class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
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