[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'ldapsend' (#synapse) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
| |
TObject |
No notes exist for this page yet.