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
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Expire int
MName string
Minimum int
RName string
Refresh int
Retry int
Serial int

Méthodes publiques

Méthode 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 méthode

public ZoneAuthority ( ) : Brunet
Résultat Brunet

ZoneAuthority() public méthode

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

ZoneAuthority() public méthode

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
Résultat Brunet

Property Details

Expire public_oe property

Incomplete
public int Expire
Résultat int

MName public_oe property

Incomplete
public string MName
Résultat string

Minimum public_oe property

Incomplete
public int Minimum
Résultat int

RName public_oe property

Incomplete
public string RName
Résultat string

Refresh public_oe property

Incomplete
public int Refresh
Résultat int

Retry public_oe property

Incomplete
public int Retry
Résultat int

Serial public_oe property

Incomplete
public int Serial
Résultat int