Classe TSynaClient

Unit

Declaração

type TSynaClient = class(TObject)

Descrição

Parent class of application protocol implementations.

By this class is defined common properties.

Hierarquia

Visão Geral

Campos

Protected FTargetHost: string;
Protected FTargetPort: string;
Protected FIPInterface: string;
Protected FTimeout: integer;
Protected FUserName: string;
Protected FPassword: string;

Métodos

Public constructor Create;

Propriedades

Published property TargetHost: string read FTargetHost Write FTargetHost;
Published property TargetPort: string read FTargetPort Write FTargetPort;
Published property IPInterface: string read FIPInterface Write FIPInterface;
Published property Timeout: integer read FTimeout Write FTimeout;
Published property UserName: string read FUserName Write FUserName;
Published property Password: string read FPassword Write FPassword;

Descrição

Campos

Protected FTargetHost: string;
 
Protected FTargetPort: string;
 
Protected FIPInterface: string;
 
Protected FTimeout: integer;
 
Protected FUserName: string;
 
Protected FPassword: string;
 

Métodos

Public constructor Create;
 

Propriedades

Published property TargetHost: string read FTargetHost Write FTargetHost;

Specify terget server IP (or symbolic name). Default is 'localhost'.

Published property TargetPort: string read FTargetPort Write FTargetPort;

Specify terget server port (or symbolic name).

Published property IPInterface: string read FIPInterface Write FIPInterface;

Defined local socket address. (outgoing IP address). By default is used '0.0.0.0' as wildcard for default IP.

Published property Timeout: integer read FTimeout Write FTimeout;

Specify default timeout for socket operations.

Published property UserName: string read FUserName Write FUserName;

If protocol need user authorization, then fill here username.

Published property Password: string read FPassword Write FPassword;

If protocol need user authorization, then fill here password.


Gerado por PasDoc 0.16.0.