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

Client location info request used for MP location requests

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

Syntax

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

LocationRequestBase
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ClientLocationInfo _
	
Inherits 

LocationRequestBase
[
SerializableAttribute]
public 
ref class 
ClientLocationInfo 
sealed : 
public 

LocationRequestBase

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientLocationInfo () () () ()
ADSite
Gets or set the AD Site for the content location
(Inherited from LocationRequestBase.)
Domain
Domain information
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Forest
Forest information
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IPAddresses
Gets or sets the IP address for the content location
(Inherited from LocationRequestBase.)
MemberwiseClone () () () () (Inherited from Object.)
OnInternet
Gets/sets if the client is on the Internet.
SerializableOnInternet
Gets/sets if the client is on the Internet. This is for serialization and should not be used directly.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also