Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ContentLocationIPAddress class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationIPAddress(
IPAddress subnetAddress,
IPAddress ipAddress
)
public:
ContentLocationIPAddress(
IPAddress^ subnetAddress,
IPAddress^ ipAddress
)
Public Sub New (
subnetAddress As IPAddress,
ipAddress As IPAddress
)
Parameters
subnetAddress
Type: System.Net.IPAddressIP address of the subnet.
ipAddress
Type: System.Net.IPAddressIP address.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | You must supply a valid IP address. |
See Also
ContentLocationIPAddress Overload
ContentLocationIPAddress Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top