Class DHCPOption
Represents a DHCP option.
Inheritance
System.Object
DHCPOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.Network.IPv4.UDP.DHCP
Assembly: Cosmos.System2.dll
Syntax
public class DHCPOption
Properties
| Improve this Doc View SourceData
The raw data of the DHCPOption.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Length
The length of the DHCPOption.
Declaration
public byte Length { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Type
The type of the DHCPOption.
Declaration
public byte Type { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |