help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'ldapsend' (#synapse)

TLDAPSend

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

Declaration

Source position: ldapsend.pas line 198

type TLDAPSend = class(TSynaClient)

public

  constructor Create;

  destructor Destroy; override;

  function Login;

  function Bind;

  function BindSasl;

  function Logout;

  function Modify();

  function Add();

  function Delete();

  function ModifyDN();

  function Compare();

  function Search();

  function Extended();

  function StartTLS;

published

  property Version: Integer; [rw]

  property ResultCode: Integer; [r]

  property ResultString: String; [r]

  property FullResult: String; [r]

  property AutoTLS: Boolean; [rw]

  property FullSSL: Boolean; [rw]

  property Seq: Integer; [r]

  property SearchScope: TLDAPSearchScope; [rw]

  property SearchAliases: TLDAPSearchAliases; [rw]

  property SearchSizeLimit: Integer; [rw]

  property SearchTimeLimit: Integer; [rw]

  property SearchResult: TLDAPResultList; [r]

  property Referals: TStringList; [r]

  property ExtName: String; [r]

  property ExtValue: String; [r]

  property Sock: TTCPBlockSocket; [r]

end;

Inheritance

TLDAPSend

|

TSynaClient

|

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505