[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Public class that helps serialize ContentLocationInfo to and from XML

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ContentLocationInfo : 

LocationRequestBase
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ContentLocationInfo _
	
Inherits 

LocationRequestBase
[
SerializableAttribute]
public 
ref class 
ContentLocationInfo 
sealed : 
public 

LocationRequestBase

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationInfo () () () ()
Initializes a new instance of the ContentLocationInfoclass.
ADSite
Gets or set the AD Site for the content location
(Inherited from LocationRequestBase.)
AllowCaching
Gets or sets the allow caching flag. (Evaluates to bool internally)
AllowFileStreaming
Gets or sets the allow file streaming flag. (Evaluates to bool internally)
AllowHttp
Gets or sets the allow HTTP flag. (Evaluates to bool internally)
AllowMulticast
Gets or sets the allow multicast flag. (Evaluates to bool internally)
AllowRtsp
Gets or sets the allow RTSP flag. (Evaluates to bool internally)
AllowSmb
Gets or sets the allow SMB flag. (Evaluates to bool internally)
BranchDPFlags
Gets or sets the branch distribution point flags
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IPAddresses
Gets or sets the IP address for the content location
(Inherited from LocationRequestBase.)
LocationType
Gets/sets the location type
MemberwiseClone () () () () (Inherited from Object.)
SerializedLocationType
Gets or set the location type for the content location

This is only for serialization purposes, ContentLocationType should be used instead

ToString () () () () (Inherited from Object.)
UseInternetDP
Gets or set the "use internet distribution point" flag. (evaluates to bool internally)
UseProtected
Gets or sets the Use Protected flag. (Evaluates to bool internally)

Inheritance Hierarchy

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

See Also