Class TSynaClient

DescriptionHierarchyFieldsMethodsProperties

Unit

blcksock

Declaration

type TSynaClient = class(TObject)

Description

Parent class of application protocol implementations.

By this class is defined common properties.

Hierarchy

TSynaClient > TObject

Methods

Overview

Public constructor Create;

Description

Public constructor Create;

 

Properties

Overview

Published property IPInterface: string;
Published property Password: string;
Published property TargetHost: string;
Published property TargetPort: string;
Published property Timeout: integer;
Published property UserName: string;

Description

Published property IPInterface: string;

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

Published property Password: string;

If protocol need user authorization, then fill here password.

Published property TargetHost: string;

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

Published property TargetPort: string;

Specify terget server port (or symbolic name).

Published property Timeout: integer;

Specify default timeout for socket operations.

Published property UserName: string;

If protocol need user authorization, then fill here username.


Generated by PasDoc 0.8.8.2 on 2005-01-19 20:01:17