Class TSynaClient

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSynaClient = class(TObject)

Description

Parent class of application protocol implementations.

By this class is defined common properties.

Hierarchy

Overview

Methods

Public constructor Create;

Properties

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;

Description

Methods

Public constructor Create;
 

Properties

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.


Generated by PasDoc 0.9.0 on 2012-04-23 21:38:57