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 | |
---|---|---|
ContentLocationIPAddresses() | Initializes a new instance of the ContentLocationIPAddresses class. |
Properties
Name | Description | |
---|---|---|
IPAddresses | Gets a list of content location request IP addresses as an array. |
Methods
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.) |
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