ContentLocationInfo Class
Public class used to serialize ContentLocationInfo to and from XML.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::LocationRequestBase
Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationInfo
| Name | Description | |
|---|---|---|
![]() | ContentLocationInfo() | Initializes a new instance of the ContentLocationInfo class. |
| Name | Description | |
|---|---|---|
![]() | ADSite | Gets or sets the Active Directory site for the content location. (Inherited from LocationRequestBase.) |
![]() | AllowCaching | Gets or sets the allow caching flag. The property evaluates to boolean internally. |
![]() | AllowFileStreaming | Gets or sets the allow file streaming flag. The property evaluates to boolean internally. |
![]() | AllowHttp | Gets or sets the allow HTTP flag. The property evaluates to boolean internally. |
![]() | AllowMulticast | Gets or sets the allow multicast flag. The property evaluates to boolean internally. |
![]() | AllowRtsp | Gets or sets the allow RTSP flag. The property evaluates to boolean internally. |
![]() | AllowSmb | Gets or sets the allow SMB flag. The property evaluates to boolean internally. |
![]() | BranchDPFlags | Gets or sets the branch distribution point flags. |
![]() | DistributeOnDemand | Gets or sets the distribute on demand flag. The property evaluates to boolean internally. |
![]() | IPAddresses | Gets or sets the IP address for the content location. (Inherited from LocationRequestBase.) |
![]() | LocationType | Gets or sets the location type. |
![]() | SerializedLocationType | Gets or sets the location type for the content location. This property is only for serialization purposes. Use LocationType instead. |
![]() | UseInternetDP | Gets or sets the use internet distribution point flag. The property evaluates to boolean internally. |
![]() | UseProtected | Gets or sets the use protected flag. The property evaluates to boolean internally. |
| 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.

