Default constructor.
| C# | Visual Basic | Managed C++ |
public SOA_Record ( string nameServer, string adminEmail, long serial, long refresh, long retry, long expire, long minimum, int ttl )
- nameServer (String)
- Name server.
- adminEmail (String)
- Zone administrator email.
- serial (Int64)
- Version number of the original copy of the zone.
- refresh (Int64)
- Time interval(in seconds) before the zone should be refreshed.
- retry (Int64)
- Time interval(in seconds) that should elapse before a failed refresh should be retried.
- expire (Int64)
- Time value(in seconds) that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
- minimum (Int64)
- Minimum TTL(in seconds) field that should be exported with any RR from this zone.
- ttl (Int32)
- TTL value.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)