|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | | -<HTML><HEAD><TITLE>Hierarchy</TITLE> |
3 | | -<META content="text/html; charset=Windows-1252" http-equiv="Content-Type"> |
4 | | -<LINK rel="stylesheet" type="text/css" href="mainstyle.css"></HEAD> |
| 2 | +<HTML> |
| 3 | +<HEAD> |
| 4 | + <TITLE>Hierarchy</TITLE> |
| 5 | + <META content="text/html; charset=Windows-1252" http-equiv="Content-Type"> |
| 6 | + <LINK rel="stylesheet" type="text/css" href="mainstyle.css"> |
| 7 | +</HEAD> |
5 | 8 | <BODY id=bodyID class=dtBODY topMargin=0> |
6 | | -<OBJECT id=obj_cook style="DISPLAY: none" |
7 | | -classid=clsid:59CC0C20-679B-11D2-88BD-0800361A1803></OBJECT> |
8 | | -<DIV id=nsbanner> |
9 | | - <DIV id=bannerrow1> |
10 | | - <TABLE class=bannerparthead cellSpacing=0> |
11 | | - <TBODY> |
12 | | - <TR id=hdr> |
13 | | - <TD class=runninghead></TD> |
14 | | - <TD class=product></TD></TR></TBODY></TABLE> |
15 | | - </DIV> |
16 | | - <DIV id=TitleRow> |
17 | | - <H1 class=dtH1>Иерархия пространства имен</H1> |
18 | | - </DIV> |
19 | | -</DIV> |
20 | | -<DIV id=nstext valign="bottom"> |
21 | | -<P></P> |
22 | | -<div id="expandcollapse"> |
23 | | - <div id="expand" onclick="expand()">развернуть</div> |
24 | | - <div id="separator"> | </div> |
25 | | - <div id="collapse" onclick="collapse()">свернуть</div> |
26 | | -</div> |
27 | | -<details> |
28 | | - <summary class="menu"><A>Перечисления</A></summary> |
29 | | - <p class="konstr"><A href="OSClientServer.ClientMode.html">РежимКлиента (ClientMode)</A></p> |
30 | | - <p class="konstr"><A href="OSClientServer.CommunicationStates.html">СостояниеСоединения (CommunicationStates)</A></p> |
31 | | -</details> |
32 | | -<p class="enum"><A href="OSClientServer.TcpClient.html">TCPКлиент (TcpClient)</A></p> |
33 | | -<p class="enum"><A href="OSClientServer.TcpEndPoint.html">TCPКонечнаяТочка (TcpEndPoint)</A></p> |
34 | | -<p class="enum"><A href="OSClientServer.TcpServer.html">TCPСервер (TcpServer)</A></p> |
35 | | -<details> |
36 | | - <summary class="menu"><A href="OSClientServer.EventArgs.html">АргументыСобытия (EventArgs)</A></summary> |
37 | | - <p class="konstr"><A href="OSClientServer.DoAtClientArgs.html">ВыполнитьНаКлиентеАрг (DoAtClientArgs)</A></p> |
38 | | - <p class="konstr"><A href="OSClientServer.DoAtServerArgs.html">ВыполнитьНаСервереАрг (DoAtServerArgs)</A></p> |
39 | | - <p class="konstr"><A href="OSClientServer.ServiceClientEventArgs.html">ПриложениеКлиентАрг (ServiceClientEventArgs)</A></p> |
40 | | - <p class="konstr"><A href="OSClientServer.ServerClientEventArgs.html">СерверКлиентАрг (ServerClientEventArgs)</A></p> |
41 | | - <p class="konstr"><A href="OSClientServer.MessageEventArgs.html">СообщениеАрг (MessageEventArgs)</A></p> |
42 | | -</details> |
43 | | -<p class="enum"><A href="OSClientServer.Action.html">Действие (Action)</A></p> |
44 | | -<p class="enum"><A href="OSClientServer.ClientInfo.html">ИнформацияКлиента (ClientInfo)</A></p> |
45 | | -<p class="enum"><A href="OSClientServer.OneScriptClientServer.html">КлиентСерверДляОдноСкрипта (OneScriptClientServer)</A></p> |
46 | | -<p class="enum"><A href="OSClientServer.ServiceClient.html">ПриложениеКлиент (ServiceClient)</A></p> |
47 | | -<p class="enum"><A href="OSClientServer.ServiceApplication.html">ПриложениеСервис (ServiceApplication)</A></p> |
48 | | -<p class="enum"><A href="OSClientServer.ServiceApplicationClient.html">ПриложениеСервисКлиент (ServiceApplicationClient)</A></p> |
49 | | -<p class="enum"><A href="OSClientServer.ServerClient.html">СерверКлиент (ServerClient)</A></p> |
50 | | -<p class="enum"><A href="OSClientServer.ByteMessage.html">СообщениеБайты (ByteMessage)</A></p> |
51 | | -<p class="enum"><A href="OSClientServer.BoolMessage.html">СообщениеБулево (BoolMessage)</A></p> |
52 | | -<p class="enum"><A href="OSClientServer.DateTimeMessage.html">СообщениеДата (DateTimeMessage)</A></p> |
53 | | -<p class="enum"><A href="OSClientServer.TextMessage.html">СообщениеТекст (TextMessage)</A></p> |
54 | | -<p class="enum"><A href="OSClientServer.NumberMessage.html">СообщениеЧисло (NumberMessage)</A></p> |
55 | | -<H4 class=dtH4>Смотрите также</H4> |
56 | | -<P><A href="OSClientServer.html">Библиотека OneScriptClientServer</A></P> |
57 | | -</DIV> |
58 | | -<script type="text/javascript"> |
59 | | - function expand(){ |
60 | | - document.querySelectorAll('details').forEach(detail => { |
61 | | - detail.open = true; |
62 | | - }); |
63 | | - } |
64 | | - function collapse(){ |
65 | | - document.querySelectorAll('details').forEach(detail => { |
66 | | - detail.open = false; |
67 | | - }); |
68 | | - } |
69 | | -</script> |
70 | | -</BODY></HTML> |
| 9 | + <DIV id=nsbanner> |
| 10 | + <DIV id=bannerrow1> |
| 11 | + <TABLE class=bannerparthead cellSpacing=0> |
| 12 | + <TBODY> |
| 13 | + <TR id=hdr> |
| 14 | + <TD class=runninghead></TD> |
| 15 | + <TD class=product></TD> |
| 16 | + </TR> |
| 17 | + </TBODY> |
| 18 | + </TABLE> |
| 19 | + </DIV> |
| 20 | + <DIV id=TitleRow> |
| 21 | + <H1 class=dtH1>Иерархия пространства имен</H1> |
| 22 | + </DIV> |
| 23 | + </DIV> |
| 24 | + <DIV id=nstext valign="bottom"> |
| 25 | + <div id="expandcollapse"> |
| 26 | + <div id="expand" onclick="expand()">развернуть</div> |
| 27 | + <div id="separator"> | </div> |
| 28 | + <div id="collapse" onclick="collapse()">свернуть</div> |
| 29 | + </div> |
| 30 | + <details> |
| 31 | + <summary class="menu"><A>Перечисления</A></summary> |
| 32 | + <p class="konstr"><A href="OSClientServer.ClientMode.html">РежимКлиента (ClientMode)</A></p> |
| 33 | + <p class="konstr"><A href="OSClientServer.CommunicationStates.html">СостояниеСоединения (CommunicationStates)</A></p> |
| 34 | + </details> |
| 35 | + <p class="enum"><A href="OSClientServer.TcpClient.html">TCPКлиент (TcpClient)</A></p> |
| 36 | + <p class="enum"><A href="OSClientServer.TcpEndPoint.html">TCPКонечнаяТочка (TcpEndPoint)</A></p> |
| 37 | + <p class="enum"><A href="OSClientServer.TcpServer.html">TCPСервер (TcpServer)</A></p> |
| 38 | + <details> |
| 39 | + <summary class="menu"><A href="OSClientServer.EventArgs.html">АргументыСобытия (EventArgs)</A></summary> |
| 40 | + <p class="konstr"><A href="OSClientServer.DoAtClientArgs.html">ВыполнитьНаКлиентеАрг (DoAtClientArgs)</A></p> |
| 41 | + <p class="konstr"><A href="OSClientServer.DoAtServerArgs.html">ВыполнитьНаСервереАрг (DoAtServerArgs)</A></p> |
| 42 | + <p class="konstr"><A href="OSClientServer.ServiceClientEventArgs.html">ПриложениеКлиентАрг (ServiceClientEventArgs)</A></p> |
| 43 | + <p class="konstr"><A href="OSClientServer.ServerClientEventArgs.html">СерверКлиентАрг (ServerClientEventArgs)</A></p> |
| 44 | + <p class="konstr"><A href="OSClientServer.MessageEventArgs.html">СообщениеАрг (MessageEventArgs)</A></p> |
| 45 | + </details> |
| 46 | + <p class="enum"><A href="OSClientServer.Action.html">Действие (Action)</A></p> |
| 47 | + <p class="enum"><A href="OSClientServer.ClientInfo.html">ИнформацияКлиента (ClientInfo)</A></p> |
| 48 | + <p class="enum"><A href="OSClientServer.OneScriptClientServer.html">КлиентСерверДляОдноСкрипта (OneScriptClientServer)</A></p> |
| 49 | + <p class="enum"><A href="OSClientServer.ServiceClient.html">ПриложениеКлиент (ServiceClient)</A></p> |
| 50 | + <p class="enum"><A href="OSClientServer.ServiceApplication.html">ПриложениеСервис (ServiceApplication)</A></p> |
| 51 | + <p class="enum"><A href="OSClientServer.ServiceApplicationClient.html">ПриложениеСервисКлиент (ServiceApplicationClient)</A></p> |
| 52 | + <p class="enum"><A href="OSClientServer.ServerClient.html">СерверКлиент (ServerClient)</A></p> |
| 53 | + <p class="enum"><A href="OSClientServer.ByteMessage.html">СообщениеБайты (ByteMessage)</A></p> |
| 54 | + <p class="enum"><A href="OSClientServer.BoolMessage.html">СообщениеБулево (BoolMessage)</A></p> |
| 55 | + <p class="enum"><A href="OSClientServer.DateTimeMessage.html">СообщениеДата (DateTimeMessage)</A></p> |
| 56 | + <p class="enum"><A href="OSClientServer.TextMessage.html">СообщениеТекст (TextMessage)</A></p> |
| 57 | + <p class="enum"><A href="OSClientServer.NumberMessage.html">СообщениеЧисло (NumberMessage)</A></p> |
| 58 | + <H4 class=dtH4>Смотрите также</H4> |
| 59 | + <P><A href="OSClientServer.html">Библиотека OneScriptClientServer</A></P> |
| 60 | + </DIV> |
| 61 | + <script type="text/javascript"> |
| 62 | + function expand() { |
| 63 | + document.querySelectorAll('details').forEach(detail => { |
| 64 | + detail.open = true; |
| 65 | + }); |
| 66 | + } |
| 67 | + function collapse() { |
| 68 | + document.querySelectorAll('details').forEach(detail => { |
| 69 | + detail.open = false; |
| 70 | + }); |
| 71 | + } |
| 72 | + </script> |
| 73 | +</BODY> |
| 74 | +</HTML> |
0 commit comments