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

TIdRR_SOA

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

Declaration

Source position: IdDNSCommon.pas line 528

type TIdRR_SOA = class(TIdTextModeResourceRecord)

protected

  function GetName();

  

  procedure SetName();

  

  function GetMName;

  

  function GetRName;

  

  procedure SetMName();

  

  procedure SetRName();

  

  function GetMin;

  

  function GetRefresh;

  

  function GetRetry;

  

  function GetSerial;

  

  procedure SetMin();

  

  procedure SetRefresh();

  

  procedure SetRetry();

  

  procedure SetSerial();

  

  function GetExpire;

  

  procedure SetExpire();

  

public

  constructor Create;

  

  property MName: string; [rw]

  

  property RName: string; [rw]

  

  property Serial: string; [rw]

  

  property Refresh: string; [rw]

  

  property Retry: string; [rw]

  

  property Expire: string; [rw]

  

  property Minimum: string; [rw]

  

  function BinQueryRecord(); override;

  

  function TextRecord(); override;

  

end;

Inheritance

TIdRR_SOA

  

|

TIdTextModeResourceRecord

  

|

TObject



CT Web help

CodeTyphon Studio