C# 클래스 LumiSoft.Net.Dns.Client.SOA_Record

상속: DnsRecordBase
파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 메소드들

메소드 설명
SOA_Record ( string nameServer, string adminEmail, long serial, long refresh, long retry, long expire, long minimum, int ttl ) : System

Default constructor.

메소드 상세

SOA_Record() 공개 메소드

Default constructor.
public SOA_Record ( string nameServer, string adminEmail, long serial, long refresh, long retry, long expire, long minimum, int ttl ) : System
nameServer string Name server.
adminEmail string Zone administrator email.
serial long Version number of the original copy of the zone.
refresh long Time interval(in seconds) before the zone should be refreshed.
retry long Time interval(in seconds) that should elapse before a failed refresh should be retried.
expire long Time value(in seconds) that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
minimum long Minimum TTL(in seconds) field that should be exported with any RR from this zone.
ttl int TTL value.
리턴 System