Unit 'IdDNSResolver' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TSOARecord

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdDNSResolver.pas line 410

type TSOARecord = class(TResultRecord)

protected

  FSerial: UInt32;

  

  FMinimumTTL: UInt32;

  

  FRefresh: UInt32;

  

  FRetry: UInt32;

  

  FMNAME: string;

  

  FRNAME: string;

  

  FExpire: UInt32;

  

public

  procedure Parse(); override;

  

  procedure Assign(); override;

  

  property Primary: string; [r]

  

  property ResponsiblePerson: string; [r]

  

  property Serial: UInt32; [r]

  

  property Refresh: UInt32; [r]

  

  property Retry: UInt32; [r]

  

  property Expire: UInt32; [r]

  

  property MinimumTTL: UInt32; [r]

  

end;

Inheritance

TSOARecord

  

|

TResultRecord

  

|

TObject



CT Web help

CodeTyphon Studio