Udostępnij za pośrednictwem


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
System_CAPS_pubmethod ContentLocationInfo()

Initializes a new instance of the ContentLocationInfo class.

Properties

Name Description
System_CAPS_pubproperty ADSite

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

System_CAPS_pubproperty AllowCaching

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

System_CAPS_pubproperty AllowFileStreaming

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

System_CAPS_pubproperty AllowHttp

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

System_CAPS_pubproperty AllowMulticast

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

System_CAPS_pubproperty AllowRtsp

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

System_CAPS_pubproperty AllowSmb

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

System_CAPS_pubproperty BranchDPFlags

Gets or sets the branch distribution point flags.

System_CAPS_pubproperty DistributeOnDemand

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

System_CAPS_pubproperty IPAddresses

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

System_CAPS_pubproperty LocationType

Gets or sets the location type.

System_CAPS_pubproperty SerializedLocationType

Gets or sets the location type for the content location.

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

System_CAPS_pubproperty UseInternetDP

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

System_CAPS_pubproperty UseProtected

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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