source: trunk/Packages/synapse/docs/help/blcksock.TSynaClient.html

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 6.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2<html>
3<head>
4<meta name="GENERATOR" content="PasDoc 0.9.0">
5<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
6<title>blcksock: Class TSynaClient</title>
7<link rel="StyleSheet" type="text/css" href="pasdoc.css">
8</head>
9<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
10<a name="TSynaClient"></a><h1 class="cio">Class TSynaClient</h1>
11<table class="sections">
12<tr>
13<td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#@Methods">Methods</a></td><td><a class="section" href="#@Properties">Properties</a></td></tr></table>
14<a name="@Description"></a><h2 class="unit">Unit</h2>
15<p class="unitlink">
16<a href="blcksock.html">blcksock</a></p>
17<h2 class="declaration">Declaration</h2>
18<p class="declaration">
19<code>type TSynaClient = class(TObject)</code></p>
20<h2 class="description">Description</h2>
21<p>
22Parent class of application protocol implementations.</p>
23<p>
24 By this class is defined common properties.</p>
25<a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
26<ul class="hierarchy"><li class="ancestor">TObject</li>
27<li class="thisitem">TSynaClient</li></ul><h2 class="overview">Overview</h2>
28<a name="@Methods"></a><h3 class="summary">Methods</h3>
29<table class="summary">
30<tr class="list">
31<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
32<td class="itemcode"><code>constructor <b><a href="blcksock.TSynaClient.html#Create">Create</a></b>;</code></td>
33</tr>
34</table>
35<a name="@Properties"></a><h3 class="summary">Properties</h3>
36<table class="summary">
37<tr class="list">
38<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
39<td class="itemcode"><code>property <b><a href="blcksock.TSynaClient.html#TargetHost">TargetHost</a></b>: string read FTargetHost Write FTargetHost;</code></td>
40</tr>
41<tr class="list2">
42<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
43<td class="itemcode"><code>property <b><a href="blcksock.TSynaClient.html#TargetPort">TargetPort</a></b>: string read FTargetPort Write FTargetPort;</code></td>
44</tr>
45<tr class="list">
46<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
47<td class="itemcode"><code>property <b><a href="blcksock.TSynaClient.html#IPInterface">IPInterface</a></b>: string read FIPInterface Write FIPInterface;</code></td>
48</tr>
49<tr class="list2">
50<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
51<td class="itemcode"><code>property <b><a href="blcksock.TSynaClient.html#Timeout">Timeout</a></b>: integer read FTimeout Write FTimeout;</code></td>
52</tr>
53<tr class="list">
54<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
55<td class="itemcode"><code>property <b><a href="blcksock.TSynaClient.html#UserName">UserName</a></b>: string read FUserName Write FUserName;</code></td>
56</tr>
57<tr class="list2">
58<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
59<td class="itemcode"><code>property <b><a href="blcksock.TSynaClient.html#Password">Password</a></b>: string read FPassword Write FPassword;</code></td>
60</tr>
61</table>
62<h2 class="description">Description</h2>
63<h3 class="detail">Methods</h3>
64<table class="detail">
65<tr class="list">
66<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
67<td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>;</code></td>
68</tr>
69</table>
70&nbsp;<h3 class="detail">Properties</h3>
71<table class="detail">
72<tr class="list">
73<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
74<td class="itemcode"><a name="TargetHost"></a><code>property <b>TargetHost</b>: string read FTargetHost Write FTargetHost;</code></td>
75</tr>
76</table>
77<p>
78Specify terget server IP (or symbolic name). Default is 'localhost'.</p>
79<table class="detail">
80<tr class="list">
81<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
82<td class="itemcode"><a name="TargetPort"></a><code>property <b>TargetPort</b>: string read FTargetPort Write FTargetPort;</code></td>
83</tr>
84</table>
85<p>
86Specify terget server port (or symbolic name).</p>
87<table class="detail">
88<tr class="list">
89<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
90<td class="itemcode"><a name="IPInterface"></a><code>property <b>IPInterface</b>: string read FIPInterface Write FIPInterface;</code></td>
91</tr>
92</table>
93<p>
94Defined local socket address. (outgoing IP address). By default is used '0.0.0.0' as wildcard for default IP.</p>
95<table class="detail">
96<tr class="list">
97<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
98<td class="itemcode"><a name="Timeout"></a><code>property <b>Timeout</b>: integer read FTimeout Write FTimeout;</code></td>
99</tr>
100</table>
101<p>
102Specify default timeout for socket operations.</p>
103<table class="detail">
104<tr class="list">
105<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
106<td class="itemcode"><a name="UserName"></a><code>property <b>UserName</b>: string read FUserName Write FUserName;</code></td>
107</tr>
108</table>
109<p>
110If protocol need user authorization, then fill here username.</p>
111<table class="detail">
112<tr class="list">
113<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
114<td class="itemcode"><a name="Password"></a><code>property <b>Password</b>: string read FPassword Write FPassword;</code></td>
115</tr>
116</table>
117<p>
118If protocol need user authorization, then fill here password.</p>
119<hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:50</em>
120</span>
121</body></html>
Note: See TracBrowser for help on using the repository browser.