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

IP addresses for the content location 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 
ContentLocationIPAddresses
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ContentLocationIPAddresses
[
SerializableAttribute]
public 
ref class 
ContentLocationIPAddresses 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationIPAddresses () () () ()
Initializes a new instance of the ContentLocationIPAddressesclass.
AddIPAddress(ContentLocationIPAddress)
Adds an IP to the list. Helper for IPAddresses.Add(...)
ClearIPAddresses () () () ()
Clears the list of IP addresses for the content location request
DiscoverIPAddresses () () () ()
Discovers local IP addresses from NICs. Defaults to discover both IPv4 and IPv6
DiscoverIPAddresses(IPAddressDiscoveryType)
Discovers local IP adresses from NICs. You can specify IPv4, IPv6, or both
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IPAddresses
List of content location request IP addresses as an array
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also