ContentLocationIPAddress Class

 

Represents an IP address definition for a content location request. This definition is used by the management point when considering boundaries.

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

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

[SerializableAttribute]
public ref class ContentLocationIPAddress sealed 

NameDescription
System_CAPS_pubmethodContentLocationIPAddress()

Initializes a new instance of the ContentLocationIPAddress class.

System_CAPS_pubmethodContentLocationIPAddress(IPAddress^, IPAddress^)

Initializes a new instance of the ContentLocationIPAddress class.

System_CAPS_pubmethodContentLocationIPAddress(String^, String^)

Initializes a new instance of the ContentLocationIPAddress class.

NameDescription
System_CAPS_pubpropertyIPAddress

Gets or sets the IP address.

System_CAPS_pubpropertySubnetAddress

Gets or sets the subnet address.

NameDescription
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: