Исходный код вики Сокет Socket
Редактировал(а) Alexandr Fokin 2022/12/12 12:16
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | |||
3 | (% style="width:1454px" %) | ||
4 | |(% style="width:167px" %)**Namespace**|(% style="width:189px" %)**Class**|(% style="width:121px" %)**Описание**|(% style="width:720px" %)**Ссылки**|(% style="width:256px" %) | ||
5 | |(% colspan="1" rowspan="7" style="width:167px" %)System. NET. Sockets | ||
6 | System.NET.Sockets|(% style="width:189px" %)Socket|(% style="width:121px" %) |(% style="width:720px" %)((( | ||
7 | Сокеты Класс Socket | ||
8 | https://metanit.com/sharp/net/3.1.php | ||
9 | |||
10 | Socket Класс | ||
11 | [[https:~~/~~/docs.microsoft.com/ru-ru/dotnet/api/system.net.sockets.socket?view=net-6.0>>https://docs.microsoft.com/ru-ru/dotnet/api/system.net.sockets.socket?view=net-6.0]] | ||
12 | |||
13 | select / poll / epoll: практическая разница | ||
14 | [[https:~~/~~/habr.com/ru/company/infopulse/blog/415259/>>https://habr.com/ru/company/infopulse/blog/415259/]] | ||
15 | )))|(% style="width:256px" %) | ||
16 | |(% style="width:189px" %) |(% style="width:121px" %) |(% style="width:720px" %) |(% style="width:256px" %) | ||
17 | |(% style="width:189px" %)TcpListener|(% style="width:121px" %) |(% style="width:720px" %)((( | ||
18 | [[TCP>>Сети.Протоколы.TCP.WebHome]] | ||
19 | |||
20 | TCP-сервер. Класс TcpListener | ||
21 | [[https:~~/~~/metanit.com/sharp/net/4.2.php>>https://metanit.com/sharp/net/4.2.php]] | ||
22 | )))|(% style="width:256px" %) | ||
23 | |(% style="width:189px" %)TcpClient|(% style="width:121px" %) |(% style="width:720px" %) |(% style="width:256px" %) | ||
24 | |(% style="width:189px" %)NetworkStream|(% style="width:121px" %) |(% style="width:720px" %)NetworkStream и текстовые потоки | ||
25 | [[https:~~/~~/metanit.com/sharp/net/6.1.php>>https://metanit.com/sharp/net/6.1.php]]|(% style="width:256px" %) | ||
26 | |(% style="width:189px" %) |(% style="width:121px" %) |(% style="width:720px" %) |(% style="width:256px" %) | ||
27 | |(% style="width:189px" %)UdpClient|(% style="width:121px" %) |(% style="width:720px" %)((( | ||
28 | [[UDP>>Сети.Протоколы.UDP.WebHome]] | ||
29 | |||
30 | Протокол UDP | ||
31 | [[https:~~/~~/metanit.com/sharp/net/5.1.php>>https://metanit.com/sharp/net/5.1.php]] | ||
32 | )))|(% style="width:256px" %) | ||
33 | |||
34 | ---- | ||
35 | |||
36 | [[Модель OSI>>Сети.Модель OSI.WebHome]] | ||
37 | |||
38 | |||
39 | Сетевое программирование на C# | ||
40 | https://metanit.com/sharp/net/ | ||
41 | |||
42 | Сетевое программирование на C# | ||
43 | https://professorweb.ru/my/csharp/web/level1/web_index.php | ||
44 | |||
45 | Сетевое программирование в .NET Framework | ||
46 | [[https:~~/~~/docs.microsoft.com/ru-ru/dotnet/framework/network-programming/>>https://docs.microsoft.com/ru-ru/dotnet/framework/network-programming/]] | ||
47 | |||
48 | ---- | ||
49 | |||
50 | ==== Внутренние ссылки: ==== | ||
51 | |||
52 | ====== Дочерние страницы: ====== | ||
53 | |||
54 | {{children/}} | ||
55 | |||
56 | ====== Обратные ссылки: ====== | ||
57 | |||
58 | {{velocity}} | ||
59 | #set ($links = $doc.getBacklinks()) | ||
60 | #if ($links.size() > 0) | ||
61 | #foreach ($docname in $links) | ||
62 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
63 | * [[$escapetool.xml($rdoc.fullName)]] | ||
64 | #end | ||
65 | #else | ||
66 | No back links for this page! | ||
67 | #end | ||
68 | {{/velocity}} | ||
69 | |||
70 | ---- |