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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::LocationRequestBase
    Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationInfo

[SerializableAttribute]
public ref class ContentLocationInfo sealed : LocationRequestBase

NameDescription
System_CAPS_pubmethodContentLocationInfo()

Initializes a new instance of the ContentLocationInfo class.

NameDescription
System_CAPS_pubpropertyADSite

Gets or sets the Active Directory site for the content location. (Inherited from LocationRequestBase.)

System_CAPS_pubpropertyAllowCaching

Gets or sets the allow caching flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyAllowFileStreaming

Gets or sets the allow file streaming flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyAllowHttp

Gets or sets the allow HTTP flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyAllowMulticast

Gets or sets the allow multicast flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyAllowRtsp

Gets or sets the allow RTSP flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyAllowSmb

Gets or sets the allow SMB flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyBranchDPFlags

Gets or sets the branch distribution point flags.

System_CAPS_pubpropertyDistributeOnDemand

Gets or sets the distribute on demand flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyIPAddresses

Gets or sets the IP address for the content location. (Inherited from LocationRequestBase.)

System_CAPS_pubpropertyLocationType

Gets or sets the location type.

System_CAPS_pubpropertySerializedLocationType

Gets or sets the location type for the content location.

This property is only for serialization purposes. Use LocationType instead.

System_CAPS_pubpropertyUseInternetDP

Gets or sets the use internet distribution point flag. The property evaluates to boolean internally.

System_CAPS_pubpropertyUseProtected

Gets or sets the use protected flag. The property evaluates to boolean internally.

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: