Class TSynaClient
Unit
blcksock
Declaration
type TSynaClient = class(TObject)
Description
Parent class of application protocol implementations.
By this class is defined common properties.
Hierarchy
Overview
Methods
Properties
![Published Published](published.gif) |
property TargetHost: string read FTargetHost Write FTargetHost; |
![Published Published](published.gif) |
property TargetPort: string read FTargetPort Write FTargetPort; |
![Published Published](published.gif) |
property IPInterface: string read FIPInterface Write FIPInterface; |
![Published Published](published.gif) |
property Timeout: integer read FTimeout Write FTimeout; |
![Published Published](published.gif) |
property UserName: string read FUserName Write FUserName; |
![Published Published](published.gif) |
property Password: string read FPassword Write FPassword; |
Description
Methods
![Public Public](public.gif) |
constructor Create; |
Properties
![Published Published](published.gif) |
property TargetHost: string read FTargetHost Write FTargetHost; |
Specify terget server IP (or symbolic name). Default is 'localhost'.
![Published Published](published.gif) |
property TargetPort: string read FTargetPort Write FTargetPort; |
Specify terget server port (or symbolic name).
![Published Published](published.gif) |
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 Published](published.gif) |
property Timeout: integer read FTimeout Write FTimeout; |
Specify default timeout for socket operations.
![Published Published](published.gif) |
property UserName: string read FUserName Write FUserName; |
If protocol need user authorization, then fill here username.
![Published Published](published.gif) |
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:50