Represents an individual IP address binding on a DHCP server

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPBindingCENTREL.XIA.Network.Management.DHCP.DHCPBindingCENTREL::XIA::Network::Management::DHCP::DHCPBinding

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public class DHCPBinding

VB

Public Class DHCPBinding

C++

public ref class DHCPBinding

The DHCPBindingDHCPBindingDHCPBinding type exposes the following members.

Constructors

Name Description
DHCPBinding()New()DHCPBinding() Initializes a new instance of the DHCPBindingDHCPBindingDHCPBinding class.
Top

Properties

Name Description
AddressAddressAddress Gets or sets the primary IP address of the binding
DescriptionDescriptionDescription Gets or sets the description of the interface to which this binding relates
Top

Methods

Name Description
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Finalize()Finalize()Finalize() Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from ObjectObjectObject.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
ToString()ToString()ToString() Returns this DHCP binding in a human readable format - for example "192.168.1.5 [Local Area Connection]" (Overrides Object.ToString()Object.ToString()Object::ToString().)
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace