@alloy-js/csharp 0.23.0-dev.4 → 0.23.0-dev.5

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