Share via


ContentLocationIPAddresses Class

 

Represents IP addresses for the content location request.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class ContentLocationIPAddresses
[SerializableAttribute]
public ref class ContentLocationIPAddresses sealed 
<SerializableAttribute>
Public NotInheritable Class ContentLocationIPAddresses

Constructors

Name Description
System_CAPS_pubmethod ContentLocationIPAddresses()

Initializes a new instance of the ContentLocationIPAddresses class.

Properties

Name Description
System_CAPS_pubproperty IPAddresses

Gets a list of content location request IP addresses as an array.

Methods

Name Description
System_CAPS_pubmethod AddIPAddress(ContentLocationIPAddress)

Adds an IP address to the list. This method is a helper for IPAddresses.Add(...).

System_CAPS_pubmethod ClearIPAddresses()

Clears the list of IP addresses from the content location request.

System_CAPS_pubmethod DiscoverIPAddresses()

Discovers local IP addresses from network interface cards (NICs). The default behavior is to discover both IPv4 and IPv6 addresses.

System_CAPS_pubmethod DiscoverIPAddresses(IPAddressDiscoveryType)

Discovers local IP addresses from network interface cards (NICs). You can specify IPv4, IPv6, or both.

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