@alloy-js/csharp 0.21.0-dev.2 → 0.21.0-dev.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (872) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +37 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +300 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  41. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  45. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  49. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  51. package/dist/src/builtins/Microsoft/index.js +7 -0
  52. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  53. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  57. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  61. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Buffers/index.js +605 -0
  64. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  65. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  69. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  72. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  73. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  77. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  81. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  85. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  89. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  93. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  97. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Collections/index.js +1355 -0
  100. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  101. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  109. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  117. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  121. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  125. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Configuration/index.js +5 -0
  128. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  129. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  132. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  133. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  137. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  138. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Data/index.js +4504 -0
  140. package/dist/src/builtins/System/Data/index.js.map +1 -0
  141. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  145. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  149. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  153. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  157. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  161. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  165. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  168. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  169. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  172. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  173. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  177. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  181. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Formats/index.js +6 -0
  184. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  185. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  188. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  189. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  193. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  197. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  201. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  205. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  209. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  213. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  214. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  215. package/dist/src/builtins/System/IO/index.js +3713 -0
  216. package/dist/src/builtins/System/IO/index.js.map +1 -0
  217. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  221. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  223. package/dist/src/builtins/System/Linq/index.js +275 -0
  224. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  225. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  227. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  229. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  233. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  237. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  241. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  243. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  244. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  245. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  247. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  249. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  251. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  253. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  257. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  259. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  261. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  263. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  264. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  265. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  269. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  273. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  274. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  275. package/dist/src/builtins/System/Net/index.js +5481 -0
  276. package/dist/src/builtins/System/Net/index.js.map +1 -0
  277. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  279. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  280. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  281. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  285. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  293. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  297. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  299. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  300. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  301. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  303. package/dist/src/builtins/System/Resources/index.js +289 -0
  304. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  305. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  309. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  313. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  317. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  341. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  357. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  361. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  365. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  385. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  389. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  391. package/dist/src/builtins/System/Runtime/index.js +245 -0
  392. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  393. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  397. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  401. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  405. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  407. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  409. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  413. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  417. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  421. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  423. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  425. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  427. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  429. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  430. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  431. package/dist/src/builtins/System/Security/index.js +672 -0
  432. package/dist/src/builtins/System/Security/index.js.map +1 -0
  433. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  437. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  441. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  445. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  449. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  457. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  459. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  460. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  461. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  465. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  469. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  470. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  471. package/dist/src/builtins/System/Text/index.js +1748 -0
  472. package/dist/src/builtins/System/Text/index.js.map +1 -0
  473. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  477. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  485. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  489. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  491. package/dist/src/builtins/System/Threading/index.js +2292 -0
  492. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  493. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  495. package/dist/src/builtins/System/Timers/index.js +129 -0
  496. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  497. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  499. package/dist/src/builtins/System/Transactions/index.js +727 -0
  500. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  501. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  502. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  503. package/dist/src/builtins/System/Web/index.js +84 -0
  504. package/dist/src/builtins/System/Web/index.js.map +1 -0
  505. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  507. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  509. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  513. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  515. package/dist/src/builtins/System/Windows/index.js +6 -0
  516. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  517. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  521. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  525. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  529. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  533. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  537. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  541. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  543. package/dist/src/builtins/System/Xml/index.js +5736 -0
  544. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  545. package/dist/src/builtins/System/index.d.ts +3029 -0
  546. package/dist/src/builtins/System/index.d.ts.map +1 -0
  547. package/dist/src/builtins/System/index.js +14587 -0
  548. package/dist/src/builtins/System/index.js.map +1 -0
  549. package/dist/src/builtins/index.d.ts +3 -0
  550. package/dist/src/builtins/index.d.ts.map +1 -0
  551. package/dist/src/builtins/index.js +3 -0
  552. package/dist/src/builtins/index.js.map +1 -0
  553. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  554. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  555. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  556. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  557. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  558. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  559. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  560. package/dist/src/components/attributes/attributes.d.ts +2 -6
  561. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  562. package/dist/src/components/attributes/attributes.js +15 -1
  563. package/dist/src/components/attributes/attributes.js.map +1 -1
  564. package/dist/src/components/attributes/attributes.test.js +54 -1
  565. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  566. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  567. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  568. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  569. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  570. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.js +21 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  574. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  575. package/dist/src/components/if/if-statement.d.ts +25 -0
  576. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  577. package/dist/src/components/if/if-statement.js +36 -0
  578. package/dist/src/components/if/if-statement.js.map +1 -0
  579. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  580. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  581. package/dist/src/components/if/if-statement.test.js +29 -0
  582. package/dist/src/components/if/if-statement.test.js.map +1 -0
  583. package/dist/src/components/index.d.ts +4 -2
  584. package/dist/src/components/index.d.ts.map +1 -1
  585. package/dist/src/components/index.js +4 -3
  586. package/dist/src/components/index.js.map +1 -1
  587. package/dist/src/components/method/method.js +10 -2
  588. package/dist/src/components/method/method.js.map +1 -1
  589. package/dist/src/components/method/method.test.js +61 -0
  590. package/dist/src/components/method/method.test.js.map +1 -1
  591. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  592. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  593. package/dist/src/components/namespace/namespace-name.js +20 -0
  594. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  595. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +1 -1
  596. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  597. package/dist/src/components/{namespace.js → namespace/namespace.js} +9 -12
  598. package/dist/src/components/namespace/namespace.js.map +1 -0
  599. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  600. package/dist/src/components/namespace/namespace.test.js +207 -0
  601. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  602. package/dist/src/components/namespace.ref.test.js +1 -1
  603. package/dist/src/components/parameters/parameters.d.ts +35 -0
  604. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  605. package/dist/src/components/parameters/parameters.js +16 -3
  606. package/dist/src/components/parameters/parameters.js.map +1 -1
  607. package/dist/src/components/parameters/parameters.test.js +67 -0
  608. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  609. package/dist/src/components/property/property.d.ts.map +1 -1
  610. package/dist/src/components/property/property.js +21 -12
  611. package/dist/src/components/property/property.js.map +1 -1
  612. package/dist/src/components/property/property.test.js +28 -0
  613. package/dist/src/components/property/property.test.js.map +1 -1
  614. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  615. package/dist/src/components/source-file/source-file.js +4 -2
  616. package/dist/src/components/source-file/source-file.js.map +1 -1
  617. package/dist/src/components/source-file/source-file.test.js +1 -1
  618. package/dist/src/components/source-file/using.test.js +1 -1
  619. package/dist/src/components/stc/index.d.ts +0 -1
  620. package/dist/src/components/stc/index.d.ts.map +1 -1
  621. package/dist/src/components/stc/index.js +0 -1
  622. package/dist/src/components/stc/index.js.map +1 -1
  623. package/dist/src/components/var/declaration.d.ts +7 -1
  624. package/dist/src/components/var/declaration.d.ts.map +1 -1
  625. package/dist/src/components/var/declaration.js +20 -3
  626. package/dist/src/components/var/declaration.js.map +1 -1
  627. package/dist/src/components/var/declaration.test.js +19 -2
  628. package/dist/src/components/var/declaration.test.js.map +1 -1
  629. package/dist/src/contexts/global-namespace.d.ts +1 -0
  630. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  631. package/dist/src/contexts/global-namespace.js +6 -1
  632. package/dist/src/contexts/global-namespace.js.map +1 -1
  633. package/dist/src/contexts/reference-context.d.ts +12 -0
  634. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  635. package/dist/src/contexts/reference-context.js +15 -0
  636. package/dist/src/contexts/reference-context.js.map +1 -0
  637. package/dist/src/create-library.d.ts +62 -0
  638. package/dist/src/create-library.d.ts.map +1 -0
  639. package/dist/src/create-library.js +136 -0
  640. package/dist/src/create-library.js.map +1 -0
  641. package/dist/src/create-library.test.d.ts +2 -0
  642. package/dist/src/create-library.test.d.ts.map +1 -0
  643. package/dist/src/create-library.test.js +237 -0
  644. package/dist/src/create-library.test.js.map +1 -0
  645. package/dist/src/index.d.ts +2 -0
  646. package/dist/src/index.d.ts.map +1 -1
  647. package/dist/src/index.js +2 -0
  648. package/dist/src/index.js.map +1 -1
  649. package/dist/src/symbols/factories.d.ts +1 -1
  650. package/dist/src/symbols/factories.d.ts.map +1 -1
  651. package/dist/src/symbols/factories.js +24 -6
  652. package/dist/src/symbols/factories.js.map +1 -1
  653. package/dist/src/symbols/named-type.d.ts +3 -3
  654. package/dist/src/symbols/named-type.d.ts.map +1 -1
  655. package/dist/src/symbols/named-type.js.map +1 -1
  656. package/dist/src/symbols/reference.d.ts.map +1 -1
  657. package/dist/src/symbols/reference.js +7 -4
  658. package/dist/src/symbols/reference.js.map +1 -1
  659. package/dist/test/utils.d.ts +4 -2
  660. package/dist/test/utils.d.ts.map +1 -1
  661. package/dist/test/utils.js +5 -4
  662. package/dist/test/utils.js.map +1 -1
  663. package/dist/testing/create-wrapper.d.ts +3 -0
  664. package/dist/testing/create-wrapper.d.ts.map +1 -0
  665. package/dist/testing/create-wrapper.js +12 -0
  666. package/dist/testing/create-wrapper.js.map +1 -0
  667. package/dist/testing/create-wrapper.test.d.ts +2 -0
  668. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  669. package/dist/testing/create-wrapper.test.js +212 -0
  670. package/dist/testing/create-wrapper.test.js.map +1 -0
  671. package/dist/testing/index.d.ts +2 -0
  672. package/dist/testing/index.d.ts.map +1 -0
  673. package/dist/testing/index.js +2 -0
  674. package/dist/testing/index.js.map +1 -0
  675. package/dist/tsconfig.tsbuildinfo +1 -1
  676. package/package.json +18 -2
  677. package/scripts/components/library-interface.tsx +41 -0
  678. package/scripts/components/namespace-directory.tsx +104 -0
  679. package/scripts/generate-builtins.tsx +36 -0
  680. package/scripts/process-docfx.tsx +321 -0
  681. package/src/access.test.tsx +49 -0
  682. package/src/access.tsx +70 -0
  683. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  684. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  685. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  686. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  687. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  688. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  689. package/src/builtins/Microsoft/index.ts +10 -0
  690. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  691. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  692. package/src/builtins/System/Buffers/index.ts +744 -0
  693. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  694. package/src/builtins/System/CodeDom/index.ts +8 -0
  695. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  696. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  697. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  698. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  699. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  700. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  701. package/src/builtins/System/Collections/index.ts +1639 -0
  702. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  703. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  704. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  705. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  706. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  707. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  708. package/src/builtins/System/Configuration/index.ts +8 -0
  709. package/src/builtins/System/Data/Common/index.ts +3888 -0
  710. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  711. package/src/builtins/System/Data/index.ts +5476 -0
  712. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  713. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  714. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  715. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  716. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  717. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  718. package/src/builtins/System/Drawing/index.ts +3861 -0
  719. package/src/builtins/System/Dynamic/index.ts +963 -0
  720. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  721. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  722. package/src/builtins/System/Formats/index.ts +9 -0
  723. package/src/builtins/System/Globalization/index.ts +4583 -0
  724. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  725. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  726. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  727. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  728. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  729. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  730. package/src/builtins/System/IO/index.ts +4466 -0
  731. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  732. package/src/builtins/System/Linq/index.ts +352 -0
  733. package/src/builtins/System/Net/Cache/index.ts +263 -0
  734. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  735. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  736. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  737. package/src/builtins/System/Net/Http/index.ts +1757 -0
  738. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  739. package/src/builtins/System/Net/Mime/index.ts +598 -0
  740. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  741. package/src/builtins/System/Net/Quic/index.ts +762 -0
  742. package/src/builtins/System/Net/Security/index.ts +1709 -0
  743. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  744. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  745. package/src/builtins/System/Net/index.ts +6535 -0
  746. package/src/builtins/System/Numerics/index.ts +4126 -0
  747. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  748. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  749. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  750. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  751. package/src/builtins/System/Reflection/index.ts +6276 -0
  752. package/src/builtins/System/Resources/index.ts +357 -0
  753. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  754. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  755. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  756. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  757. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  758. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  759. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  760. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  761. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  762. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  763. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  764. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  765. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  766. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  767. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  768. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  769. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  770. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  771. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  772. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  773. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  774. package/src/builtins/System/Runtime/index.ts +300 -0
  775. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  776. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  777. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  778. package/src/builtins/System/Security/Claims/index.ts +994 -0
  779. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  780. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  781. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  782. package/src/builtins/System/Security/Policy/index.ts +127 -0
  783. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  784. package/src/builtins/System/Security/index.ts +826 -0
  785. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  786. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  787. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  788. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  789. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  790. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  791. package/src/builtins/System/Text/Json/index.ts +1430 -0
  792. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  793. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  794. package/src/builtins/System/Text/index.ts +2113 -0
  795. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  796. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  797. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  798. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  799. package/src/builtins/System/Threading/index.ts +2824 -0
  800. package/src/builtins/System/Timers/index.ts +161 -0
  801. package/src/builtins/System/Transactions/index.ts +908 -0
  802. package/src/builtins/System/Web/index.ts +105 -0
  803. package/src/builtins/System/Windows/Input/index.ts +25 -0
  804. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  805. package/src/builtins/System/Windows/index.ts +9 -0
  806. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  807. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  808. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  809. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  810. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  811. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  812. package/src/builtins/System/Xml/index.ts +6841 -0
  813. package/src/builtins/System/index.ts +17593 -0
  814. package/src/builtins/index.ts +2 -0
  815. package/src/components/access-expression/access-expression.tsx +8 -2
  816. package/src/components/access-expression/part-descriptors.ts +26 -2
  817. package/src/components/attributes/attributes.test.tsx +43 -2
  818. package/src/components/attributes/attributes.tsx +14 -7
  819. package/src/components/csproj-file/csproj-file.test.tsx +19 -0
  820. package/src/components/csproj-file/csproj-file.tsx +32 -0
  821. package/src/components/enum/declaration.ref.test.tsx +1 -1
  822. package/src/components/if/if-statement.test.tsx +26 -0
  823. package/src/components/if/if-statement.tsx +50 -0
  824. package/src/components/index.ts +4 -2
  825. package/src/components/method/method.test.tsx +49 -0
  826. package/src/components/method/method.tsx +7 -4
  827. package/src/components/namespace/namespace-name.tsx +31 -0
  828. package/src/components/namespace/namespace.test.tsx +145 -0
  829. package/src/components/{namespace.tsx → namespace/namespace.tsx} +7 -13
  830. package/src/components/namespace.ref.test.tsx +1 -1
  831. package/src/components/parameters/parameters.test.tsx +70 -0
  832. package/src/components/parameters/parameters.tsx +62 -2
  833. package/src/components/property/property.test.tsx +25 -0
  834. package/src/components/property/property.tsx +22 -11
  835. package/src/components/source-file/source-file.test.tsx +1 -1
  836. package/src/components/source-file/source-file.tsx +2 -2
  837. package/src/components/source-file/using.test.tsx +1 -1
  838. package/src/components/stc/index.ts +0 -1
  839. package/src/components/var/declaration.test.tsx +15 -1
  840. package/src/components/var/declaration.tsx +25 -2
  841. package/src/contexts/global-namespace.ts +8 -1
  842. package/src/contexts/reference-context.ts +18 -0
  843. package/src/create-library.test.tsx +213 -0
  844. package/src/create-library.ts +306 -0
  845. package/src/index.ts +2 -0
  846. package/src/symbols/factories.ts +39 -10
  847. package/src/symbols/named-type.ts +3 -3
  848. package/src/symbols/reference.tsx +19 -4
  849. package/temp/api.json +5560 -2489
  850. package/test/utils.tsx +6 -3
  851. package/testing/create-wrapper.test.tsx +145 -0
  852. package/testing/create-wrapper.tsx +12 -0
  853. package/testing/index.ts +1 -0
  854. package/tsconfig.json +13 -2
  855. package/tsdoc.json +4 -0
  856. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  857. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  858. package/dist/src/components/ProjectDirectory.js +0 -47
  859. package/dist/src/components/ProjectDirectory.js.map +0 -1
  860. package/dist/src/components/namespace.d.ts.map +0 -1
  861. package/dist/src/components/namespace.js.map +0 -1
  862. package/dist/src/components/namespace.test.d.ts.map +0 -1
  863. package/dist/src/components/namespace.test.js +0 -93
  864. package/dist/src/components/namespace.test.js.map +0 -1
  865. package/dist/test/project-directory.test.d.ts +0 -2
  866. package/dist/test/project-directory.test.d.ts.map +0 -1
  867. package/dist/test/project-directory.test.js +0 -133
  868. package/dist/test/project-directory.test.js.map +0 -1
  869. package/src/components/ProjectDirectory.tsx +0 -56
  870. package/src/components/namespace.test.tsx +0 -65
  871. package/test/project-directory.test.tsx +0 -121
  872. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
@@ -0,0 +1,3686 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import System from "../../index.js";
3
+ import IO from "../../IO/index.js";
4
+ import Net from "../index.js";
5
+
6
+ import { createLibrary } from "#createLibrary";
7
+ import { LibrarySymbolReference } from "@alloy-js/core";
8
+
9
+ type SocketsLibrary = LibrarySymbolReference & {
10
+ AddressFamily: LibrarySymbolReference & {
11
+ Unknown: LibrarySymbolReference;
12
+ Unspecified: LibrarySymbolReference;
13
+ Unix: LibrarySymbolReference;
14
+ InterNetwork: LibrarySymbolReference;
15
+ ImpLink: LibrarySymbolReference;
16
+ Pup: LibrarySymbolReference;
17
+ Chaos: LibrarySymbolReference;
18
+ Ipx: LibrarySymbolReference;
19
+ NS: LibrarySymbolReference;
20
+ Iso: LibrarySymbolReference;
21
+ Osi: LibrarySymbolReference;
22
+ Ecma: LibrarySymbolReference;
23
+ DataKit: LibrarySymbolReference;
24
+ Ccitt: LibrarySymbolReference;
25
+ Sna: LibrarySymbolReference;
26
+ DecNet: LibrarySymbolReference;
27
+ DataLink: LibrarySymbolReference;
28
+ Lat: LibrarySymbolReference;
29
+ HyperChannel: LibrarySymbolReference;
30
+ AppleTalk: LibrarySymbolReference;
31
+ NetBios: LibrarySymbolReference;
32
+ VoiceView: LibrarySymbolReference;
33
+ FireFox: LibrarySymbolReference;
34
+ Banyan: LibrarySymbolReference;
35
+ Atm: LibrarySymbolReference;
36
+ InterNetworkV6: LibrarySymbolReference;
37
+ Cluster: LibrarySymbolReference;
38
+ Ieee12844: LibrarySymbolReference;
39
+ Irda: LibrarySymbolReference;
40
+ NetworkDesigners: LibrarySymbolReference;
41
+ Max: LibrarySymbolReference;
42
+ Packet: LibrarySymbolReference;
43
+ ControllerAreaNetwork: LibrarySymbolReference
44
+ };
45
+ IOControlCode: LibrarySymbolReference & {
46
+ EnableCircularQueuing: LibrarySymbolReference;
47
+ Flush: LibrarySymbolReference;
48
+ AddressListChange: LibrarySymbolReference;
49
+ DataToRead: LibrarySymbolReference;
50
+ OobDataRead: LibrarySymbolReference;
51
+ GetBroadcastAddress: LibrarySymbolReference;
52
+ AddressListQuery: LibrarySymbolReference;
53
+ QueryTargetPnpHandle: LibrarySymbolReference;
54
+ AsyncIO: LibrarySymbolReference;
55
+ NonBlockingIO: LibrarySymbolReference;
56
+ AssociateHandle: LibrarySymbolReference;
57
+ MultipointLoopback: LibrarySymbolReference;
58
+ MulticastScope: LibrarySymbolReference;
59
+ SetQos: LibrarySymbolReference;
60
+ SetGroupQos: LibrarySymbolReference;
61
+ RoutingInterfaceChange: LibrarySymbolReference;
62
+ NamespaceChange: LibrarySymbolReference;
63
+ ReceiveAll: LibrarySymbolReference;
64
+ ReceiveAllMulticast: LibrarySymbolReference;
65
+ ReceiveAllIgmpMulticast: LibrarySymbolReference;
66
+ KeepAliveValues: LibrarySymbolReference;
67
+ AbsorbRouterAlert: LibrarySymbolReference;
68
+ UnicastInterface: LibrarySymbolReference;
69
+ LimitBroadcasts: LibrarySymbolReference;
70
+ BindToInterface: LibrarySymbolReference;
71
+ MulticastInterface: LibrarySymbolReference;
72
+ AddMulticastGroupOnInterface: LibrarySymbolReference;
73
+ DeleteMulticastGroupFromInterface: LibrarySymbolReference;
74
+ GetExtensionFunctionPointer: LibrarySymbolReference;
75
+ GetQos: LibrarySymbolReference;
76
+ GetGroupQos: LibrarySymbolReference;
77
+ TranslateHandle: LibrarySymbolReference;
78
+ RoutingInterfaceQuery: LibrarySymbolReference;
79
+ AddressListSort: LibrarySymbolReference
80
+ };
81
+ IPPacketInformation: LibrarySymbolReference & {
82
+ Equals: LibrarySymbolReference;
83
+ GetHashCode: LibrarySymbolReference;
84
+ Address: LibrarySymbolReference;
85
+ Interface: LibrarySymbolReference
86
+ };
87
+ IPProtectionLevel: LibrarySymbolReference & {
88
+ Unspecified: LibrarySymbolReference;
89
+ Unrestricted: LibrarySymbolReference;
90
+ EdgeRestricted: LibrarySymbolReference;
91
+ Restricted: LibrarySymbolReference
92
+ };
93
+ IPv6MulticastOption: LibrarySymbolReference & {
94
+ IPv6MulticastOption: LibrarySymbolReference;
95
+ Group: LibrarySymbolReference;
96
+ InterfaceIndex: LibrarySymbolReference
97
+ };
98
+ LingerOption: LibrarySymbolReference & {
99
+ LingerOption: LibrarySymbolReference;
100
+ Equals: LibrarySymbolReference;
101
+ GetHashCode: LibrarySymbolReference;
102
+ Enabled: LibrarySymbolReference;
103
+ LingerTime: LibrarySymbolReference
104
+ };
105
+ MulticastOption: LibrarySymbolReference & {
106
+ MulticastOption: LibrarySymbolReference;
107
+ Group: LibrarySymbolReference;
108
+ InterfaceIndex: LibrarySymbolReference;
109
+ LocalAddress: LibrarySymbolReference
110
+ };
111
+ NetworkStream: LibrarySymbolReference & {
112
+ NetworkStream: LibrarySymbolReference;
113
+ BeginRead: LibrarySymbolReference;
114
+ BeginWrite: LibrarySymbolReference;
115
+ Close: LibrarySymbolReference;
116
+ Dispose: LibrarySymbolReference;
117
+ EndRead: LibrarySymbolReference;
118
+ EndWrite: LibrarySymbolReference;
119
+ Finalize: LibrarySymbolReference;
120
+ Flush: LibrarySymbolReference;
121
+ FlushAsync: LibrarySymbolReference;
122
+ Read: LibrarySymbolReference;
123
+ ReadAsync: LibrarySymbolReference;
124
+ ReadByte: LibrarySymbolReference;
125
+ Seek: LibrarySymbolReference;
126
+ SetLength: LibrarySymbolReference;
127
+ Write: LibrarySymbolReference;
128
+ WriteAsync: LibrarySymbolReference;
129
+ WriteByte: LibrarySymbolReference;
130
+ CanRead: LibrarySymbolReference;
131
+ CanSeek: LibrarySymbolReference;
132
+ CanTimeout: LibrarySymbolReference;
133
+ CanWrite: LibrarySymbolReference;
134
+ DataAvailable: LibrarySymbolReference;
135
+ Length: LibrarySymbolReference;
136
+ Position: LibrarySymbolReference;
137
+ Readable: LibrarySymbolReference;
138
+ ReadTimeout: LibrarySymbolReference;
139
+ Socket: LibrarySymbolReference;
140
+ Writeable: LibrarySymbolReference;
141
+ WriteTimeout: LibrarySymbolReference
142
+ };
143
+ ProtocolFamily: LibrarySymbolReference & {
144
+ Unknown: LibrarySymbolReference;
145
+ Unspecified: LibrarySymbolReference;
146
+ Unix: LibrarySymbolReference;
147
+ InterNetwork: LibrarySymbolReference;
148
+ ImpLink: LibrarySymbolReference;
149
+ Pup: LibrarySymbolReference;
150
+ Chaos: LibrarySymbolReference;
151
+ Ipx: LibrarySymbolReference;
152
+ NS: LibrarySymbolReference;
153
+ Iso: LibrarySymbolReference;
154
+ Osi: LibrarySymbolReference;
155
+ Ecma: LibrarySymbolReference;
156
+ DataKit: LibrarySymbolReference;
157
+ Ccitt: LibrarySymbolReference;
158
+ Sna: LibrarySymbolReference;
159
+ DecNet: LibrarySymbolReference;
160
+ DataLink: LibrarySymbolReference;
161
+ Lat: LibrarySymbolReference;
162
+ HyperChannel: LibrarySymbolReference;
163
+ AppleTalk: LibrarySymbolReference;
164
+ NetBios: LibrarySymbolReference;
165
+ VoiceView: LibrarySymbolReference;
166
+ FireFox: LibrarySymbolReference;
167
+ Banyan: LibrarySymbolReference;
168
+ Atm: LibrarySymbolReference;
169
+ InterNetworkV6: LibrarySymbolReference;
170
+ Cluster: LibrarySymbolReference;
171
+ Ieee12844: LibrarySymbolReference;
172
+ Irda: LibrarySymbolReference;
173
+ NetworkDesigners: LibrarySymbolReference;
174
+ Max: LibrarySymbolReference;
175
+ Packet: LibrarySymbolReference;
176
+ ControllerAreaNetwork: LibrarySymbolReference
177
+ };
178
+ ProtocolType: LibrarySymbolReference & {
179
+ Unknown: LibrarySymbolReference;
180
+ IP: LibrarySymbolReference;
181
+ IPv6HopByHopOptions: LibrarySymbolReference;
182
+ Unspecified: LibrarySymbolReference;
183
+ Icmp: LibrarySymbolReference;
184
+ Igmp: LibrarySymbolReference;
185
+ Ggp: LibrarySymbolReference;
186
+ IPv4: LibrarySymbolReference;
187
+ Tcp: LibrarySymbolReference;
188
+ Pup: LibrarySymbolReference;
189
+ Udp: LibrarySymbolReference;
190
+ Idp: LibrarySymbolReference;
191
+ IPv6: LibrarySymbolReference;
192
+ IPv6RoutingHeader: LibrarySymbolReference;
193
+ IPv6FragmentHeader: LibrarySymbolReference;
194
+ IPSecEncapsulatingSecurityPayload: LibrarySymbolReference;
195
+ IPSecAuthenticationHeader: LibrarySymbolReference;
196
+ IcmpV6: LibrarySymbolReference;
197
+ IPv6NoNextHeader: LibrarySymbolReference;
198
+ IPv6DestinationOptions: LibrarySymbolReference;
199
+ ND: LibrarySymbolReference;
200
+ Raw: LibrarySymbolReference;
201
+ Ipx: LibrarySymbolReference;
202
+ Spx: LibrarySymbolReference;
203
+ SpxII: LibrarySymbolReference
204
+ };
205
+ SafeSocketHandle: LibrarySymbolReference & {
206
+ SafeSocketHandle: LibrarySymbolReference;
207
+ ReleaseHandle: LibrarySymbolReference;
208
+ IsInvalid: LibrarySymbolReference
209
+ };
210
+ SelectMode: LibrarySymbolReference & {
211
+ SelectRead: LibrarySymbolReference;
212
+ SelectWrite: LibrarySymbolReference;
213
+ SelectError: LibrarySymbolReference
214
+ };
215
+ SendPacketsElement: LibrarySymbolReference & {
216
+ SendPacketsElement: LibrarySymbolReference;
217
+ Buffer: LibrarySymbolReference;
218
+ Count: LibrarySymbolReference;
219
+ EndOfPacket: LibrarySymbolReference;
220
+ FilePath: LibrarySymbolReference;
221
+ FileStream: LibrarySymbolReference;
222
+ MemoryBuffer: LibrarySymbolReference;
223
+ Offset: LibrarySymbolReference;
224
+ OffsetLong: LibrarySymbolReference
225
+ };
226
+ Socket: LibrarySymbolReference & {
227
+ Socket: LibrarySymbolReference;
228
+ Accept: LibrarySymbolReference;
229
+ AcceptAsync: LibrarySymbolReference;
230
+ BeginAccept: LibrarySymbolReference;
231
+ BeginConnect: LibrarySymbolReference;
232
+ BeginDisconnect: LibrarySymbolReference;
233
+ BeginReceive: LibrarySymbolReference;
234
+ BeginReceiveFrom: LibrarySymbolReference;
235
+ BeginReceiveMessageFrom: LibrarySymbolReference;
236
+ BeginSend: LibrarySymbolReference;
237
+ BeginSendFile: LibrarySymbolReference;
238
+ BeginSendTo: LibrarySymbolReference;
239
+ Bind: LibrarySymbolReference;
240
+ CancelConnectAsync: LibrarySymbolReference;
241
+ Close: LibrarySymbolReference;
242
+ Connect: LibrarySymbolReference;
243
+ ConnectAsync: LibrarySymbolReference;
244
+ Disconnect: LibrarySymbolReference;
245
+ DisconnectAsync: LibrarySymbolReference;
246
+ Dispose: LibrarySymbolReference;
247
+ DuplicateAndClose: LibrarySymbolReference;
248
+ EndAccept: LibrarySymbolReference;
249
+ EndConnect: LibrarySymbolReference;
250
+ EndDisconnect: LibrarySymbolReference;
251
+ EndReceive: LibrarySymbolReference;
252
+ EndReceiveFrom: LibrarySymbolReference;
253
+ EndReceiveMessageFrom: LibrarySymbolReference;
254
+ EndSend: LibrarySymbolReference;
255
+ EndSendFile: LibrarySymbolReference;
256
+ EndSendTo: LibrarySymbolReference;
257
+ Finalize: LibrarySymbolReference;
258
+ GetRawSocketOption: LibrarySymbolReference;
259
+ GetSocketOption: LibrarySymbolReference;
260
+ IOControl: LibrarySymbolReference;
261
+ Listen: LibrarySymbolReference;
262
+ Poll: LibrarySymbolReference;
263
+ Receive: LibrarySymbolReference;
264
+ ReceiveAsync: LibrarySymbolReference;
265
+ ReceiveFrom: LibrarySymbolReference;
266
+ ReceiveFromAsync: LibrarySymbolReference;
267
+ ReceiveMessageFrom: LibrarySymbolReference;
268
+ ReceiveMessageFromAsync: LibrarySymbolReference;
269
+ Select: LibrarySymbolReference;
270
+ Send: LibrarySymbolReference;
271
+ SendAsync: LibrarySymbolReference;
272
+ SendFile: LibrarySymbolReference;
273
+ SendFileAsync: LibrarySymbolReference;
274
+ SendPacketsAsync: LibrarySymbolReference;
275
+ SendTo: LibrarySymbolReference;
276
+ SendToAsync: LibrarySymbolReference;
277
+ SetIPProtectionLevel: LibrarySymbolReference;
278
+ SetRawSocketOption: LibrarySymbolReference;
279
+ SetSocketOption: LibrarySymbolReference;
280
+ Shutdown: LibrarySymbolReference;
281
+ AddressFamily: LibrarySymbolReference;
282
+ Available: LibrarySymbolReference;
283
+ Blocking: LibrarySymbolReference;
284
+ Connected: LibrarySymbolReference;
285
+ DontFragment: LibrarySymbolReference;
286
+ DualMode: LibrarySymbolReference;
287
+ EnableBroadcast: LibrarySymbolReference;
288
+ ExclusiveAddressUse: LibrarySymbolReference;
289
+ Handle: LibrarySymbolReference;
290
+ IsBound: LibrarySymbolReference;
291
+ LingerState: LibrarySymbolReference;
292
+ LocalEndPoint: LibrarySymbolReference;
293
+ MulticastLoopback: LibrarySymbolReference;
294
+ NoDelay: LibrarySymbolReference;
295
+ OSSupportsIPv4: LibrarySymbolReference;
296
+ OSSupportsIPv6: LibrarySymbolReference;
297
+ OSSupportsUnixDomainSockets: LibrarySymbolReference;
298
+ ProtocolType: LibrarySymbolReference;
299
+ ReceiveBufferSize: LibrarySymbolReference;
300
+ ReceiveTimeout: LibrarySymbolReference;
301
+ RemoteEndPoint: LibrarySymbolReference;
302
+ SafeHandle: LibrarySymbolReference;
303
+ SendBufferSize: LibrarySymbolReference;
304
+ SendTimeout: LibrarySymbolReference;
305
+ SocketType: LibrarySymbolReference;
306
+ SupportsIPv4: LibrarySymbolReference;
307
+ SupportsIPv6: LibrarySymbolReference;
308
+ Ttl: LibrarySymbolReference
309
+ };
310
+ SocketAsyncEventArgs: LibrarySymbolReference & {
311
+ SocketAsyncEventArgs: LibrarySymbolReference;
312
+ Dispose: LibrarySymbolReference;
313
+ Finalize: LibrarySymbolReference;
314
+ OnCompleted: LibrarySymbolReference;
315
+ SetBuffer: LibrarySymbolReference;
316
+ AcceptSocket: LibrarySymbolReference;
317
+ Buffer: LibrarySymbolReference;
318
+ BufferList: LibrarySymbolReference;
319
+ BytesTransferred: LibrarySymbolReference;
320
+ ConnectByNameError: LibrarySymbolReference;
321
+ ConnectSocket: LibrarySymbolReference;
322
+ Count: LibrarySymbolReference;
323
+ DisconnectReuseSocket: LibrarySymbolReference;
324
+ LastOperation: LibrarySymbolReference;
325
+ MemoryBuffer: LibrarySymbolReference;
326
+ Offset: LibrarySymbolReference;
327
+ ReceiveMessageFromPacketInfo: LibrarySymbolReference;
328
+ RemoteEndPoint: LibrarySymbolReference;
329
+ SendPacketsElements: LibrarySymbolReference;
330
+ SendPacketsFlags: LibrarySymbolReference;
331
+ SendPacketsSendSize: LibrarySymbolReference;
332
+ SocketError: LibrarySymbolReference;
333
+ SocketFlags: LibrarySymbolReference;
334
+ UserToken: LibrarySymbolReference
335
+ };
336
+ SocketAsyncOperation: LibrarySymbolReference & {
337
+ None: LibrarySymbolReference;
338
+ Accept: LibrarySymbolReference;
339
+ Connect: LibrarySymbolReference;
340
+ Disconnect: LibrarySymbolReference;
341
+ Receive: LibrarySymbolReference;
342
+ ReceiveFrom: LibrarySymbolReference;
343
+ ReceiveMessageFrom: LibrarySymbolReference;
344
+ Send: LibrarySymbolReference;
345
+ SendPackets: LibrarySymbolReference;
346
+ SendTo: LibrarySymbolReference
347
+ };
348
+ SocketError: LibrarySymbolReference & {
349
+ SocketError: LibrarySymbolReference;
350
+ Success: LibrarySymbolReference;
351
+ OperationAborted: LibrarySymbolReference;
352
+ IOPending: LibrarySymbolReference;
353
+ Interrupted: LibrarySymbolReference;
354
+ AccessDenied: LibrarySymbolReference;
355
+ Fault: LibrarySymbolReference;
356
+ InvalidArgument: LibrarySymbolReference;
357
+ TooManyOpenSockets: LibrarySymbolReference;
358
+ WouldBlock: LibrarySymbolReference;
359
+ InProgress: LibrarySymbolReference;
360
+ AlreadyInProgress: LibrarySymbolReference;
361
+ NotSocket: LibrarySymbolReference;
362
+ DestinationAddressRequired: LibrarySymbolReference;
363
+ MessageSize: LibrarySymbolReference;
364
+ ProtocolType: LibrarySymbolReference;
365
+ ProtocolOption: LibrarySymbolReference;
366
+ ProtocolNotSupported: LibrarySymbolReference;
367
+ SocketNotSupported: LibrarySymbolReference;
368
+ OperationNotSupported: LibrarySymbolReference;
369
+ ProtocolFamilyNotSupported: LibrarySymbolReference;
370
+ AddressFamilyNotSupported: LibrarySymbolReference;
371
+ AddressAlreadyInUse: LibrarySymbolReference;
372
+ AddressNotAvailable: LibrarySymbolReference;
373
+ NetworkDown: LibrarySymbolReference;
374
+ NetworkUnreachable: LibrarySymbolReference;
375
+ NetworkReset: LibrarySymbolReference;
376
+ ConnectionAborted: LibrarySymbolReference;
377
+ ConnectionReset: LibrarySymbolReference;
378
+ NoBufferSpaceAvailable: LibrarySymbolReference;
379
+ IsConnected: LibrarySymbolReference;
380
+ NotConnected: LibrarySymbolReference;
381
+ Shutdown: LibrarySymbolReference;
382
+ TimedOut: LibrarySymbolReference;
383
+ ConnectionRefused: LibrarySymbolReference;
384
+ HostDown: LibrarySymbolReference;
385
+ HostUnreachable: LibrarySymbolReference;
386
+ ProcessLimit: LibrarySymbolReference;
387
+ SystemNotReady: LibrarySymbolReference;
388
+ VersionNotSupported: LibrarySymbolReference;
389
+ NotInitialized: LibrarySymbolReference;
390
+ Disconnecting: LibrarySymbolReference;
391
+ TypeNotFound: LibrarySymbolReference;
392
+ HostNotFound: LibrarySymbolReference;
393
+ TryAgain: LibrarySymbolReference;
394
+ NoRecovery: LibrarySymbolReference;
395
+ NoData: LibrarySymbolReference
396
+ };
397
+ SocketException: LibrarySymbolReference & {
398
+ SocketException: LibrarySymbolReference;
399
+ ErrorCode: LibrarySymbolReference;
400
+ Message: LibrarySymbolReference;
401
+ SocketErrorCode: LibrarySymbolReference
402
+ };
403
+ SocketFlags: LibrarySymbolReference & {
404
+ None: LibrarySymbolReference;
405
+ OutOfBand: LibrarySymbolReference;
406
+ Peek: LibrarySymbolReference;
407
+ DontRoute: LibrarySymbolReference;
408
+ Truncated: LibrarySymbolReference;
409
+ ControlDataTruncated: LibrarySymbolReference;
410
+ Broadcast: LibrarySymbolReference;
411
+ Multicast: LibrarySymbolReference;
412
+ Partial: LibrarySymbolReference
413
+ };
414
+ SocketInformation: LibrarySymbolReference & {
415
+ Options: LibrarySymbolReference;
416
+ ProtocolInformation: LibrarySymbolReference
417
+ };
418
+ SocketInformationOptions: LibrarySymbolReference & {
419
+ NonBlocking: LibrarySymbolReference;
420
+ Connected: LibrarySymbolReference;
421
+ Listening: LibrarySymbolReference
422
+ };
423
+ SocketOptionLevel: LibrarySymbolReference & {
424
+ IP: LibrarySymbolReference;
425
+ Tcp: LibrarySymbolReference;
426
+ Udp: LibrarySymbolReference;
427
+ IPv6: LibrarySymbolReference;
428
+ Socket: LibrarySymbolReference
429
+ };
430
+ SocketOptionName: LibrarySymbolReference & {
431
+ DontLinger: LibrarySymbolReference;
432
+ ExclusiveAddressUse: LibrarySymbolReference;
433
+ Debug: LibrarySymbolReference;
434
+ IPOptions: LibrarySymbolReference;
435
+ NoChecksum: LibrarySymbolReference;
436
+ NoDelay: LibrarySymbolReference;
437
+ AcceptConnection: LibrarySymbolReference;
438
+ BsdUrgent: LibrarySymbolReference;
439
+ Expedited: LibrarySymbolReference;
440
+ HeaderIncluded: LibrarySymbolReference;
441
+ TcpKeepAliveTime: LibrarySymbolReference;
442
+ TypeOfService: LibrarySymbolReference;
443
+ IpTimeToLive: LibrarySymbolReference;
444
+ ReuseAddress: LibrarySymbolReference;
445
+ KeepAlive: LibrarySymbolReference;
446
+ MulticastInterface: LibrarySymbolReference;
447
+ MulticastTimeToLive: LibrarySymbolReference;
448
+ MulticastLoopback: LibrarySymbolReference;
449
+ AddMembership: LibrarySymbolReference;
450
+ DropMembership: LibrarySymbolReference;
451
+ DontFragment: LibrarySymbolReference;
452
+ AddSourceMembership: LibrarySymbolReference;
453
+ FastOpen: LibrarySymbolReference;
454
+ DontRoute: LibrarySymbolReference;
455
+ DropSourceMembership: LibrarySymbolReference;
456
+ TcpKeepAliveRetryCount: LibrarySymbolReference;
457
+ BlockSource: LibrarySymbolReference;
458
+ TcpKeepAliveInterval: LibrarySymbolReference;
459
+ UnblockSource: LibrarySymbolReference;
460
+ PacketInformation: LibrarySymbolReference;
461
+ ChecksumCoverage: LibrarySymbolReference;
462
+ HopLimit: LibrarySymbolReference;
463
+ IPProtectionLevel: LibrarySymbolReference;
464
+ IPv6Only: LibrarySymbolReference;
465
+ Broadcast: LibrarySymbolReference;
466
+ UseLoopback: LibrarySymbolReference;
467
+ Linger: LibrarySymbolReference;
468
+ OutOfBandInline: LibrarySymbolReference;
469
+ SendBuffer: LibrarySymbolReference;
470
+ ReceiveBuffer: LibrarySymbolReference;
471
+ SendLowWater: LibrarySymbolReference;
472
+ ReceiveLowWater: LibrarySymbolReference;
473
+ SendTimeout: LibrarySymbolReference;
474
+ ReceiveTimeout: LibrarySymbolReference;
475
+ Error: LibrarySymbolReference;
476
+ Type: LibrarySymbolReference;
477
+ ReuseUnicastPort: LibrarySymbolReference;
478
+ UpdateAcceptContext: LibrarySymbolReference;
479
+ UpdateConnectContext: LibrarySymbolReference;
480
+ MaxConnections: LibrarySymbolReference
481
+ };
482
+ SocketReceiveFromResult: LibrarySymbolReference & {
483
+ ReceivedBytes: LibrarySymbolReference;
484
+ RemoteEndPoint: LibrarySymbolReference
485
+ };
486
+ SocketReceiveMessageFromResult: LibrarySymbolReference & {
487
+ PacketInformation: LibrarySymbolReference;
488
+ ReceivedBytes: LibrarySymbolReference;
489
+ RemoteEndPoint: LibrarySymbolReference;
490
+ SocketFlags: LibrarySymbolReference
491
+ };
492
+ SocketShutdown: LibrarySymbolReference & {
493
+ Receive: LibrarySymbolReference;
494
+ Send: LibrarySymbolReference;
495
+ Both: LibrarySymbolReference
496
+ };
497
+ SocketType: LibrarySymbolReference & {
498
+ Unknown: LibrarySymbolReference;
499
+ Stream: LibrarySymbolReference;
500
+ Dgram: LibrarySymbolReference;
501
+ Raw: LibrarySymbolReference;
502
+ Rdm: LibrarySymbolReference;
503
+ Seqpacket: LibrarySymbolReference
504
+ };
505
+ TcpClient: LibrarySymbolReference & {
506
+ TcpClient: LibrarySymbolReference;
507
+ BeginConnect: LibrarySymbolReference;
508
+ Close: LibrarySymbolReference;
509
+ Connect: LibrarySymbolReference;
510
+ ConnectAsync: LibrarySymbolReference;
511
+ Dispose: LibrarySymbolReference;
512
+ EndConnect: LibrarySymbolReference;
513
+ Finalize: LibrarySymbolReference;
514
+ GetStream: LibrarySymbolReference;
515
+ Active: LibrarySymbolReference;
516
+ Available: LibrarySymbolReference;
517
+ Client: LibrarySymbolReference;
518
+ Connected: LibrarySymbolReference;
519
+ ExclusiveAddressUse: LibrarySymbolReference;
520
+ LingerState: LibrarySymbolReference;
521
+ NoDelay: LibrarySymbolReference;
522
+ ReceiveBufferSize: LibrarySymbolReference;
523
+ ReceiveTimeout: LibrarySymbolReference;
524
+ SendBufferSize: LibrarySymbolReference;
525
+ SendTimeout: LibrarySymbolReference
526
+ };
527
+ TcpListener: LibrarySymbolReference & {
528
+ TcpListener: LibrarySymbolReference;
529
+ AcceptSocket: LibrarySymbolReference;
530
+ AcceptSocketAsync: LibrarySymbolReference;
531
+ AcceptTcpClient: LibrarySymbolReference;
532
+ AcceptTcpClientAsync: LibrarySymbolReference;
533
+ AllowNatTraversal: LibrarySymbolReference;
534
+ BeginAcceptSocket: LibrarySymbolReference;
535
+ BeginAcceptTcpClient: LibrarySymbolReference;
536
+ Create: LibrarySymbolReference;
537
+ Dispose: LibrarySymbolReference;
538
+ EndAcceptSocket: LibrarySymbolReference;
539
+ EndAcceptTcpClient: LibrarySymbolReference;
540
+ Pending: LibrarySymbolReference;
541
+ Start: LibrarySymbolReference;
542
+ Stop: LibrarySymbolReference;
543
+ Active: LibrarySymbolReference;
544
+ ExclusiveAddressUse: LibrarySymbolReference;
545
+ LocalEndpoint: LibrarySymbolReference;
546
+ Server: LibrarySymbolReference
547
+ };
548
+ TransmitFileOptions: LibrarySymbolReference & {
549
+ UseDefaultWorkerThread: LibrarySymbolReference;
550
+ Disconnect: LibrarySymbolReference;
551
+ ReuseSocket: LibrarySymbolReference;
552
+ WriteBehind: LibrarySymbolReference;
553
+ UseSystemThread: LibrarySymbolReference;
554
+ UseKernelApc: LibrarySymbolReference
555
+ };
556
+ UdpClient: LibrarySymbolReference & {
557
+ UdpClient: LibrarySymbolReference;
558
+ AllowNatTraversal: LibrarySymbolReference;
559
+ BeginReceive: LibrarySymbolReference;
560
+ BeginSend: LibrarySymbolReference;
561
+ Close: LibrarySymbolReference;
562
+ Connect: LibrarySymbolReference;
563
+ Dispose: LibrarySymbolReference;
564
+ DropMulticastGroup: LibrarySymbolReference;
565
+ EndReceive: LibrarySymbolReference;
566
+ EndSend: LibrarySymbolReference;
567
+ JoinMulticastGroup: LibrarySymbolReference;
568
+ Receive: LibrarySymbolReference;
569
+ ReceiveAsync: LibrarySymbolReference;
570
+ Send: LibrarySymbolReference;
571
+ SendAsync: LibrarySymbolReference;
572
+ Active: LibrarySymbolReference;
573
+ Available: LibrarySymbolReference;
574
+ Client: LibrarySymbolReference;
575
+ DontFragment: LibrarySymbolReference;
576
+ EnableBroadcast: LibrarySymbolReference;
577
+ ExclusiveAddressUse: LibrarySymbolReference;
578
+ MulticastLoopback: LibrarySymbolReference;
579
+ Ttl: LibrarySymbolReference
580
+ };
581
+ UdpReceiveResult: LibrarySymbolReference & {
582
+ UdpReceiveResult: LibrarySymbolReference;
583
+ Equals: LibrarySymbolReference;
584
+ GetHashCode: LibrarySymbolReference;
585
+ Buffer: LibrarySymbolReference;
586
+ RemoteEndPoint: LibrarySymbolReference
587
+ };
588
+ UnixDomainSocketEndPoint: LibrarySymbolReference & {
589
+ UnixDomainSocketEndPoint: LibrarySymbolReference;
590
+ Create: LibrarySymbolReference;
591
+ Equals: LibrarySymbolReference;
592
+ GetHashCode: LibrarySymbolReference;
593
+ Serialize: LibrarySymbolReference;
594
+ ToString: LibrarySymbolReference;
595
+ AddressFamily: LibrarySymbolReference
596
+ }
597
+ };
598
+ const Sockets: SocketsLibrary = createLibrary("System.Net.Sockets", {
599
+ AddressFamily: {
600
+ kind: "enum",
601
+ members: {
602
+ Unknown: {
603
+ kind: "field",
604
+ type: () => {
605
+ return Sockets.AddressFamily;
606
+ },
607
+ },
608
+ Unspecified: {
609
+ kind: "field",
610
+ type: () => {
611
+ return Sockets.AddressFamily;
612
+ },
613
+ },
614
+ Unix: {
615
+ kind: "field",
616
+ type: () => {
617
+ return Sockets.AddressFamily;
618
+ },
619
+ },
620
+ InterNetwork: {
621
+ kind: "field",
622
+ type: () => {
623
+ return Sockets.AddressFamily;
624
+ },
625
+ },
626
+ ImpLink: {
627
+ kind: "field",
628
+ type: () => {
629
+ return Sockets.AddressFamily;
630
+ },
631
+ },
632
+ Pup: {
633
+ kind: "field",
634
+ type: () => {
635
+ return Sockets.AddressFamily;
636
+ },
637
+ },
638
+ Chaos: {
639
+ kind: "field",
640
+ type: () => {
641
+ return Sockets.AddressFamily;
642
+ },
643
+ },
644
+ Ipx: {
645
+ kind: "field",
646
+ type: () => {
647
+ return Sockets.AddressFamily;
648
+ },
649
+ },
650
+ NS: {
651
+ kind: "field",
652
+ type: () => {
653
+ return Sockets.AddressFamily;
654
+ },
655
+ },
656
+ Iso: {
657
+ kind: "field",
658
+ type: () => {
659
+ return Sockets.AddressFamily;
660
+ },
661
+ },
662
+ Osi: {
663
+ kind: "field",
664
+ type: () => {
665
+ return Sockets.AddressFamily;
666
+ },
667
+ },
668
+ Ecma: {
669
+ kind: "field",
670
+ type: () => {
671
+ return Sockets.AddressFamily;
672
+ },
673
+ },
674
+ DataKit: {
675
+ kind: "field",
676
+ type: () => {
677
+ return Sockets.AddressFamily;
678
+ },
679
+ },
680
+ Ccitt: {
681
+ kind: "field",
682
+ type: () => {
683
+ return Sockets.AddressFamily;
684
+ },
685
+ },
686
+ Sna: {
687
+ kind: "field",
688
+ type: () => {
689
+ return Sockets.AddressFamily;
690
+ },
691
+ },
692
+ DecNet: {
693
+ kind: "field",
694
+ type: () => {
695
+ return Sockets.AddressFamily;
696
+ },
697
+ },
698
+ DataLink: {
699
+ kind: "field",
700
+ type: () => {
701
+ return Sockets.AddressFamily;
702
+ },
703
+ },
704
+ Lat: {
705
+ kind: "field",
706
+ type: () => {
707
+ return Sockets.AddressFamily;
708
+ },
709
+ },
710
+ HyperChannel: {
711
+ kind: "field",
712
+ type: () => {
713
+ return Sockets.AddressFamily;
714
+ },
715
+ },
716
+ AppleTalk: {
717
+ kind: "field",
718
+ type: () => {
719
+ return Sockets.AddressFamily;
720
+ },
721
+ },
722
+ NetBios: {
723
+ kind: "field",
724
+ type: () => {
725
+ return Sockets.AddressFamily;
726
+ },
727
+ },
728
+ VoiceView: {
729
+ kind: "field",
730
+ type: () => {
731
+ return Sockets.AddressFamily;
732
+ },
733
+ },
734
+ FireFox: {
735
+ kind: "field",
736
+ type: () => {
737
+ return Sockets.AddressFamily;
738
+ },
739
+ },
740
+ Banyan: {
741
+ kind: "field",
742
+ type: () => {
743
+ return Sockets.AddressFamily;
744
+ },
745
+ },
746
+ Atm: {
747
+ kind: "field",
748
+ type: () => {
749
+ return Sockets.AddressFamily;
750
+ },
751
+ },
752
+ InterNetworkV6: {
753
+ kind: "field",
754
+ type: () => {
755
+ return Sockets.AddressFamily;
756
+ },
757
+ },
758
+ Cluster: {
759
+ kind: "field",
760
+ type: () => {
761
+ return Sockets.AddressFamily;
762
+ },
763
+ },
764
+ Ieee12844: {
765
+ kind: "field",
766
+ type: () => {
767
+ return Sockets.AddressFamily;
768
+ },
769
+ },
770
+ Irda: {
771
+ kind: "field",
772
+ type: () => {
773
+ return Sockets.AddressFamily;
774
+ },
775
+ },
776
+ NetworkDesigners: {
777
+ kind: "field",
778
+ type: () => {
779
+ return Sockets.AddressFamily;
780
+ },
781
+ },
782
+ Max: {
783
+ kind: "field",
784
+ type: () => {
785
+ return Sockets.AddressFamily;
786
+ },
787
+ },
788
+ Packet: {
789
+ kind: "field",
790
+ type: () => {
791
+ return Sockets.AddressFamily;
792
+ },
793
+ },
794
+ ControllerAreaNetwork: {
795
+ kind: "field",
796
+ type: () => {
797
+ return Sockets.AddressFamily;
798
+ },
799
+ },
800
+ },
801
+ },
802
+ IOControlCode: {
803
+ kind: "enum",
804
+ members: {
805
+ EnableCircularQueuing: {
806
+ kind: "field",
807
+ type: () => {
808
+ return Sockets.IOControlCode;
809
+ },
810
+ },
811
+ Flush: {
812
+ kind: "field",
813
+ type: () => {
814
+ return Sockets.IOControlCode;
815
+ },
816
+ },
817
+ AddressListChange: {
818
+ kind: "field",
819
+ type: () => {
820
+ return Sockets.IOControlCode;
821
+ },
822
+ },
823
+ DataToRead: {
824
+ kind: "field",
825
+ type: () => {
826
+ return Sockets.IOControlCode;
827
+ },
828
+ },
829
+ OobDataRead: {
830
+ kind: "field",
831
+ type: () => {
832
+ return Sockets.IOControlCode;
833
+ },
834
+ },
835
+ GetBroadcastAddress: {
836
+ kind: "field",
837
+ type: () => {
838
+ return Sockets.IOControlCode;
839
+ },
840
+ },
841
+ AddressListQuery: {
842
+ kind: "field",
843
+ type: () => {
844
+ return Sockets.IOControlCode;
845
+ },
846
+ },
847
+ QueryTargetPnpHandle: {
848
+ kind: "field",
849
+ type: () => {
850
+ return Sockets.IOControlCode;
851
+ },
852
+ },
853
+ AsyncIO: {
854
+ kind: "field",
855
+ type: () => {
856
+ return Sockets.IOControlCode;
857
+ },
858
+ },
859
+ NonBlockingIO: {
860
+ kind: "field",
861
+ type: () => {
862
+ return Sockets.IOControlCode;
863
+ },
864
+ },
865
+ AssociateHandle: {
866
+ kind: "field",
867
+ type: () => {
868
+ return Sockets.IOControlCode;
869
+ },
870
+ },
871
+ MultipointLoopback: {
872
+ kind: "field",
873
+ type: () => {
874
+ return Sockets.IOControlCode;
875
+ },
876
+ },
877
+ MulticastScope: {
878
+ kind: "field",
879
+ type: () => {
880
+ return Sockets.IOControlCode;
881
+ },
882
+ },
883
+ SetQos: {
884
+ kind: "field",
885
+ type: () => {
886
+ return Sockets.IOControlCode;
887
+ },
888
+ },
889
+ SetGroupQos: {
890
+ kind: "field",
891
+ type: () => {
892
+ return Sockets.IOControlCode;
893
+ },
894
+ },
895
+ RoutingInterfaceChange: {
896
+ kind: "field",
897
+ type: () => {
898
+ return Sockets.IOControlCode;
899
+ },
900
+ },
901
+ NamespaceChange: {
902
+ kind: "field",
903
+ type: () => {
904
+ return Sockets.IOControlCode;
905
+ },
906
+ },
907
+ ReceiveAll: {
908
+ kind: "field",
909
+ type: () => {
910
+ return Sockets.IOControlCode;
911
+ },
912
+ },
913
+ ReceiveAllMulticast: {
914
+ kind: "field",
915
+ type: () => {
916
+ return Sockets.IOControlCode;
917
+ },
918
+ },
919
+ ReceiveAllIgmpMulticast: {
920
+ kind: "field",
921
+ type: () => {
922
+ return Sockets.IOControlCode;
923
+ },
924
+ },
925
+ KeepAliveValues: {
926
+ kind: "field",
927
+ type: () => {
928
+ return Sockets.IOControlCode;
929
+ },
930
+ },
931
+ AbsorbRouterAlert: {
932
+ kind: "field",
933
+ type: () => {
934
+ return Sockets.IOControlCode;
935
+ },
936
+ },
937
+ UnicastInterface: {
938
+ kind: "field",
939
+ type: () => {
940
+ return Sockets.IOControlCode;
941
+ },
942
+ },
943
+ LimitBroadcasts: {
944
+ kind: "field",
945
+ type: () => {
946
+ return Sockets.IOControlCode;
947
+ },
948
+ },
949
+ BindToInterface: {
950
+ kind: "field",
951
+ type: () => {
952
+ return Sockets.IOControlCode;
953
+ },
954
+ },
955
+ MulticastInterface: {
956
+ kind: "field",
957
+ type: () => {
958
+ return Sockets.IOControlCode;
959
+ },
960
+ },
961
+ AddMulticastGroupOnInterface: {
962
+ kind: "field",
963
+ type: () => {
964
+ return Sockets.IOControlCode;
965
+ },
966
+ },
967
+ DeleteMulticastGroupFromInterface: {
968
+ kind: "field",
969
+ type: () => {
970
+ return Sockets.IOControlCode;
971
+ },
972
+ },
973
+ GetExtensionFunctionPointer: {
974
+ kind: "field",
975
+ type: () => {
976
+ return Sockets.IOControlCode;
977
+ },
978
+ },
979
+ GetQos: {
980
+ kind: "field",
981
+ type: () => {
982
+ return Sockets.IOControlCode;
983
+ },
984
+ },
985
+ GetGroupQos: {
986
+ kind: "field",
987
+ type: () => {
988
+ return Sockets.IOControlCode;
989
+ },
990
+ },
991
+ TranslateHandle: {
992
+ kind: "field",
993
+ type: () => {
994
+ return Sockets.IOControlCode;
995
+ },
996
+ },
997
+ RoutingInterfaceQuery: {
998
+ kind: "field",
999
+ type: () => {
1000
+ return Sockets.IOControlCode;
1001
+ },
1002
+ },
1003
+ AddressListSort: {
1004
+ kind: "field",
1005
+ type: () => {
1006
+ return Sockets.IOControlCode;
1007
+ },
1008
+ },
1009
+ },
1010
+ },
1011
+ IPPacketInformation: {
1012
+ kind: "struct",
1013
+ members: {
1014
+ Equals: {
1015
+ kind: "method",
1016
+ methodKind: "ordinary",
1017
+ },
1018
+ GetHashCode: {
1019
+ kind: "method",
1020
+ methodKind: "ordinary",
1021
+ isOverride: true,
1022
+ },
1023
+ Address: {
1024
+ kind: "property",
1025
+ type: () => {
1026
+ return Net.IPAddress;
1027
+ },
1028
+ },
1029
+ Interface: {
1030
+ kind: "property",
1031
+ type: () => {
1032
+ return System.Int32;
1033
+ },
1034
+ },
1035
+ },
1036
+ },
1037
+ IPProtectionLevel: {
1038
+ kind: "enum",
1039
+ members: {
1040
+ Unspecified: {
1041
+ kind: "field",
1042
+ type: () => {
1043
+ return Sockets.IPProtectionLevel;
1044
+ },
1045
+ },
1046
+ Unrestricted: {
1047
+ kind: "field",
1048
+ type: () => {
1049
+ return Sockets.IPProtectionLevel;
1050
+ },
1051
+ },
1052
+ EdgeRestricted: {
1053
+ kind: "field",
1054
+ type: () => {
1055
+ return Sockets.IPProtectionLevel;
1056
+ },
1057
+ },
1058
+ Restricted: {
1059
+ kind: "field",
1060
+ type: () => {
1061
+ return Sockets.IPProtectionLevel;
1062
+ },
1063
+ },
1064
+ },
1065
+ },
1066
+ IPv6MulticastOption: {
1067
+ kind: "class",
1068
+ members: {
1069
+ IPv6MulticastOption: {
1070
+ kind: "method",
1071
+ methodKind: "constructor",
1072
+ },
1073
+ Group: {
1074
+ kind: "property",
1075
+ type: () => {
1076
+ return Net.IPAddress;
1077
+ },
1078
+ },
1079
+ InterfaceIndex: {
1080
+ kind: "property",
1081
+ type: () => {
1082
+ return System.Int64;
1083
+ },
1084
+ },
1085
+ },
1086
+ },
1087
+ LingerOption: {
1088
+ kind: "class",
1089
+ members: {
1090
+ LingerOption: {
1091
+ kind: "method",
1092
+ methodKind: "constructor",
1093
+ },
1094
+ Equals: {
1095
+ kind: "method",
1096
+ methodKind: "ordinary",
1097
+ isOverride: true,
1098
+ },
1099
+ GetHashCode: {
1100
+ kind: "method",
1101
+ methodKind: "ordinary",
1102
+ isOverride: true,
1103
+ },
1104
+ Enabled: {
1105
+ kind: "property",
1106
+ type: () => {
1107
+ return System.Boolean;
1108
+ },
1109
+ },
1110
+ LingerTime: {
1111
+ kind: "property",
1112
+ type: () => {
1113
+ return System.Int32;
1114
+ },
1115
+ },
1116
+ },
1117
+ },
1118
+ MulticastOption: {
1119
+ kind: "class",
1120
+ members: {
1121
+ MulticastOption: {
1122
+ kind: "method",
1123
+ methodKind: "constructor",
1124
+ },
1125
+ Group: {
1126
+ kind: "property",
1127
+ type: () => {
1128
+ return Net.IPAddress;
1129
+ },
1130
+ },
1131
+ InterfaceIndex: {
1132
+ kind: "property",
1133
+ type: () => {
1134
+ return System.Int32;
1135
+ },
1136
+ },
1137
+ LocalAddress: {
1138
+ kind: "property",
1139
+ type: () => {
1140
+ return Net.IPAddress;
1141
+ },
1142
+ isNullable: true,
1143
+ },
1144
+ },
1145
+ },
1146
+ NetworkStream: {
1147
+ kind: "class",
1148
+ members: {
1149
+ NetworkStream: {
1150
+ kind: "method",
1151
+ methodKind: "constructor",
1152
+ },
1153
+ BeginRead: {
1154
+ kind: "method",
1155
+ methodKind: "ordinary",
1156
+ isOverride: true,
1157
+ },
1158
+ BeginWrite: {
1159
+ kind: "method",
1160
+ methodKind: "ordinary",
1161
+ isOverride: true,
1162
+ },
1163
+ Close: {
1164
+ kind: "method",
1165
+ methodKind: "ordinary",
1166
+ },
1167
+ Dispose: {
1168
+ kind: "method",
1169
+ methodKind: "ordinary",
1170
+ isOverride: true,
1171
+ },
1172
+ EndRead: {
1173
+ kind: "method",
1174
+ methodKind: "ordinary",
1175
+ isOverride: true,
1176
+ },
1177
+ EndWrite: {
1178
+ kind: "method",
1179
+ methodKind: "ordinary",
1180
+ isOverride: true,
1181
+ },
1182
+ Finalize: {
1183
+ kind: "method",
1184
+ methodKind: "ordinary",
1185
+ },
1186
+ Flush: {
1187
+ kind: "method",
1188
+ methodKind: "ordinary",
1189
+ isOverride: true,
1190
+ },
1191
+ FlushAsync: {
1192
+ kind: "method",
1193
+ methodKind: "ordinary",
1194
+ isOverride: true,
1195
+ },
1196
+ Read: {
1197
+ kind: "method",
1198
+ methodKind: "ordinary",
1199
+ isOverride: true,
1200
+ },
1201
+ ReadAsync: {
1202
+ kind: "method",
1203
+ methodKind: "ordinary",
1204
+ isOverride: true,
1205
+ },
1206
+ ReadByte: {
1207
+ kind: "method",
1208
+ methodKind: "ordinary",
1209
+ isOverride: true,
1210
+ },
1211
+ Seek: {
1212
+ kind: "method",
1213
+ methodKind: "ordinary",
1214
+ isOverride: true,
1215
+ },
1216
+ SetLength: {
1217
+ kind: "method",
1218
+ methodKind: "ordinary",
1219
+ isOverride: true,
1220
+ },
1221
+ Write: {
1222
+ kind: "method",
1223
+ methodKind: "ordinary",
1224
+ isOverride: true,
1225
+ },
1226
+ WriteAsync: {
1227
+ kind: "method",
1228
+ methodKind: "ordinary",
1229
+ isOverride: true,
1230
+ },
1231
+ WriteByte: {
1232
+ kind: "method",
1233
+ methodKind: "ordinary",
1234
+ isOverride: true,
1235
+ },
1236
+ CanRead: {
1237
+ kind: "property",
1238
+ type: () => {
1239
+ return System.Boolean;
1240
+ },
1241
+ isOverride: true,
1242
+ },
1243
+ CanSeek: {
1244
+ kind: "property",
1245
+ type: () => {
1246
+ return System.Boolean;
1247
+ },
1248
+ isOverride: true,
1249
+ },
1250
+ CanTimeout: {
1251
+ kind: "property",
1252
+ type: () => {
1253
+ return System.Boolean;
1254
+ },
1255
+ isOverride: true,
1256
+ },
1257
+ CanWrite: {
1258
+ kind: "property",
1259
+ type: () => {
1260
+ return System.Boolean;
1261
+ },
1262
+ isOverride: true,
1263
+ },
1264
+ DataAvailable: {
1265
+ kind: "property",
1266
+ type: () => {
1267
+ return System.Boolean;
1268
+ },
1269
+ isVirtual: true,
1270
+ },
1271
+ Length: {
1272
+ kind: "property",
1273
+ type: () => {
1274
+ return System.Int64;
1275
+ },
1276
+ isOverride: true,
1277
+ },
1278
+ Position: {
1279
+ kind: "property",
1280
+ type: () => {
1281
+ return System.Int64;
1282
+ },
1283
+ isOverride: true,
1284
+ },
1285
+ Readable: {
1286
+ kind: "property",
1287
+ type: () => {
1288
+ return System.Boolean;
1289
+ },
1290
+ },
1291
+ ReadTimeout: {
1292
+ kind: "property",
1293
+ type: () => {
1294
+ return System.Int32;
1295
+ },
1296
+ isOverride: true,
1297
+ },
1298
+ Socket: {
1299
+ kind: "property",
1300
+ type: () => {
1301
+ return Sockets.Socket;
1302
+ },
1303
+ },
1304
+ Writeable: {
1305
+ kind: "property",
1306
+ type: () => {
1307
+ return System.Boolean;
1308
+ },
1309
+ },
1310
+ WriteTimeout: {
1311
+ kind: "property",
1312
+ type: () => {
1313
+ return System.Int32;
1314
+ },
1315
+ isOverride: true,
1316
+ },
1317
+ },
1318
+ },
1319
+ ProtocolFamily: {
1320
+ kind: "enum",
1321
+ members: {
1322
+ Unknown: {
1323
+ kind: "field",
1324
+ type: () => {
1325
+ return Sockets.ProtocolFamily;
1326
+ },
1327
+ },
1328
+ Unspecified: {
1329
+ kind: "field",
1330
+ type: () => {
1331
+ return Sockets.ProtocolFamily;
1332
+ },
1333
+ },
1334
+ Unix: {
1335
+ kind: "field",
1336
+ type: () => {
1337
+ return Sockets.ProtocolFamily;
1338
+ },
1339
+ },
1340
+ InterNetwork: {
1341
+ kind: "field",
1342
+ type: () => {
1343
+ return Sockets.ProtocolFamily;
1344
+ },
1345
+ },
1346
+ ImpLink: {
1347
+ kind: "field",
1348
+ type: () => {
1349
+ return Sockets.ProtocolFamily;
1350
+ },
1351
+ },
1352
+ Pup: {
1353
+ kind: "field",
1354
+ type: () => {
1355
+ return Sockets.ProtocolFamily;
1356
+ },
1357
+ },
1358
+ Chaos: {
1359
+ kind: "field",
1360
+ type: () => {
1361
+ return Sockets.ProtocolFamily;
1362
+ },
1363
+ },
1364
+ Ipx: {
1365
+ kind: "field",
1366
+ type: () => {
1367
+ return Sockets.ProtocolFamily;
1368
+ },
1369
+ },
1370
+ NS: {
1371
+ kind: "field",
1372
+ type: () => {
1373
+ return Sockets.ProtocolFamily;
1374
+ },
1375
+ },
1376
+ Iso: {
1377
+ kind: "field",
1378
+ type: () => {
1379
+ return Sockets.ProtocolFamily;
1380
+ },
1381
+ },
1382
+ Osi: {
1383
+ kind: "field",
1384
+ type: () => {
1385
+ return Sockets.ProtocolFamily;
1386
+ },
1387
+ },
1388
+ Ecma: {
1389
+ kind: "field",
1390
+ type: () => {
1391
+ return Sockets.ProtocolFamily;
1392
+ },
1393
+ },
1394
+ DataKit: {
1395
+ kind: "field",
1396
+ type: () => {
1397
+ return Sockets.ProtocolFamily;
1398
+ },
1399
+ },
1400
+ Ccitt: {
1401
+ kind: "field",
1402
+ type: () => {
1403
+ return Sockets.ProtocolFamily;
1404
+ },
1405
+ },
1406
+ Sna: {
1407
+ kind: "field",
1408
+ type: () => {
1409
+ return Sockets.ProtocolFamily;
1410
+ },
1411
+ },
1412
+ DecNet: {
1413
+ kind: "field",
1414
+ type: () => {
1415
+ return Sockets.ProtocolFamily;
1416
+ },
1417
+ },
1418
+ DataLink: {
1419
+ kind: "field",
1420
+ type: () => {
1421
+ return Sockets.ProtocolFamily;
1422
+ },
1423
+ },
1424
+ Lat: {
1425
+ kind: "field",
1426
+ type: () => {
1427
+ return Sockets.ProtocolFamily;
1428
+ },
1429
+ },
1430
+ HyperChannel: {
1431
+ kind: "field",
1432
+ type: () => {
1433
+ return Sockets.ProtocolFamily;
1434
+ },
1435
+ },
1436
+ AppleTalk: {
1437
+ kind: "field",
1438
+ type: () => {
1439
+ return Sockets.ProtocolFamily;
1440
+ },
1441
+ },
1442
+ NetBios: {
1443
+ kind: "field",
1444
+ type: () => {
1445
+ return Sockets.ProtocolFamily;
1446
+ },
1447
+ },
1448
+ VoiceView: {
1449
+ kind: "field",
1450
+ type: () => {
1451
+ return Sockets.ProtocolFamily;
1452
+ },
1453
+ },
1454
+ FireFox: {
1455
+ kind: "field",
1456
+ type: () => {
1457
+ return Sockets.ProtocolFamily;
1458
+ },
1459
+ },
1460
+ Banyan: {
1461
+ kind: "field",
1462
+ type: () => {
1463
+ return Sockets.ProtocolFamily;
1464
+ },
1465
+ },
1466
+ Atm: {
1467
+ kind: "field",
1468
+ type: () => {
1469
+ return Sockets.ProtocolFamily;
1470
+ },
1471
+ },
1472
+ InterNetworkV6: {
1473
+ kind: "field",
1474
+ type: () => {
1475
+ return Sockets.ProtocolFamily;
1476
+ },
1477
+ },
1478
+ Cluster: {
1479
+ kind: "field",
1480
+ type: () => {
1481
+ return Sockets.ProtocolFamily;
1482
+ },
1483
+ },
1484
+ Ieee12844: {
1485
+ kind: "field",
1486
+ type: () => {
1487
+ return Sockets.ProtocolFamily;
1488
+ },
1489
+ },
1490
+ Irda: {
1491
+ kind: "field",
1492
+ type: () => {
1493
+ return Sockets.ProtocolFamily;
1494
+ },
1495
+ },
1496
+ NetworkDesigners: {
1497
+ kind: "field",
1498
+ type: () => {
1499
+ return Sockets.ProtocolFamily;
1500
+ },
1501
+ },
1502
+ Max: {
1503
+ kind: "field",
1504
+ type: () => {
1505
+ return Sockets.ProtocolFamily;
1506
+ },
1507
+ },
1508
+ Packet: {
1509
+ kind: "field",
1510
+ type: () => {
1511
+ return Sockets.ProtocolFamily;
1512
+ },
1513
+ },
1514
+ ControllerAreaNetwork: {
1515
+ kind: "field",
1516
+ type: () => {
1517
+ return Sockets.ProtocolFamily;
1518
+ },
1519
+ },
1520
+ },
1521
+ },
1522
+ ProtocolType: {
1523
+ kind: "enum",
1524
+ members: {
1525
+ Unknown: {
1526
+ kind: "field",
1527
+ type: () => {
1528
+ return Sockets.ProtocolType;
1529
+ },
1530
+ },
1531
+ IP: {
1532
+ kind: "field",
1533
+ type: () => {
1534
+ return Sockets.ProtocolType;
1535
+ },
1536
+ },
1537
+ IPv6HopByHopOptions: {
1538
+ kind: "field",
1539
+ type: () => {
1540
+ return Sockets.ProtocolType;
1541
+ },
1542
+ },
1543
+ Unspecified: {
1544
+ kind: "field",
1545
+ type: () => {
1546
+ return Sockets.ProtocolType;
1547
+ },
1548
+ },
1549
+ Icmp: {
1550
+ kind: "field",
1551
+ type: () => {
1552
+ return Sockets.ProtocolType;
1553
+ },
1554
+ },
1555
+ Igmp: {
1556
+ kind: "field",
1557
+ type: () => {
1558
+ return Sockets.ProtocolType;
1559
+ },
1560
+ },
1561
+ Ggp: {
1562
+ kind: "field",
1563
+ type: () => {
1564
+ return Sockets.ProtocolType;
1565
+ },
1566
+ },
1567
+ IPv4: {
1568
+ kind: "field",
1569
+ type: () => {
1570
+ return Sockets.ProtocolType;
1571
+ },
1572
+ },
1573
+ Tcp: {
1574
+ kind: "field",
1575
+ type: () => {
1576
+ return Sockets.ProtocolType;
1577
+ },
1578
+ },
1579
+ Pup: {
1580
+ kind: "field",
1581
+ type: () => {
1582
+ return Sockets.ProtocolType;
1583
+ },
1584
+ },
1585
+ Udp: {
1586
+ kind: "field",
1587
+ type: () => {
1588
+ return Sockets.ProtocolType;
1589
+ },
1590
+ },
1591
+ Idp: {
1592
+ kind: "field",
1593
+ type: () => {
1594
+ return Sockets.ProtocolType;
1595
+ },
1596
+ },
1597
+ IPv6: {
1598
+ kind: "field",
1599
+ type: () => {
1600
+ return Sockets.ProtocolType;
1601
+ },
1602
+ },
1603
+ IPv6RoutingHeader: {
1604
+ kind: "field",
1605
+ type: () => {
1606
+ return Sockets.ProtocolType;
1607
+ },
1608
+ },
1609
+ IPv6FragmentHeader: {
1610
+ kind: "field",
1611
+ type: () => {
1612
+ return Sockets.ProtocolType;
1613
+ },
1614
+ },
1615
+ IPSecEncapsulatingSecurityPayload: {
1616
+ kind: "field",
1617
+ type: () => {
1618
+ return Sockets.ProtocolType;
1619
+ },
1620
+ },
1621
+ IPSecAuthenticationHeader: {
1622
+ kind: "field",
1623
+ type: () => {
1624
+ return Sockets.ProtocolType;
1625
+ },
1626
+ },
1627
+ IcmpV6: {
1628
+ kind: "field",
1629
+ type: () => {
1630
+ return Sockets.ProtocolType;
1631
+ },
1632
+ },
1633
+ IPv6NoNextHeader: {
1634
+ kind: "field",
1635
+ type: () => {
1636
+ return Sockets.ProtocolType;
1637
+ },
1638
+ },
1639
+ IPv6DestinationOptions: {
1640
+ kind: "field",
1641
+ type: () => {
1642
+ return Sockets.ProtocolType;
1643
+ },
1644
+ },
1645
+ ND: {
1646
+ kind: "field",
1647
+ type: () => {
1648
+ return Sockets.ProtocolType;
1649
+ },
1650
+ },
1651
+ Raw: {
1652
+ kind: "field",
1653
+ type: () => {
1654
+ return Sockets.ProtocolType;
1655
+ },
1656
+ },
1657
+ Ipx: {
1658
+ kind: "field",
1659
+ type: () => {
1660
+ return Sockets.ProtocolType;
1661
+ },
1662
+ },
1663
+ Spx: {
1664
+ kind: "field",
1665
+ type: () => {
1666
+ return Sockets.ProtocolType;
1667
+ },
1668
+ },
1669
+ SpxII: {
1670
+ kind: "field",
1671
+ type: () => {
1672
+ return Sockets.ProtocolType;
1673
+ },
1674
+ },
1675
+ },
1676
+ },
1677
+ SafeSocketHandle: {
1678
+ kind: "class",
1679
+ members: {
1680
+ SafeSocketHandle: {
1681
+ kind: "method",
1682
+ methodKind: "constructor",
1683
+ },
1684
+ ReleaseHandle: {
1685
+ kind: "method",
1686
+ methodKind: "ordinary",
1687
+ isOverride: true,
1688
+ },
1689
+ IsInvalid: {
1690
+ kind: "property",
1691
+ type: () => {
1692
+ return System.Boolean;
1693
+ },
1694
+ isOverride: true,
1695
+ },
1696
+ },
1697
+ isSealed: true,
1698
+ },
1699
+ SelectMode: {
1700
+ kind: "enum",
1701
+ members: {
1702
+ SelectRead: {
1703
+ kind: "field",
1704
+ type: () => {
1705
+ return Sockets.SelectMode;
1706
+ },
1707
+ },
1708
+ SelectWrite: {
1709
+ kind: "field",
1710
+ type: () => {
1711
+ return Sockets.SelectMode;
1712
+ },
1713
+ },
1714
+ SelectError: {
1715
+ kind: "field",
1716
+ type: () => {
1717
+ return Sockets.SelectMode;
1718
+ },
1719
+ },
1720
+ },
1721
+ },
1722
+ SendPacketsElement: {
1723
+ kind: "class",
1724
+ members: {
1725
+ SendPacketsElement: {
1726
+ kind: "method",
1727
+ methodKind: "constructor",
1728
+ },
1729
+ Buffer: {
1730
+ kind: "property",
1731
+ type: () => {
1732
+ return System.Array;
1733
+ },
1734
+ isNullable: true,
1735
+ },
1736
+ Count: {
1737
+ kind: "property",
1738
+ type: () => {
1739
+ return System.Int32;
1740
+ },
1741
+ },
1742
+ EndOfPacket: {
1743
+ kind: "property",
1744
+ type: () => {
1745
+ return System.Boolean;
1746
+ },
1747
+ },
1748
+ FilePath: {
1749
+ kind: "property",
1750
+ type: () => {
1751
+ return System.String;
1752
+ },
1753
+ isNullable: true,
1754
+ },
1755
+ FileStream: {
1756
+ kind: "property",
1757
+ type: () => {
1758
+ return IO.FileStream;
1759
+ },
1760
+ },
1761
+ MemoryBuffer: {
1762
+ kind: "property",
1763
+ type: () => {
1764
+ return System.ReadOnlyMemory;
1765
+ },
1766
+ isNullable: true,
1767
+ },
1768
+ Offset: {
1769
+ kind: "property",
1770
+ type: () => {
1771
+ return System.Int32;
1772
+ },
1773
+ },
1774
+ OffsetLong: {
1775
+ kind: "property",
1776
+ type: () => {
1777
+ return System.Int64;
1778
+ },
1779
+ },
1780
+ },
1781
+ },
1782
+ Socket: {
1783
+ kind: "class",
1784
+ members: {
1785
+ Socket: {
1786
+ kind: "method",
1787
+ methodKind: "constructor",
1788
+ },
1789
+ Accept: {
1790
+ kind: "method",
1791
+ methodKind: "ordinary",
1792
+ },
1793
+ AcceptAsync: {
1794
+ kind: "method",
1795
+ methodKind: "ordinary",
1796
+ },
1797
+ BeginAccept: {
1798
+ kind: "method",
1799
+ methodKind: "ordinary",
1800
+ },
1801
+ BeginConnect: {
1802
+ kind: "method",
1803
+ methodKind: "ordinary",
1804
+ },
1805
+ BeginDisconnect: {
1806
+ kind: "method",
1807
+ methodKind: "ordinary",
1808
+ },
1809
+ BeginReceive: {
1810
+ kind: "method",
1811
+ methodKind: "ordinary",
1812
+ },
1813
+ BeginReceiveFrom: {
1814
+ kind: "method",
1815
+ methodKind: "ordinary",
1816
+ },
1817
+ BeginReceiveMessageFrom: {
1818
+ kind: "method",
1819
+ methodKind: "ordinary",
1820
+ },
1821
+ BeginSend: {
1822
+ kind: "method",
1823
+ methodKind: "ordinary",
1824
+ },
1825
+ BeginSendFile: {
1826
+ kind: "method",
1827
+ methodKind: "ordinary",
1828
+ },
1829
+ BeginSendTo: {
1830
+ kind: "method",
1831
+ methodKind: "ordinary",
1832
+ },
1833
+ Bind: {
1834
+ kind: "method",
1835
+ methodKind: "ordinary",
1836
+ },
1837
+ CancelConnectAsync: {
1838
+ kind: "method",
1839
+ methodKind: "ordinary",
1840
+ isStatic: true,
1841
+ },
1842
+ Close: {
1843
+ kind: "method",
1844
+ methodKind: "ordinary",
1845
+ },
1846
+ Connect: {
1847
+ kind: "method",
1848
+ methodKind: "ordinary",
1849
+ },
1850
+ ConnectAsync: {
1851
+ kind: "method",
1852
+ methodKind: "ordinary",
1853
+ },
1854
+ Disconnect: {
1855
+ kind: "method",
1856
+ methodKind: "ordinary",
1857
+ },
1858
+ DisconnectAsync: {
1859
+ kind: "method",
1860
+ methodKind: "ordinary",
1861
+ },
1862
+ Dispose: {
1863
+ kind: "method",
1864
+ methodKind: "ordinary",
1865
+ },
1866
+ DuplicateAndClose: {
1867
+ kind: "method",
1868
+ methodKind: "ordinary",
1869
+ },
1870
+ EndAccept: {
1871
+ kind: "method",
1872
+ methodKind: "ordinary",
1873
+ },
1874
+ EndConnect: {
1875
+ kind: "method",
1876
+ methodKind: "ordinary",
1877
+ },
1878
+ EndDisconnect: {
1879
+ kind: "method",
1880
+ methodKind: "ordinary",
1881
+ },
1882
+ EndReceive: {
1883
+ kind: "method",
1884
+ methodKind: "ordinary",
1885
+ },
1886
+ EndReceiveFrom: {
1887
+ kind: "method",
1888
+ methodKind: "ordinary",
1889
+ },
1890
+ EndReceiveMessageFrom: {
1891
+ kind: "method",
1892
+ methodKind: "ordinary",
1893
+ },
1894
+ EndSend: {
1895
+ kind: "method",
1896
+ methodKind: "ordinary",
1897
+ },
1898
+ EndSendFile: {
1899
+ kind: "method",
1900
+ methodKind: "ordinary",
1901
+ },
1902
+ EndSendTo: {
1903
+ kind: "method",
1904
+ methodKind: "ordinary",
1905
+ },
1906
+ Finalize: {
1907
+ kind: "method",
1908
+ methodKind: "ordinary",
1909
+ },
1910
+ GetRawSocketOption: {
1911
+ kind: "method",
1912
+ methodKind: "ordinary",
1913
+ },
1914
+ GetSocketOption: {
1915
+ kind: "method",
1916
+ methodKind: "ordinary",
1917
+ },
1918
+ IOControl: {
1919
+ kind: "method",
1920
+ methodKind: "ordinary",
1921
+ },
1922
+ Listen: {
1923
+ kind: "method",
1924
+ methodKind: "ordinary",
1925
+ },
1926
+ Poll: {
1927
+ kind: "method",
1928
+ methodKind: "ordinary",
1929
+ },
1930
+ Receive: {
1931
+ kind: "method",
1932
+ methodKind: "ordinary",
1933
+ },
1934
+ ReceiveAsync: {
1935
+ kind: "method",
1936
+ methodKind: "ordinary",
1937
+ },
1938
+ ReceiveFrom: {
1939
+ kind: "method",
1940
+ methodKind: "ordinary",
1941
+ },
1942
+ ReceiveFromAsync: {
1943
+ kind: "method",
1944
+ methodKind: "ordinary",
1945
+ },
1946
+ ReceiveMessageFrom: {
1947
+ kind: "method",
1948
+ methodKind: "ordinary",
1949
+ },
1950
+ ReceiveMessageFromAsync: {
1951
+ kind: "method",
1952
+ methodKind: "ordinary",
1953
+ },
1954
+ Select: {
1955
+ kind: "method",
1956
+ methodKind: "ordinary",
1957
+ isStatic: true,
1958
+ },
1959
+ Send: {
1960
+ kind: "method",
1961
+ methodKind: "ordinary",
1962
+ },
1963
+ SendAsync: {
1964
+ kind: "method",
1965
+ methodKind: "ordinary",
1966
+ },
1967
+ SendFile: {
1968
+ kind: "method",
1969
+ methodKind: "ordinary",
1970
+ },
1971
+ SendFileAsync: {
1972
+ kind: "method",
1973
+ methodKind: "ordinary",
1974
+ },
1975
+ SendPacketsAsync: {
1976
+ kind: "method",
1977
+ methodKind: "ordinary",
1978
+ },
1979
+ SendTo: {
1980
+ kind: "method",
1981
+ methodKind: "ordinary",
1982
+ },
1983
+ SendToAsync: {
1984
+ kind: "method",
1985
+ methodKind: "ordinary",
1986
+ },
1987
+ SetIPProtectionLevel: {
1988
+ kind: "method",
1989
+ methodKind: "ordinary",
1990
+ },
1991
+ SetRawSocketOption: {
1992
+ kind: "method",
1993
+ methodKind: "ordinary",
1994
+ },
1995
+ SetSocketOption: {
1996
+ kind: "method",
1997
+ methodKind: "ordinary",
1998
+ },
1999
+ Shutdown: {
2000
+ kind: "method",
2001
+ methodKind: "ordinary",
2002
+ },
2003
+ AddressFamily: {
2004
+ kind: "property",
2005
+ type: () => {
2006
+ return Sockets.AddressFamily;
2007
+ },
2008
+ },
2009
+ Available: {
2010
+ kind: "property",
2011
+ type: () => {
2012
+ return System.Int32;
2013
+ },
2014
+ },
2015
+ Blocking: {
2016
+ kind: "property",
2017
+ type: () => {
2018
+ return System.Boolean;
2019
+ },
2020
+ },
2021
+ Connected: {
2022
+ kind: "property",
2023
+ type: () => {
2024
+ return System.Boolean;
2025
+ },
2026
+ },
2027
+ DontFragment: {
2028
+ kind: "property",
2029
+ type: () => {
2030
+ return System.Boolean;
2031
+ },
2032
+ },
2033
+ DualMode: {
2034
+ kind: "property",
2035
+ type: () => {
2036
+ return System.Boolean;
2037
+ },
2038
+ },
2039
+ EnableBroadcast: {
2040
+ kind: "property",
2041
+ type: () => {
2042
+ return System.Boolean;
2043
+ },
2044
+ },
2045
+ ExclusiveAddressUse: {
2046
+ kind: "property",
2047
+ type: () => {
2048
+ return System.Boolean;
2049
+ },
2050
+ },
2051
+ Handle: {
2052
+ kind: "property",
2053
+ type: () => {
2054
+ return System.IntPtr;
2055
+ },
2056
+ },
2057
+ IsBound: {
2058
+ kind: "property",
2059
+ type: () => {
2060
+ return System.Boolean;
2061
+ },
2062
+ },
2063
+ LingerState: {
2064
+ kind: "property",
2065
+ type: () => {
2066
+ return Sockets.LingerOption;
2067
+ },
2068
+ isNullable: true,
2069
+ },
2070
+ LocalEndPoint: {
2071
+ kind: "property",
2072
+ type: () => {
2073
+ return Net.EndPoint;
2074
+ },
2075
+ isNullable: true,
2076
+ },
2077
+ MulticastLoopback: {
2078
+ kind: "property",
2079
+ type: () => {
2080
+ return System.Boolean;
2081
+ },
2082
+ },
2083
+ NoDelay: {
2084
+ kind: "property",
2085
+ type: () => {
2086
+ return System.Boolean;
2087
+ },
2088
+ },
2089
+ OSSupportsIPv4: {
2090
+ kind: "property",
2091
+ type: () => {
2092
+ return System.Boolean;
2093
+ },
2094
+ isStatic: true,
2095
+ },
2096
+ OSSupportsIPv6: {
2097
+ kind: "property",
2098
+ type: () => {
2099
+ return System.Boolean;
2100
+ },
2101
+ isStatic: true,
2102
+ },
2103
+ OSSupportsUnixDomainSockets: {
2104
+ kind: "property",
2105
+ type: () => {
2106
+ return System.Boolean;
2107
+ },
2108
+ isStatic: true,
2109
+ },
2110
+ ProtocolType: {
2111
+ kind: "property",
2112
+ type: () => {
2113
+ return Sockets.ProtocolType;
2114
+ },
2115
+ },
2116
+ ReceiveBufferSize: {
2117
+ kind: "property",
2118
+ type: () => {
2119
+ return System.Int32;
2120
+ },
2121
+ },
2122
+ ReceiveTimeout: {
2123
+ kind: "property",
2124
+ type: () => {
2125
+ return System.Int32;
2126
+ },
2127
+ },
2128
+ RemoteEndPoint: {
2129
+ kind: "property",
2130
+ type: () => {
2131
+ return Net.EndPoint;
2132
+ },
2133
+ isNullable: true,
2134
+ },
2135
+ SafeHandle: {
2136
+ kind: "property",
2137
+ type: () => {
2138
+ return Sockets.SafeSocketHandle;
2139
+ },
2140
+ },
2141
+ SendBufferSize: {
2142
+ kind: "property",
2143
+ type: () => {
2144
+ return System.Int32;
2145
+ },
2146
+ },
2147
+ SendTimeout: {
2148
+ kind: "property",
2149
+ type: () => {
2150
+ return System.Int32;
2151
+ },
2152
+ },
2153
+ SocketType: {
2154
+ kind: "property",
2155
+ type: () => {
2156
+ return Sockets.SocketType;
2157
+ },
2158
+ },
2159
+ SupportsIPv4: {
2160
+ kind: "property",
2161
+ type: () => {
2162
+ return System.Boolean;
2163
+ },
2164
+ isStatic: true,
2165
+ },
2166
+ SupportsIPv6: {
2167
+ kind: "property",
2168
+ type: () => {
2169
+ return System.Boolean;
2170
+ },
2171
+ isStatic: true,
2172
+ },
2173
+ Ttl: {
2174
+ kind: "property",
2175
+ type: () => {
2176
+ return System.Int16;
2177
+ },
2178
+ },
2179
+ },
2180
+ },
2181
+ SocketAsyncEventArgs: {
2182
+ kind: "class",
2183
+ members: {
2184
+ SocketAsyncEventArgs: {
2185
+ kind: "method",
2186
+ methodKind: "constructor",
2187
+ },
2188
+ Dispose: {
2189
+ kind: "method",
2190
+ methodKind: "ordinary",
2191
+ },
2192
+ Finalize: {
2193
+ kind: "method",
2194
+ methodKind: "ordinary",
2195
+ },
2196
+ OnCompleted: {
2197
+ kind: "method",
2198
+ methodKind: "ordinary",
2199
+ isVirtual: true,
2200
+ },
2201
+ SetBuffer: {
2202
+ kind: "method",
2203
+ methodKind: "ordinary",
2204
+ },
2205
+ AcceptSocket: {
2206
+ kind: "property",
2207
+ type: () => {
2208
+ return Sockets.Socket;
2209
+ },
2210
+ isNullable: true,
2211
+ },
2212
+ Buffer: {
2213
+ kind: "property",
2214
+ type: () => {
2215
+ return System.Array;
2216
+ },
2217
+ isNullable: true,
2218
+ },
2219
+ BufferList: {
2220
+ kind: "property",
2221
+ type: () => {
2222
+ return Generic.IList;
2223
+ },
2224
+ isNullable: true,
2225
+ },
2226
+ BytesTransferred: {
2227
+ kind: "property",
2228
+ type: () => {
2229
+ return System.Int32;
2230
+ },
2231
+ },
2232
+ ConnectByNameError: {
2233
+ kind: "property",
2234
+ type: () => {
2235
+ return System.Exception;
2236
+ },
2237
+ isNullable: true,
2238
+ },
2239
+ ConnectSocket: {
2240
+ kind: "property",
2241
+ type: () => {
2242
+ return Sockets.Socket;
2243
+ },
2244
+ isNullable: true,
2245
+ },
2246
+ Count: {
2247
+ kind: "property",
2248
+ type: () => {
2249
+ return System.Int32;
2250
+ },
2251
+ },
2252
+ DisconnectReuseSocket: {
2253
+ kind: "property",
2254
+ type: () => {
2255
+ return System.Boolean;
2256
+ },
2257
+ },
2258
+ LastOperation: {
2259
+ kind: "property",
2260
+ type: () => {
2261
+ return Sockets.SocketAsyncOperation;
2262
+ },
2263
+ },
2264
+ MemoryBuffer: {
2265
+ kind: "property",
2266
+ type: () => {
2267
+ return System.Memory;
2268
+ },
2269
+ },
2270
+ Offset: {
2271
+ kind: "property",
2272
+ type: () => {
2273
+ return System.Int32;
2274
+ },
2275
+ },
2276
+ ReceiveMessageFromPacketInfo: {
2277
+ kind: "property",
2278
+ type: () => {
2279
+ return Sockets.IPPacketInformation;
2280
+ },
2281
+ },
2282
+ RemoteEndPoint: {
2283
+ kind: "property",
2284
+ type: () => {
2285
+ return Net.EndPoint;
2286
+ },
2287
+ isNullable: true,
2288
+ },
2289
+ SendPacketsElements: {
2290
+ kind: "property",
2291
+ type: () => {
2292
+ return System.Array;
2293
+ },
2294
+ isNullable: true,
2295
+ },
2296
+ SendPacketsFlags: {
2297
+ kind: "property",
2298
+ type: () => {
2299
+ return Sockets.TransmitFileOptions;
2300
+ },
2301
+ },
2302
+ SendPacketsSendSize: {
2303
+ kind: "property",
2304
+ type: () => {
2305
+ return System.Int32;
2306
+ },
2307
+ },
2308
+ SocketError: {
2309
+ kind: "property",
2310
+ type: () => {
2311
+ return Sockets.SocketError;
2312
+ },
2313
+ },
2314
+ SocketFlags: {
2315
+ kind: "property",
2316
+ type: () => {
2317
+ return Sockets.SocketFlags;
2318
+ },
2319
+ },
2320
+ UserToken: {
2321
+ kind: "property",
2322
+ type: () => {
2323
+ return System.Object;
2324
+ },
2325
+ isNullable: true,
2326
+ },
2327
+ },
2328
+ },
2329
+ SocketAsyncOperation: {
2330
+ kind: "enum",
2331
+ members: {
2332
+ None: {
2333
+ kind: "field",
2334
+ type: () => {
2335
+ return Sockets.SocketAsyncOperation;
2336
+ },
2337
+ },
2338
+ Accept: {
2339
+ kind: "field",
2340
+ type: () => {
2341
+ return Sockets.SocketAsyncOperation;
2342
+ },
2343
+ },
2344
+ Connect: {
2345
+ kind: "field",
2346
+ type: () => {
2347
+ return Sockets.SocketAsyncOperation;
2348
+ },
2349
+ },
2350
+ Disconnect: {
2351
+ kind: "field",
2352
+ type: () => {
2353
+ return Sockets.SocketAsyncOperation;
2354
+ },
2355
+ },
2356
+ Receive: {
2357
+ kind: "field",
2358
+ type: () => {
2359
+ return Sockets.SocketAsyncOperation;
2360
+ },
2361
+ },
2362
+ ReceiveFrom: {
2363
+ kind: "field",
2364
+ type: () => {
2365
+ return Sockets.SocketAsyncOperation;
2366
+ },
2367
+ },
2368
+ ReceiveMessageFrom: {
2369
+ kind: "field",
2370
+ type: () => {
2371
+ return Sockets.SocketAsyncOperation;
2372
+ },
2373
+ },
2374
+ Send: {
2375
+ kind: "field",
2376
+ type: () => {
2377
+ return Sockets.SocketAsyncOperation;
2378
+ },
2379
+ },
2380
+ SendPackets: {
2381
+ kind: "field",
2382
+ type: () => {
2383
+ return Sockets.SocketAsyncOperation;
2384
+ },
2385
+ },
2386
+ SendTo: {
2387
+ kind: "field",
2388
+ type: () => {
2389
+ return Sockets.SocketAsyncOperation;
2390
+ },
2391
+ },
2392
+ },
2393
+ },
2394
+ SocketError: {
2395
+ kind: "enum",
2396
+ members: {
2397
+ SocketError: {
2398
+ kind: "field",
2399
+ type: () => {
2400
+ return Sockets.SocketError;
2401
+ },
2402
+ },
2403
+ Success: {
2404
+ kind: "field",
2405
+ type: () => {
2406
+ return Sockets.SocketError;
2407
+ },
2408
+ },
2409
+ OperationAborted: {
2410
+ kind: "field",
2411
+ type: () => {
2412
+ return Sockets.SocketError;
2413
+ },
2414
+ },
2415
+ IOPending: {
2416
+ kind: "field",
2417
+ type: () => {
2418
+ return Sockets.SocketError;
2419
+ },
2420
+ },
2421
+ Interrupted: {
2422
+ kind: "field",
2423
+ type: () => {
2424
+ return Sockets.SocketError;
2425
+ },
2426
+ },
2427
+ AccessDenied: {
2428
+ kind: "field",
2429
+ type: () => {
2430
+ return Sockets.SocketError;
2431
+ },
2432
+ },
2433
+ Fault: {
2434
+ kind: "field",
2435
+ type: () => {
2436
+ return Sockets.SocketError;
2437
+ },
2438
+ },
2439
+ InvalidArgument: {
2440
+ kind: "field",
2441
+ type: () => {
2442
+ return Sockets.SocketError;
2443
+ },
2444
+ },
2445
+ TooManyOpenSockets: {
2446
+ kind: "field",
2447
+ type: () => {
2448
+ return Sockets.SocketError;
2449
+ },
2450
+ },
2451
+ WouldBlock: {
2452
+ kind: "field",
2453
+ type: () => {
2454
+ return Sockets.SocketError;
2455
+ },
2456
+ },
2457
+ InProgress: {
2458
+ kind: "field",
2459
+ type: () => {
2460
+ return Sockets.SocketError;
2461
+ },
2462
+ },
2463
+ AlreadyInProgress: {
2464
+ kind: "field",
2465
+ type: () => {
2466
+ return Sockets.SocketError;
2467
+ },
2468
+ },
2469
+ NotSocket: {
2470
+ kind: "field",
2471
+ type: () => {
2472
+ return Sockets.SocketError;
2473
+ },
2474
+ },
2475
+ DestinationAddressRequired: {
2476
+ kind: "field",
2477
+ type: () => {
2478
+ return Sockets.SocketError;
2479
+ },
2480
+ },
2481
+ MessageSize: {
2482
+ kind: "field",
2483
+ type: () => {
2484
+ return Sockets.SocketError;
2485
+ },
2486
+ },
2487
+ ProtocolType: {
2488
+ kind: "field",
2489
+ type: () => {
2490
+ return Sockets.SocketError;
2491
+ },
2492
+ },
2493
+ ProtocolOption: {
2494
+ kind: "field",
2495
+ type: () => {
2496
+ return Sockets.SocketError;
2497
+ },
2498
+ },
2499
+ ProtocolNotSupported: {
2500
+ kind: "field",
2501
+ type: () => {
2502
+ return Sockets.SocketError;
2503
+ },
2504
+ },
2505
+ SocketNotSupported: {
2506
+ kind: "field",
2507
+ type: () => {
2508
+ return Sockets.SocketError;
2509
+ },
2510
+ },
2511
+ OperationNotSupported: {
2512
+ kind: "field",
2513
+ type: () => {
2514
+ return Sockets.SocketError;
2515
+ },
2516
+ },
2517
+ ProtocolFamilyNotSupported: {
2518
+ kind: "field",
2519
+ type: () => {
2520
+ return Sockets.SocketError;
2521
+ },
2522
+ },
2523
+ AddressFamilyNotSupported: {
2524
+ kind: "field",
2525
+ type: () => {
2526
+ return Sockets.SocketError;
2527
+ },
2528
+ },
2529
+ AddressAlreadyInUse: {
2530
+ kind: "field",
2531
+ type: () => {
2532
+ return Sockets.SocketError;
2533
+ },
2534
+ },
2535
+ AddressNotAvailable: {
2536
+ kind: "field",
2537
+ type: () => {
2538
+ return Sockets.SocketError;
2539
+ },
2540
+ },
2541
+ NetworkDown: {
2542
+ kind: "field",
2543
+ type: () => {
2544
+ return Sockets.SocketError;
2545
+ },
2546
+ },
2547
+ NetworkUnreachable: {
2548
+ kind: "field",
2549
+ type: () => {
2550
+ return Sockets.SocketError;
2551
+ },
2552
+ },
2553
+ NetworkReset: {
2554
+ kind: "field",
2555
+ type: () => {
2556
+ return Sockets.SocketError;
2557
+ },
2558
+ },
2559
+ ConnectionAborted: {
2560
+ kind: "field",
2561
+ type: () => {
2562
+ return Sockets.SocketError;
2563
+ },
2564
+ },
2565
+ ConnectionReset: {
2566
+ kind: "field",
2567
+ type: () => {
2568
+ return Sockets.SocketError;
2569
+ },
2570
+ },
2571
+ NoBufferSpaceAvailable: {
2572
+ kind: "field",
2573
+ type: () => {
2574
+ return Sockets.SocketError;
2575
+ },
2576
+ },
2577
+ IsConnected: {
2578
+ kind: "field",
2579
+ type: () => {
2580
+ return Sockets.SocketError;
2581
+ },
2582
+ },
2583
+ NotConnected: {
2584
+ kind: "field",
2585
+ type: () => {
2586
+ return Sockets.SocketError;
2587
+ },
2588
+ },
2589
+ Shutdown: {
2590
+ kind: "field",
2591
+ type: () => {
2592
+ return Sockets.SocketError;
2593
+ },
2594
+ },
2595
+ TimedOut: {
2596
+ kind: "field",
2597
+ type: () => {
2598
+ return Sockets.SocketError;
2599
+ },
2600
+ },
2601
+ ConnectionRefused: {
2602
+ kind: "field",
2603
+ type: () => {
2604
+ return Sockets.SocketError;
2605
+ },
2606
+ },
2607
+ HostDown: {
2608
+ kind: "field",
2609
+ type: () => {
2610
+ return Sockets.SocketError;
2611
+ },
2612
+ },
2613
+ HostUnreachable: {
2614
+ kind: "field",
2615
+ type: () => {
2616
+ return Sockets.SocketError;
2617
+ },
2618
+ },
2619
+ ProcessLimit: {
2620
+ kind: "field",
2621
+ type: () => {
2622
+ return Sockets.SocketError;
2623
+ },
2624
+ },
2625
+ SystemNotReady: {
2626
+ kind: "field",
2627
+ type: () => {
2628
+ return Sockets.SocketError;
2629
+ },
2630
+ },
2631
+ VersionNotSupported: {
2632
+ kind: "field",
2633
+ type: () => {
2634
+ return Sockets.SocketError;
2635
+ },
2636
+ },
2637
+ NotInitialized: {
2638
+ kind: "field",
2639
+ type: () => {
2640
+ return Sockets.SocketError;
2641
+ },
2642
+ },
2643
+ Disconnecting: {
2644
+ kind: "field",
2645
+ type: () => {
2646
+ return Sockets.SocketError;
2647
+ },
2648
+ },
2649
+ TypeNotFound: {
2650
+ kind: "field",
2651
+ type: () => {
2652
+ return Sockets.SocketError;
2653
+ },
2654
+ },
2655
+ HostNotFound: {
2656
+ kind: "field",
2657
+ type: () => {
2658
+ return Sockets.SocketError;
2659
+ },
2660
+ },
2661
+ TryAgain: {
2662
+ kind: "field",
2663
+ type: () => {
2664
+ return Sockets.SocketError;
2665
+ },
2666
+ },
2667
+ NoRecovery: {
2668
+ kind: "field",
2669
+ type: () => {
2670
+ return Sockets.SocketError;
2671
+ },
2672
+ },
2673
+ NoData: {
2674
+ kind: "field",
2675
+ type: () => {
2676
+ return Sockets.SocketError;
2677
+ },
2678
+ },
2679
+ },
2680
+ },
2681
+ SocketException: {
2682
+ kind: "class",
2683
+ members: {
2684
+ SocketException: {
2685
+ kind: "method",
2686
+ methodKind: "constructor",
2687
+ },
2688
+ ErrorCode: {
2689
+ kind: "property",
2690
+ type: () => {
2691
+ return System.Int32;
2692
+ },
2693
+ isOverride: true,
2694
+ },
2695
+ Message: {
2696
+ kind: "property",
2697
+ type: () => {
2698
+ return System.String;
2699
+ },
2700
+ isOverride: true,
2701
+ },
2702
+ SocketErrorCode: {
2703
+ kind: "property",
2704
+ type: () => {
2705
+ return Sockets.SocketError;
2706
+ },
2707
+ },
2708
+ },
2709
+ },
2710
+ SocketFlags: {
2711
+ kind: "enum",
2712
+ members: {
2713
+ None: {
2714
+ kind: "field",
2715
+ type: () => {
2716
+ return Sockets.SocketFlags;
2717
+ },
2718
+ },
2719
+ OutOfBand: {
2720
+ kind: "field",
2721
+ type: () => {
2722
+ return Sockets.SocketFlags;
2723
+ },
2724
+ },
2725
+ Peek: {
2726
+ kind: "field",
2727
+ type: () => {
2728
+ return Sockets.SocketFlags;
2729
+ },
2730
+ },
2731
+ DontRoute: {
2732
+ kind: "field",
2733
+ type: () => {
2734
+ return Sockets.SocketFlags;
2735
+ },
2736
+ },
2737
+ Truncated: {
2738
+ kind: "field",
2739
+ type: () => {
2740
+ return Sockets.SocketFlags;
2741
+ },
2742
+ },
2743
+ ControlDataTruncated: {
2744
+ kind: "field",
2745
+ type: () => {
2746
+ return Sockets.SocketFlags;
2747
+ },
2748
+ },
2749
+ Broadcast: {
2750
+ kind: "field",
2751
+ type: () => {
2752
+ return Sockets.SocketFlags;
2753
+ },
2754
+ },
2755
+ Multicast: {
2756
+ kind: "field",
2757
+ type: () => {
2758
+ return Sockets.SocketFlags;
2759
+ },
2760
+ },
2761
+ Partial: {
2762
+ kind: "field",
2763
+ type: () => {
2764
+ return Sockets.SocketFlags;
2765
+ },
2766
+ },
2767
+ },
2768
+ },
2769
+ SocketInformation: {
2770
+ kind: "struct",
2771
+ members: {
2772
+ Options: {
2773
+ kind: "property",
2774
+ type: () => {
2775
+ return Sockets.SocketInformationOptions;
2776
+ },
2777
+ isReadOnly: true,
2778
+ },
2779
+ ProtocolInformation: {
2780
+ kind: "property",
2781
+ type: () => {
2782
+ return System.Array;
2783
+ },
2784
+ isReadOnly: true,
2785
+ },
2786
+ },
2787
+ },
2788
+ SocketInformationOptions: {
2789
+ kind: "enum",
2790
+ members: {
2791
+ NonBlocking: {
2792
+ kind: "field",
2793
+ type: () => {
2794
+ return Sockets.SocketInformationOptions;
2795
+ },
2796
+ },
2797
+ Connected: {
2798
+ kind: "field",
2799
+ type: () => {
2800
+ return Sockets.SocketInformationOptions;
2801
+ },
2802
+ },
2803
+ Listening: {
2804
+ kind: "field",
2805
+ type: () => {
2806
+ return Sockets.SocketInformationOptions;
2807
+ },
2808
+ },
2809
+ },
2810
+ },
2811
+ SocketOptionLevel: {
2812
+ kind: "enum",
2813
+ members: {
2814
+ IP: {
2815
+ kind: "field",
2816
+ type: () => {
2817
+ return Sockets.SocketOptionLevel;
2818
+ },
2819
+ },
2820
+ Tcp: {
2821
+ kind: "field",
2822
+ type: () => {
2823
+ return Sockets.SocketOptionLevel;
2824
+ },
2825
+ },
2826
+ Udp: {
2827
+ kind: "field",
2828
+ type: () => {
2829
+ return Sockets.SocketOptionLevel;
2830
+ },
2831
+ },
2832
+ IPv6: {
2833
+ kind: "field",
2834
+ type: () => {
2835
+ return Sockets.SocketOptionLevel;
2836
+ },
2837
+ },
2838
+ Socket: {
2839
+ kind: "field",
2840
+ type: () => {
2841
+ return Sockets.SocketOptionLevel;
2842
+ },
2843
+ },
2844
+ },
2845
+ },
2846
+ SocketOptionName: {
2847
+ kind: "enum",
2848
+ members: {
2849
+ DontLinger: {
2850
+ kind: "field",
2851
+ type: () => {
2852
+ return Sockets.SocketOptionName;
2853
+ },
2854
+ },
2855
+ ExclusiveAddressUse: {
2856
+ kind: "field",
2857
+ type: () => {
2858
+ return Sockets.SocketOptionName;
2859
+ },
2860
+ },
2861
+ Debug: {
2862
+ kind: "field",
2863
+ type: () => {
2864
+ return Sockets.SocketOptionName;
2865
+ },
2866
+ },
2867
+ IPOptions: {
2868
+ kind: "field",
2869
+ type: () => {
2870
+ return Sockets.SocketOptionName;
2871
+ },
2872
+ },
2873
+ NoChecksum: {
2874
+ kind: "field",
2875
+ type: () => {
2876
+ return Sockets.SocketOptionName;
2877
+ },
2878
+ },
2879
+ NoDelay: {
2880
+ kind: "field",
2881
+ type: () => {
2882
+ return Sockets.SocketOptionName;
2883
+ },
2884
+ },
2885
+ AcceptConnection: {
2886
+ kind: "field",
2887
+ type: () => {
2888
+ return Sockets.SocketOptionName;
2889
+ },
2890
+ },
2891
+ BsdUrgent: {
2892
+ kind: "field",
2893
+ type: () => {
2894
+ return Sockets.SocketOptionName;
2895
+ },
2896
+ },
2897
+ Expedited: {
2898
+ kind: "field",
2899
+ type: () => {
2900
+ return Sockets.SocketOptionName;
2901
+ },
2902
+ },
2903
+ HeaderIncluded: {
2904
+ kind: "field",
2905
+ type: () => {
2906
+ return Sockets.SocketOptionName;
2907
+ },
2908
+ },
2909
+ TcpKeepAliveTime: {
2910
+ kind: "field",
2911
+ type: () => {
2912
+ return Sockets.SocketOptionName;
2913
+ },
2914
+ },
2915
+ TypeOfService: {
2916
+ kind: "field",
2917
+ type: () => {
2918
+ return Sockets.SocketOptionName;
2919
+ },
2920
+ },
2921
+ IpTimeToLive: {
2922
+ kind: "field",
2923
+ type: () => {
2924
+ return Sockets.SocketOptionName;
2925
+ },
2926
+ },
2927
+ ReuseAddress: {
2928
+ kind: "field",
2929
+ type: () => {
2930
+ return Sockets.SocketOptionName;
2931
+ },
2932
+ },
2933
+ KeepAlive: {
2934
+ kind: "field",
2935
+ type: () => {
2936
+ return Sockets.SocketOptionName;
2937
+ },
2938
+ },
2939
+ MulticastInterface: {
2940
+ kind: "field",
2941
+ type: () => {
2942
+ return Sockets.SocketOptionName;
2943
+ },
2944
+ },
2945
+ MulticastTimeToLive: {
2946
+ kind: "field",
2947
+ type: () => {
2948
+ return Sockets.SocketOptionName;
2949
+ },
2950
+ },
2951
+ MulticastLoopback: {
2952
+ kind: "field",
2953
+ type: () => {
2954
+ return Sockets.SocketOptionName;
2955
+ },
2956
+ },
2957
+ AddMembership: {
2958
+ kind: "field",
2959
+ type: () => {
2960
+ return Sockets.SocketOptionName;
2961
+ },
2962
+ },
2963
+ DropMembership: {
2964
+ kind: "field",
2965
+ type: () => {
2966
+ return Sockets.SocketOptionName;
2967
+ },
2968
+ },
2969
+ DontFragment: {
2970
+ kind: "field",
2971
+ type: () => {
2972
+ return Sockets.SocketOptionName;
2973
+ },
2974
+ },
2975
+ AddSourceMembership: {
2976
+ kind: "field",
2977
+ type: () => {
2978
+ return Sockets.SocketOptionName;
2979
+ },
2980
+ },
2981
+ FastOpen: {
2982
+ kind: "field",
2983
+ type: () => {
2984
+ return Sockets.SocketOptionName;
2985
+ },
2986
+ },
2987
+ DontRoute: {
2988
+ kind: "field",
2989
+ type: () => {
2990
+ return Sockets.SocketOptionName;
2991
+ },
2992
+ },
2993
+ DropSourceMembership: {
2994
+ kind: "field",
2995
+ type: () => {
2996
+ return Sockets.SocketOptionName;
2997
+ },
2998
+ },
2999
+ TcpKeepAliveRetryCount: {
3000
+ kind: "field",
3001
+ type: () => {
3002
+ return Sockets.SocketOptionName;
3003
+ },
3004
+ },
3005
+ BlockSource: {
3006
+ kind: "field",
3007
+ type: () => {
3008
+ return Sockets.SocketOptionName;
3009
+ },
3010
+ },
3011
+ TcpKeepAliveInterval: {
3012
+ kind: "field",
3013
+ type: () => {
3014
+ return Sockets.SocketOptionName;
3015
+ },
3016
+ },
3017
+ UnblockSource: {
3018
+ kind: "field",
3019
+ type: () => {
3020
+ return Sockets.SocketOptionName;
3021
+ },
3022
+ },
3023
+ PacketInformation: {
3024
+ kind: "field",
3025
+ type: () => {
3026
+ return Sockets.SocketOptionName;
3027
+ },
3028
+ },
3029
+ ChecksumCoverage: {
3030
+ kind: "field",
3031
+ type: () => {
3032
+ return Sockets.SocketOptionName;
3033
+ },
3034
+ },
3035
+ HopLimit: {
3036
+ kind: "field",
3037
+ type: () => {
3038
+ return Sockets.SocketOptionName;
3039
+ },
3040
+ },
3041
+ IPProtectionLevel: {
3042
+ kind: "field",
3043
+ type: () => {
3044
+ return Sockets.SocketOptionName;
3045
+ },
3046
+ },
3047
+ IPv6Only: {
3048
+ kind: "field",
3049
+ type: () => {
3050
+ return Sockets.SocketOptionName;
3051
+ },
3052
+ },
3053
+ Broadcast: {
3054
+ kind: "field",
3055
+ type: () => {
3056
+ return Sockets.SocketOptionName;
3057
+ },
3058
+ },
3059
+ UseLoopback: {
3060
+ kind: "field",
3061
+ type: () => {
3062
+ return Sockets.SocketOptionName;
3063
+ },
3064
+ },
3065
+ Linger: {
3066
+ kind: "field",
3067
+ type: () => {
3068
+ return Sockets.SocketOptionName;
3069
+ },
3070
+ },
3071
+ OutOfBandInline: {
3072
+ kind: "field",
3073
+ type: () => {
3074
+ return Sockets.SocketOptionName;
3075
+ },
3076
+ },
3077
+ SendBuffer: {
3078
+ kind: "field",
3079
+ type: () => {
3080
+ return Sockets.SocketOptionName;
3081
+ },
3082
+ },
3083
+ ReceiveBuffer: {
3084
+ kind: "field",
3085
+ type: () => {
3086
+ return Sockets.SocketOptionName;
3087
+ },
3088
+ },
3089
+ SendLowWater: {
3090
+ kind: "field",
3091
+ type: () => {
3092
+ return Sockets.SocketOptionName;
3093
+ },
3094
+ },
3095
+ ReceiveLowWater: {
3096
+ kind: "field",
3097
+ type: () => {
3098
+ return Sockets.SocketOptionName;
3099
+ },
3100
+ },
3101
+ SendTimeout: {
3102
+ kind: "field",
3103
+ type: () => {
3104
+ return Sockets.SocketOptionName;
3105
+ },
3106
+ },
3107
+ ReceiveTimeout: {
3108
+ kind: "field",
3109
+ type: () => {
3110
+ return Sockets.SocketOptionName;
3111
+ },
3112
+ },
3113
+ Error: {
3114
+ kind: "field",
3115
+ type: () => {
3116
+ return Sockets.SocketOptionName;
3117
+ },
3118
+ },
3119
+ Type: {
3120
+ kind: "field",
3121
+ type: () => {
3122
+ return Sockets.SocketOptionName;
3123
+ },
3124
+ },
3125
+ ReuseUnicastPort: {
3126
+ kind: "field",
3127
+ type: () => {
3128
+ return Sockets.SocketOptionName;
3129
+ },
3130
+ },
3131
+ UpdateAcceptContext: {
3132
+ kind: "field",
3133
+ type: () => {
3134
+ return Sockets.SocketOptionName;
3135
+ },
3136
+ },
3137
+ UpdateConnectContext: {
3138
+ kind: "field",
3139
+ type: () => {
3140
+ return Sockets.SocketOptionName;
3141
+ },
3142
+ },
3143
+ MaxConnections: {
3144
+ kind: "field",
3145
+ type: () => {
3146
+ return Sockets.SocketOptionName;
3147
+ },
3148
+ },
3149
+ },
3150
+ },
3151
+ SocketReceiveFromResult: {
3152
+ kind: "struct",
3153
+ members: {
3154
+ ReceivedBytes: {
3155
+ kind: "field",
3156
+ type: () => {
3157
+ return System.Int32;
3158
+ },
3159
+ },
3160
+ RemoteEndPoint: {
3161
+ kind: "field",
3162
+ type: () => {
3163
+ return Net.EndPoint;
3164
+ },
3165
+ },
3166
+ },
3167
+ },
3168
+ SocketReceiveMessageFromResult: {
3169
+ kind: "struct",
3170
+ members: {
3171
+ PacketInformation: {
3172
+ kind: "field",
3173
+ type: () => {
3174
+ return Sockets.IPPacketInformation;
3175
+ },
3176
+ },
3177
+ ReceivedBytes: {
3178
+ kind: "field",
3179
+ type: () => {
3180
+ return System.Int32;
3181
+ },
3182
+ },
3183
+ RemoteEndPoint: {
3184
+ kind: "field",
3185
+ type: () => {
3186
+ return Net.EndPoint;
3187
+ },
3188
+ },
3189
+ SocketFlags: {
3190
+ kind: "field",
3191
+ type: () => {
3192
+ return Sockets.SocketFlags;
3193
+ },
3194
+ },
3195
+ },
3196
+ },
3197
+ SocketShutdown: {
3198
+ kind: "enum",
3199
+ members: {
3200
+ Receive: {
3201
+ kind: "field",
3202
+ type: () => {
3203
+ return Sockets.SocketShutdown;
3204
+ },
3205
+ },
3206
+ Send: {
3207
+ kind: "field",
3208
+ type: () => {
3209
+ return Sockets.SocketShutdown;
3210
+ },
3211
+ },
3212
+ Both: {
3213
+ kind: "field",
3214
+ type: () => {
3215
+ return Sockets.SocketShutdown;
3216
+ },
3217
+ },
3218
+ },
3219
+ },
3220
+ SocketType: {
3221
+ kind: "enum",
3222
+ members: {
3223
+ Unknown: {
3224
+ kind: "field",
3225
+ type: () => {
3226
+ return Sockets.SocketType;
3227
+ },
3228
+ },
3229
+ Stream: {
3230
+ kind: "field",
3231
+ type: () => {
3232
+ return Sockets.SocketType;
3233
+ },
3234
+ },
3235
+ Dgram: {
3236
+ kind: "field",
3237
+ type: () => {
3238
+ return Sockets.SocketType;
3239
+ },
3240
+ },
3241
+ Raw: {
3242
+ kind: "field",
3243
+ type: () => {
3244
+ return Sockets.SocketType;
3245
+ },
3246
+ },
3247
+ Rdm: {
3248
+ kind: "field",
3249
+ type: () => {
3250
+ return Sockets.SocketType;
3251
+ },
3252
+ },
3253
+ Seqpacket: {
3254
+ kind: "field",
3255
+ type: () => {
3256
+ return Sockets.SocketType;
3257
+ },
3258
+ },
3259
+ },
3260
+ },
3261
+ TcpClient: {
3262
+ kind: "class",
3263
+ members: {
3264
+ TcpClient: {
3265
+ kind: "method",
3266
+ methodKind: "constructor",
3267
+ },
3268
+ BeginConnect: {
3269
+ kind: "method",
3270
+ methodKind: "ordinary",
3271
+ },
3272
+ Close: {
3273
+ kind: "method",
3274
+ methodKind: "ordinary",
3275
+ },
3276
+ Connect: {
3277
+ kind: "method",
3278
+ methodKind: "ordinary",
3279
+ },
3280
+ ConnectAsync: {
3281
+ kind: "method",
3282
+ methodKind: "ordinary",
3283
+ },
3284
+ Dispose: {
3285
+ kind: "method",
3286
+ methodKind: "ordinary",
3287
+ },
3288
+ EndConnect: {
3289
+ kind: "method",
3290
+ methodKind: "ordinary",
3291
+ },
3292
+ Finalize: {
3293
+ kind: "method",
3294
+ methodKind: "ordinary",
3295
+ },
3296
+ GetStream: {
3297
+ kind: "method",
3298
+ methodKind: "ordinary",
3299
+ },
3300
+ Active: {
3301
+ kind: "property",
3302
+ type: () => {
3303
+ return System.Boolean;
3304
+ },
3305
+ },
3306
+ Available: {
3307
+ kind: "property",
3308
+ type: () => {
3309
+ return System.Int32;
3310
+ },
3311
+ },
3312
+ Client: {
3313
+ kind: "property",
3314
+ type: () => {
3315
+ return Sockets.Socket;
3316
+ },
3317
+ },
3318
+ Connected: {
3319
+ kind: "property",
3320
+ type: () => {
3321
+ return System.Boolean;
3322
+ },
3323
+ },
3324
+ ExclusiveAddressUse: {
3325
+ kind: "property",
3326
+ type: () => {
3327
+ return System.Boolean;
3328
+ },
3329
+ },
3330
+ LingerState: {
3331
+ kind: "property",
3332
+ type: () => {
3333
+ return Sockets.LingerOption;
3334
+ },
3335
+ isNullable: true,
3336
+ },
3337
+ NoDelay: {
3338
+ kind: "property",
3339
+ type: () => {
3340
+ return System.Boolean;
3341
+ },
3342
+ },
3343
+ ReceiveBufferSize: {
3344
+ kind: "property",
3345
+ type: () => {
3346
+ return System.Int32;
3347
+ },
3348
+ },
3349
+ ReceiveTimeout: {
3350
+ kind: "property",
3351
+ type: () => {
3352
+ return System.Int32;
3353
+ },
3354
+ },
3355
+ SendBufferSize: {
3356
+ kind: "property",
3357
+ type: () => {
3358
+ return System.Int32;
3359
+ },
3360
+ },
3361
+ SendTimeout: {
3362
+ kind: "property",
3363
+ type: () => {
3364
+ return System.Int32;
3365
+ },
3366
+ },
3367
+ },
3368
+ },
3369
+ TcpListener: {
3370
+ kind: "class",
3371
+ members: {
3372
+ TcpListener: {
3373
+ kind: "method",
3374
+ methodKind: "constructor",
3375
+ },
3376
+ AcceptSocket: {
3377
+ kind: "method",
3378
+ methodKind: "ordinary",
3379
+ },
3380
+ AcceptSocketAsync: {
3381
+ kind: "method",
3382
+ methodKind: "ordinary",
3383
+ },
3384
+ AcceptTcpClient: {
3385
+ kind: "method",
3386
+ methodKind: "ordinary",
3387
+ },
3388
+ AcceptTcpClientAsync: {
3389
+ kind: "method",
3390
+ methodKind: "ordinary",
3391
+ },
3392
+ AllowNatTraversal: {
3393
+ kind: "method",
3394
+ methodKind: "ordinary",
3395
+ },
3396
+ BeginAcceptSocket: {
3397
+ kind: "method",
3398
+ methodKind: "ordinary",
3399
+ },
3400
+ BeginAcceptTcpClient: {
3401
+ kind: "method",
3402
+ methodKind: "ordinary",
3403
+ },
3404
+ Create: {
3405
+ kind: "method",
3406
+ methodKind: "ordinary",
3407
+ isStatic: true,
3408
+ },
3409
+ Dispose: {
3410
+ kind: "method",
3411
+ methodKind: "ordinary",
3412
+ },
3413
+ EndAcceptSocket: {
3414
+ kind: "method",
3415
+ methodKind: "ordinary",
3416
+ },
3417
+ EndAcceptTcpClient: {
3418
+ kind: "method",
3419
+ methodKind: "ordinary",
3420
+ },
3421
+ Pending: {
3422
+ kind: "method",
3423
+ methodKind: "ordinary",
3424
+ },
3425
+ Start: {
3426
+ kind: "method",
3427
+ methodKind: "ordinary",
3428
+ },
3429
+ Stop: {
3430
+ kind: "method",
3431
+ methodKind: "ordinary",
3432
+ },
3433
+ Active: {
3434
+ kind: "property",
3435
+ type: () => {
3436
+ return System.Boolean;
3437
+ },
3438
+ },
3439
+ ExclusiveAddressUse: {
3440
+ kind: "property",
3441
+ type: () => {
3442
+ return System.Boolean;
3443
+ },
3444
+ },
3445
+ LocalEndpoint: {
3446
+ kind: "property",
3447
+ type: () => {
3448
+ return Net.EndPoint;
3449
+ },
3450
+ },
3451
+ Server: {
3452
+ kind: "property",
3453
+ type: () => {
3454
+ return Sockets.Socket;
3455
+ },
3456
+ },
3457
+ },
3458
+ },
3459
+ TransmitFileOptions: {
3460
+ kind: "enum",
3461
+ members: {
3462
+ UseDefaultWorkerThread: {
3463
+ kind: "field",
3464
+ type: () => {
3465
+ return Sockets.TransmitFileOptions;
3466
+ },
3467
+ },
3468
+ Disconnect: {
3469
+ kind: "field",
3470
+ type: () => {
3471
+ return Sockets.TransmitFileOptions;
3472
+ },
3473
+ },
3474
+ ReuseSocket: {
3475
+ kind: "field",
3476
+ type: () => {
3477
+ return Sockets.TransmitFileOptions;
3478
+ },
3479
+ },
3480
+ WriteBehind: {
3481
+ kind: "field",
3482
+ type: () => {
3483
+ return Sockets.TransmitFileOptions;
3484
+ },
3485
+ },
3486
+ UseSystemThread: {
3487
+ kind: "field",
3488
+ type: () => {
3489
+ return Sockets.TransmitFileOptions;
3490
+ },
3491
+ },
3492
+ UseKernelApc: {
3493
+ kind: "field",
3494
+ type: () => {
3495
+ return Sockets.TransmitFileOptions;
3496
+ },
3497
+ },
3498
+ },
3499
+ },
3500
+ UdpClient: {
3501
+ kind: "class",
3502
+ members: {
3503
+ UdpClient: {
3504
+ kind: "method",
3505
+ methodKind: "constructor",
3506
+ },
3507
+ AllowNatTraversal: {
3508
+ kind: "method",
3509
+ methodKind: "ordinary",
3510
+ },
3511
+ BeginReceive: {
3512
+ kind: "method",
3513
+ methodKind: "ordinary",
3514
+ },
3515
+ BeginSend: {
3516
+ kind: "method",
3517
+ methodKind: "ordinary",
3518
+ },
3519
+ Close: {
3520
+ kind: "method",
3521
+ methodKind: "ordinary",
3522
+ },
3523
+ Connect: {
3524
+ kind: "method",
3525
+ methodKind: "ordinary",
3526
+ },
3527
+ Dispose: {
3528
+ kind: "method",
3529
+ methodKind: "ordinary",
3530
+ },
3531
+ DropMulticastGroup: {
3532
+ kind: "method",
3533
+ methodKind: "ordinary",
3534
+ },
3535
+ EndReceive: {
3536
+ kind: "method",
3537
+ methodKind: "ordinary",
3538
+ },
3539
+ EndSend: {
3540
+ kind: "method",
3541
+ methodKind: "ordinary",
3542
+ },
3543
+ JoinMulticastGroup: {
3544
+ kind: "method",
3545
+ methodKind: "ordinary",
3546
+ },
3547
+ Receive: {
3548
+ kind: "method",
3549
+ methodKind: "ordinary",
3550
+ },
3551
+ ReceiveAsync: {
3552
+ kind: "method",
3553
+ methodKind: "ordinary",
3554
+ },
3555
+ Send: {
3556
+ kind: "method",
3557
+ methodKind: "ordinary",
3558
+ },
3559
+ SendAsync: {
3560
+ kind: "method",
3561
+ methodKind: "ordinary",
3562
+ },
3563
+ Active: {
3564
+ kind: "property",
3565
+ type: () => {
3566
+ return System.Boolean;
3567
+ },
3568
+ },
3569
+ Available: {
3570
+ kind: "property",
3571
+ type: () => {
3572
+ return System.Int32;
3573
+ },
3574
+ },
3575
+ Client: {
3576
+ kind: "property",
3577
+ type: () => {
3578
+ return Sockets.Socket;
3579
+ },
3580
+ },
3581
+ DontFragment: {
3582
+ kind: "property",
3583
+ type: () => {
3584
+ return System.Boolean;
3585
+ },
3586
+ },
3587
+ EnableBroadcast: {
3588
+ kind: "property",
3589
+ type: () => {
3590
+ return System.Boolean;
3591
+ },
3592
+ },
3593
+ ExclusiveAddressUse: {
3594
+ kind: "property",
3595
+ type: () => {
3596
+ return System.Boolean;
3597
+ },
3598
+ },
3599
+ MulticastLoopback: {
3600
+ kind: "property",
3601
+ type: () => {
3602
+ return System.Boolean;
3603
+ },
3604
+ },
3605
+ Ttl: {
3606
+ kind: "property",
3607
+ type: () => {
3608
+ return System.Int16;
3609
+ },
3610
+ },
3611
+ },
3612
+ },
3613
+ UdpReceiveResult: {
3614
+ kind: "struct",
3615
+ members: {
3616
+ UdpReceiveResult: {
3617
+ kind: "method",
3618
+ methodKind: "constructor",
3619
+ },
3620
+ Equals: {
3621
+ kind: "method",
3622
+ methodKind: "ordinary",
3623
+ },
3624
+ GetHashCode: {
3625
+ kind: "method",
3626
+ methodKind: "ordinary",
3627
+ isOverride: true,
3628
+ },
3629
+ Buffer: {
3630
+ kind: "property",
3631
+ type: () => {
3632
+ return System.Array;
3633
+ },
3634
+ },
3635
+ RemoteEndPoint: {
3636
+ kind: "property",
3637
+ type: () => {
3638
+ return Net.IPEndPoint;
3639
+ },
3640
+ },
3641
+ },
3642
+ },
3643
+ UnixDomainSocketEndPoint: {
3644
+ kind: "class",
3645
+ members: {
3646
+ UnixDomainSocketEndPoint: {
3647
+ kind: "method",
3648
+ methodKind: "constructor",
3649
+ },
3650
+ Create: {
3651
+ kind: "method",
3652
+ methodKind: "ordinary",
3653
+ isOverride: true,
3654
+ },
3655
+ Equals: {
3656
+ kind: "method",
3657
+ methodKind: "ordinary",
3658
+ isOverride: true,
3659
+ },
3660
+ GetHashCode: {
3661
+ kind: "method",
3662
+ methodKind: "ordinary",
3663
+ isOverride: true,
3664
+ },
3665
+ Serialize: {
3666
+ kind: "method",
3667
+ methodKind: "ordinary",
3668
+ isOverride: true,
3669
+ },
3670
+ ToString: {
3671
+ kind: "method",
3672
+ methodKind: "ordinary",
3673
+ isOverride: true,
3674
+ },
3675
+ AddressFamily: {
3676
+ kind: "property",
3677
+ type: () => {
3678
+ return Sockets.AddressFamily;
3679
+ },
3680
+ isOverride: true,
3681
+ },
3682
+ },
3683
+ isSealed: true,
3684
+ },
3685
+ });
3686
+ export default Sockets