Class TSynaClient
Unit
blcksock
Declaration
type TSynaClient = class(TObject)
Description
Parent class of application protocol implementations.By this class is defined common properties.
Hierarchy
TSynaClient > TObjectMethods
Overview
Description
 |
constructor Create; |
Properties
Overview
Description
 |
property IPInterface: string; |
Defined local socket address. (outgoing IP address). By default is used
'0.0.0.0' as wildcard for default IP.
 |
property Password: string; |
If protocol need user authorization, then fill here password.
 |
property TargetHost: string; |
Specify terget server IP (or symbolic name). Default is 'localhost'.
 |
property TargetPort: string; |
Specify terget server port (or symbolic name).
 |
property Timeout: integer; |
Specify default timeout for socket operations.
 |
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