Classe TSynaClient
Unit
blcksock
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
Métodos
Propriedades
Descrição
Campos
 |
FTargetHost: string; |
|
 |
FTargetPort: string; |
|
 |
FIPInterface: string; |
|
 |
FTimeout: integer; |
|
 |
FUserName: string; |
|
 |
FPassword: string; |
|
Métodos
 |
constructor Create; |
|
Propriedades
 |
property TargetHost: string read FTargetHost Write FTargetHost; |
Specify terget server IP (or symbolic name). Default is 'localhost'.
|
 |
property TargetPort: string read FTargetPort Write FTargetPort; |
Specify terget server port (or symbolic name).
|
 |
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.
|
 |
property Timeout: integer read FTimeout Write FTimeout; |
Specify default timeout for socket operations.
|
 |
property UserName: string read FUserName Write FUserName; |
If protocol need user authorization, then fill here username .
|
 |
property Password: string read FPassword Write FPassword; |
If protocol need user authorization, then fill here password .
|
Gerado por PasDoc 0.16.0.