Represents an individual DHCP lease
Inheritance Hierarchy
System.ObjectSystem.ObjectSystem::Object
CENTREL.XIA.Network.Management.DHCP.DHCPLeaseCENTREL.XIA.Network.Management.DHCP.DHCPLeaseCENTREL::XIA::Network::Management::DHCP::DHCPLease
CENTREL.XIA.Network.Management.DHCP.DHCPLeaseCENTREL.XIA.Network.Management.DHCP.DHCPLeaseCENTREL::XIA::Network::Management::DHCP::DHCPLease
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 DHCPLease
VB
Public Class DHCPLease
C++
public ref class DHCPLease
The DHCPLeaseDHCPLeaseDHCPLease type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DHCPLease()New()DHCPLease() | Initializes a new instance of the DHCPLeaseDHCPLeaseDHCPLease class. |
Properties
Name | Description | |
---|---|---|
AddressStateAddressStateAddressState | Gets or sets the current state of the client IP address. | |
ClientTypeClientTypeClientType | Gets or sets the types of dynamic IP address service used by the client. | |
DescriptionDescriptionDescription | Gets or sets the description of this lease | |
ExpirationDateExpirationDateExpirationDate | Gets or sets the expiration date of this lease | |
IPAddressIPAddressIPAddress | Gets or sets the IP address of the lease | |
MACAddressMACAddressMACAddress | Gets or sets the MAC address for this lease | |
NameNameName | Gets or sets the name of the lease |
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 a String that represents the current Object. (Inherited from ObjectObjectObject.) |