Свойство | Type | Description | |
---|---|---|---|
Expire | int | ||
MName | string | ||
Minimum | int | ||
RName | string | ||
Refresh | int | ||
Retry | int | ||
Serial | int |
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.
|
public ZoneAuthority ( MemBlock data ) : Brunet | ||
data | MemBlock | |
Résultat | Brunet |
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 |