source: trunk/Packages/synapse/docs/help/synamisc.TProxySetting.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: 2.3 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>synamisc: record TProxySetting</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="TProxySetting"></a><h1 class="cio">record TProxySetting</h1>
11<table class="sections">
12<tr>
13<td><a class="section" href="#@Description">Description</a></td><td>Hierarchy</td><td><a class="section" href="#@Fields">Fields</a></td><td>Methods</td><td>Properties</td></tr></table>
14<a name="@Description"></a><h2 class="unit">Unit</h2>
15<p class="unitlink">
16<a href="synamisc.html">synamisc</a></p>
17<h2 class="declaration">Declaration</h2>
18<p class="declaration">
19<code>type TProxySetting = record</code></p>
20<h2 class="description">Description</h2>
21<p>
22This record contains information about proxy setting.</p>
23<h2 class="overview">Overview</h2>
24<a name="@Fields"></a><h3 class="summary">Fields</h3>
25<table class="summary">
26<tr class="list">
27<td class="itemcode"><code><b><a href="synamisc.TProxySetting.html#Host">Host</a></b>: string;</code></td>
28</tr>
29<tr class="list2">
30<td class="itemcode"><code><b><a href="synamisc.TProxySetting.html#Port">Port</a></b>: string;</code></td>
31</tr>
32<tr class="list">
33<td class="itemcode"><code><b><a href="synamisc.TProxySetting.html#Bypass">Bypass</a></b>: string;</code></td>
34</tr>
35</table>
36<h2 class="description">Description</h2>
37<h3 class="detail">Fields</h3>
38<table class="detail">
39<tr class="list">
40<td class="itemcode"><a name="Host"></a><code><b>Host</b>: string;</code></td>
41</tr>
42</table>
43&nbsp;<table class="detail">
44<tr class="list">
45<td class="itemcode"><a name="Port"></a><code><b>Port</b>: string;</code></td>
46</tr>
47</table>
48&nbsp;<table class="detail">
49<tr class="list">
50<td class="itemcode"><a name="Bypass"></a><code><b>Bypass</b>: string;</code></td>
51</tr>
52</table>
53&nbsp;<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:52</em>
54</span>
55</body></html>
Note: See TracBrowser for help on using the repository browser.