ContentLocationIPAddresses Class

 

Represents IP addresses for the content location request.

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

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

[SerializableAttribute]
public ref class ContentLocationIPAddresses sealed 

NameDescription
System_CAPS_pubmethodContentLocationIPAddresses()

Initializes a new instance of the ContentLocationIPAddresses class.

NameDescription
System_CAPS_pubpropertyIPAddresses

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

NameDescription
System_CAPS_pubmethodAddIPAddress(ContentLocationIPAddress^)

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

System_CAPS_pubmethodClearIPAddresses()

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

System_CAPS_pubmethodDiscoverIPAddresses()

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

System_CAPS_pubmethodDiscoverIPAddresses(IPAddressDiscoveryType)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: