ContentLocationInfo Class
Public class used to serialize ContentLocationInfo to and from XML.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.LocationRequestBase
Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationInfo
Syntax
[SerializableAttribute]
public sealed class ContentLocationInfo : LocationRequestBase
[SerializableAttribute]
public ref class ContentLocationInfo sealed : LocationRequestBase
<SerializableAttribute>
Public NotInheritable Class ContentLocationInfo
Inherits LocationRequestBase
Constructors
Name | Description | |
---|---|---|
ContentLocationInfo() | Initializes a new instance of the ContentLocationInfo class. |
Properties
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. |
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