C# Class NetworkPackets.Dns.ZoneAuthority

This is for a SOA type Response and would be considered a AR and not an RR.

Authority RR RDATA, this gets placed in a response packet RDATA

+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ MName / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ RName / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | Serial | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | Refresh | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | Retry | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | Expire | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | Minimum | | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Inheritance: Brunet.DataPacket
Mostrar archivo Open project: pstjuste/brunet

Public Properties

Property Type Description
Expire int
MName string
Minimum int
RName string
Refresh int
Retry int
Serial int

Public Methods

Method Description
ZoneAuthority ( ) : Brunet
ZoneAuthority ( MemBlock data ) : Brunet

Constructor when creating a ZoneAuthority from a MemBlock, this is incomplete.

ZoneAuthority ( string MName, string RName, int Serial, int Refresh, int Retry, int Expire, int Minimum ) : Brunet

Creates a Zone authority from field data in the parameters, this is incomplete.

Method Details

ZoneAuthority() public method

public ZoneAuthority ( ) : Brunet
return Brunet

ZoneAuthority() public method

Constructor when creating a ZoneAuthority from a MemBlock, this is incomplete.
public ZoneAuthority ( MemBlock data ) : Brunet
data MemBlock
return Brunet

ZoneAuthority() public method

Creates a Zone authority from field data in the parameters, this is incomplete.
public ZoneAuthority ( string MName, string RName, int Serial, int Refresh, int Retry, int Expire, int Minimum ) : Brunet
MName string
RName string
Serial int
Refresh int
Retry int
Expire int
Minimum int
return Brunet

Property Details

Expire public_oe property

Incomplete
public int Expire
return int

MName public_oe property

Incomplete
public string MName
return string

Minimum public_oe property

Incomplete
public int Minimum
return int

RName public_oe property

Incomplete
public string RName
return string

Refresh public_oe property

Incomplete
public int Refresh
return int

Retry public_oe property

Incomplete
public int Retry
return int

Serial public_oe property

Incomplete
public int Serial
return int