ContentLocationIPAddresses Class
Represents IP addresses for the content location request.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | ContentLocationIPAddresses() | Initializes a new instance of the ContentLocationIPAddresses class. |
| Name | Description | |
|---|---|---|
![]() | IPAddresses | Gets a list of content location request IP addresses as an array. |
| Name | Description | |
|---|---|---|
![]() | AddIPAddress(ContentLocationIPAddress^) | Adds an IP address to the list. This method is a helper for IPAddresses.Add(...). |
![]() | ClearIPAddresses() | Clears the list of IP addresses from the content location request. |
![]() | DiscoverIPAddresses() | Discovers local IP addresses from network interface cards (NICs). The default behavior is to discover both IPv4 and IPv6 addresses. |
![]() | DiscoverIPAddresses(IPAddressDiscoveryType) | Discovers local IP addresses from network interface cards (NICs). You can specify IPv4, IPv6, or both. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

