Show / Hide Table of Contents

Class Dhcp

DHCP object.

Inheritance
object
Dhcp
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Network
Assembly: DeviceConsole.Environments.dll
Syntax
public class Dhcp

Constructors

View Source

Dhcp(IPAddressInfo?, DateTimeOffset, DateTimeOffset)

Initializes a new instance of the Dhcp class.

Declaration
public Dhcp(IPAddressInfo? address, DateTimeOffset leaseExpires, DateTimeOffset leaseObtained)
Parameters
Type Name Description
IPAddressInfo address

The address.

DateTimeOffset leaseExpires

The lease expiration time.

DateTimeOffset leaseObtained

The lease obtained time.

Properties

View Source

Address

Gets the address.

Declaration
public IPAddressInfo? Address { get; }
Property Value
Type Description
IPAddressInfo
View Source

LeaseExpires

Gets the lease expiration time.

Declaration
public DateTimeOffset LeaseExpires { get; }
Property Value
Type Description
DateTimeOffset
View Source

LeaseObtained

Gets the lease obtained time.

Declaration
public DateTimeOffset LeaseObtained { get; }
Property Value
Type Description
DateTimeOffset
  • View Source
In This Article
Back to top Generated by DocFX