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

Sites for the content location reply and request

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ContentLocationSites
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ContentLocationSites
[
SerializableAttribute]
public 
ref class 
ContentLocationSites 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationSites () () () ()
AddSite(ContentLocationSite)
Adds a site to the internal collection. Helper for Sites.Add(...)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Sites
Array of ContentLocationSite, these contains site definitions for different sites in the hierarchy that serve the content.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ContentLocationSites

See Also