Show / Hide Table of Contents

Class Dhcp.Types.Option

DHCP options.

Inheritance
object
Dhcp.Types.Option
Implements
IMessage<Dhcp.Types.Option>
IEquatable<Dhcp.Types.Option>
IDeepCloneable<Dhcp.Types.Option>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Dhcp.Types.Option : IMessage<Dhcp.Types.Option>, IEquatable<Dhcp.Types.Option>, IDeepCloneable<Dhcp.Types.Option>, IBufferMessage, IMessage

Constructors

Option()

Declaration
public Option()

Option(Option)

Declaration
public Option(Dhcp.Types.Option other)
Parameters
Type Name Description
Dhcp.Types.Option other

Properties

Code

Code. See RFC1533.

Declaration
public uint Code { get; set; }
Property Value
Type Description
uint

Data

Data.

Declaration
public ByteString Data { get; set; }
Property Value
Type Description
ByteString
In this article
Back to top Generated by DocFX