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

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 (492) 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 +60 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +416 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +68 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +419 -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/src/components/namespace/namespace.d.ts.map +1 -1
  476. package/dist/src/components/namespace/namespace.js +11 -13
  477. package/dist/src/components/namespace/namespace.js.map +1 -1
  478. package/dist/src/components/namespace/namespace.test.js +61 -2
  479. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  480. package/dist/src/components/namespace-scopes.d.ts +16 -0
  481. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  482. package/dist/src/components/namespace-scopes.js +8 -1
  483. package/dist/src/components/namespace-scopes.js.map +1 -1
  484. package/dist/src/components/namespace.ref.test.js +41 -0
  485. package/dist/src/components/namespace.ref.test.js.map +1 -1
  486. package/dist/tsconfig.tsbuildinfo +1 -1
  487. package/package.json +13 -6
  488. package/src/components/namespace/namespace.test.tsx +42 -1
  489. package/src/components/namespace/namespace.tsx +16 -8
  490. package/src/components/namespace-scopes.tsx +25 -1
  491. package/src/components/namespace.ref.test.tsx +29 -0
  492. package/vitest.config.ts +8 -0
@@ -0,0 +1,1458 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import Diagnostics from "../../Diagnostics/index.js";
3
+ import Metrics from "../../Diagnostics/Metrics/index.js";
4
+ import System from "../../index.js";
5
+ import IO from "../../IO/index.js";
6
+ import Headers from "./Headers/index.js";
7
+ import Net from "../index.js";
8
+ import Security from "../Security/index.js";
9
+ import Authentication from "../../Security/Authentication/index.js";
10
+ import X509Certificates from "../../Security/Cryptography/X509Certificates/index.js";
11
+ import { createLibrary } from "#createLibrary";
12
+ export { default as Headers } from "./Headers/index.js";
13
+ export { default as Json } from "./Json/index.js";
14
+ export { default as Metrics } from "./Metrics/index.js";
15
+ const Http = createLibrary("System.Net.Http", {
16
+ ByteArrayContent: {
17
+ kind: "class",
18
+ members: {
19
+ ByteArrayContent: {
20
+ kind: "method",
21
+ methodKind: "constructor"
22
+ },
23
+ CreateContentReadStream: {
24
+ kind: "method",
25
+ methodKind: "ordinary",
26
+ isOverride: true
27
+ },
28
+ CreateContentReadStreamAsync: {
29
+ kind: "method",
30
+ methodKind: "ordinary",
31
+ isOverride: true
32
+ },
33
+ SerializeToStream: {
34
+ kind: "method",
35
+ methodKind: "ordinary",
36
+ isOverride: true
37
+ },
38
+ SerializeToStreamAsync: {
39
+ kind: "method",
40
+ methodKind: "ordinary",
41
+ isOverride: true
42
+ },
43
+ TryComputeLength: {
44
+ kind: "method",
45
+ methodKind: "ordinary",
46
+ isOverride: true
47
+ }
48
+ }
49
+ },
50
+ ClientCertificateOption: {
51
+ kind: "enum",
52
+ members: {
53
+ Manual: {
54
+ kind: "field",
55
+ type: () => {
56
+ return Http.ClientCertificateOption;
57
+ }
58
+ },
59
+ Automatic: {
60
+ kind: "field",
61
+ type: () => {
62
+ return Http.ClientCertificateOption;
63
+ }
64
+ }
65
+ }
66
+ },
67
+ DelegatingHandler: {
68
+ kind: "class",
69
+ members: {
70
+ DelegatingHandler: {
71
+ kind: "method",
72
+ methodKind: "constructor"
73
+ },
74
+ Dispose: {
75
+ kind: "method",
76
+ methodKind: "ordinary",
77
+ isOverride: true
78
+ },
79
+ Send: {
80
+ kind: "method",
81
+ methodKind: "ordinary",
82
+ isOverride: true
83
+ },
84
+ SendAsync: {
85
+ kind: "method",
86
+ methodKind: "ordinary",
87
+ isOverride: true
88
+ },
89
+ InnerHandler: {
90
+ kind: "property",
91
+ type: () => {
92
+ return Http.HttpMessageHandler;
93
+ },
94
+ isNullable: true
95
+ }
96
+ },
97
+ isAbstract: true
98
+ },
99
+ FormUrlEncodedContent: {
100
+ kind: "class",
101
+ members: {
102
+ FormUrlEncodedContent: {
103
+ kind: "method",
104
+ methodKind: "constructor"
105
+ },
106
+ SerializeToStreamAsync: {
107
+ kind: "method",
108
+ methodKind: "ordinary",
109
+ isOverride: true
110
+ }
111
+ }
112
+ },
113
+ HeaderEncodingSelector: {
114
+ kind: "generic",
115
+ members: {
116
+ HeaderEncodingSelector: {
117
+ kind: "method",
118
+ methodKind: "constructor"
119
+ },
120
+ Invoke: {
121
+ kind: "method",
122
+ methodKind: "ordinary",
123
+ isVirtual: true
124
+ },
125
+ BeginInvoke: {
126
+ kind: "method",
127
+ methodKind: "ordinary",
128
+ isVirtual: true
129
+ },
130
+ EndInvoke: {
131
+ kind: "method",
132
+ methodKind: "ordinary",
133
+ isVirtual: true
134
+ }
135
+ }
136
+ },
137
+ HttpClient: {
138
+ kind: "class",
139
+ members: {
140
+ HttpClient: {
141
+ kind: "method",
142
+ methodKind: "constructor"
143
+ },
144
+ CancelPendingRequests: {
145
+ kind: "method",
146
+ methodKind: "ordinary"
147
+ },
148
+ DeleteAsync: {
149
+ kind: "method",
150
+ methodKind: "ordinary"
151
+ },
152
+ Dispose: {
153
+ kind: "method",
154
+ methodKind: "ordinary",
155
+ isOverride: true
156
+ },
157
+ GetAsync: {
158
+ kind: "method",
159
+ methodKind: "ordinary"
160
+ },
161
+ GetByteArrayAsync: {
162
+ kind: "method",
163
+ methodKind: "ordinary"
164
+ },
165
+ GetStreamAsync: {
166
+ kind: "method",
167
+ methodKind: "ordinary"
168
+ },
169
+ GetStringAsync: {
170
+ kind: "method",
171
+ methodKind: "ordinary"
172
+ },
173
+ PatchAsync: {
174
+ kind: "method",
175
+ methodKind: "ordinary"
176
+ },
177
+ PostAsync: {
178
+ kind: "method",
179
+ methodKind: "ordinary"
180
+ },
181
+ PutAsync: {
182
+ kind: "method",
183
+ methodKind: "ordinary"
184
+ },
185
+ Send: {
186
+ kind: "method",
187
+ methodKind: "ordinary"
188
+ },
189
+ SendAsync: {
190
+ kind: "method",
191
+ methodKind: "ordinary"
192
+ },
193
+ BaseAddress: {
194
+ kind: "property",
195
+ type: () => {
196
+ return System.Uri;
197
+ },
198
+ isNullable: true
199
+ },
200
+ DefaultProxy: {
201
+ kind: "property",
202
+ type: () => {
203
+ return Net.IWebProxy;
204
+ },
205
+ isStatic: true
206
+ },
207
+ DefaultRequestHeaders: {
208
+ kind: "property",
209
+ type: () => {
210
+ return Headers.HttpRequestHeaders;
211
+ }
212
+ },
213
+ DefaultRequestVersion: {
214
+ kind: "property",
215
+ type: () => {
216
+ return System.Version;
217
+ }
218
+ },
219
+ DefaultVersionPolicy: {
220
+ kind: "property",
221
+ type: () => {
222
+ return Http.HttpVersionPolicy;
223
+ }
224
+ },
225
+ MaxResponseContentBufferSize: {
226
+ kind: "property",
227
+ type: () => {
228
+ return System.Int64;
229
+ }
230
+ },
231
+ Timeout: {
232
+ kind: "property",
233
+ type: () => {
234
+ return System.TimeSpan;
235
+ }
236
+ }
237
+ }
238
+ },
239
+ HttpClientHandler: {
240
+ kind: "class",
241
+ members: {
242
+ HttpClientHandler: {
243
+ kind: "method",
244
+ methodKind: "constructor"
245
+ },
246
+ Dispose: {
247
+ kind: "method",
248
+ methodKind: "ordinary",
249
+ isOverride: true
250
+ },
251
+ Send: {
252
+ kind: "method",
253
+ methodKind: "ordinary",
254
+ isOverride: true
255
+ },
256
+ SendAsync: {
257
+ kind: "method",
258
+ methodKind: "ordinary",
259
+ isOverride: true
260
+ },
261
+ AllowAutoRedirect: {
262
+ kind: "property",
263
+ type: () => {
264
+ return System.Boolean;
265
+ }
266
+ },
267
+ AutomaticDecompression: {
268
+ kind: "property",
269
+ type: () => {
270
+ return Net.DecompressionMethods;
271
+ }
272
+ },
273
+ CheckCertificateRevocationList: {
274
+ kind: "property",
275
+ type: () => {
276
+ return System.Boolean;
277
+ }
278
+ },
279
+ ClientCertificateOptions: {
280
+ kind: "property",
281
+ type: () => {
282
+ return Http.ClientCertificateOption;
283
+ }
284
+ },
285
+ ClientCertificates: {
286
+ kind: "property",
287
+ type: () => {
288
+ return X509Certificates.X509CertificateCollection;
289
+ }
290
+ },
291
+ CookieContainer: {
292
+ kind: "property",
293
+ type: () => {
294
+ return Net.CookieContainer;
295
+ }
296
+ },
297
+ Credentials: {
298
+ kind: "property",
299
+ type: () => {
300
+ return Net.ICredentials;
301
+ }
302
+ },
303
+ DangerousAcceptAnyServerCertificateValidator: {
304
+ kind: "property",
305
+ type: () => {
306
+ return System.Func;
307
+ },
308
+ isStatic: true
309
+ },
310
+ DefaultProxyCredentials: {
311
+ kind: "property",
312
+ type: () => {
313
+ return Net.ICredentials;
314
+ },
315
+ isNullable: true
316
+ },
317
+ MaxAutomaticRedirections: {
318
+ kind: "property",
319
+ type: () => {
320
+ return System.Int32;
321
+ }
322
+ },
323
+ MaxConnectionsPerServer: {
324
+ kind: "property",
325
+ type: () => {
326
+ return System.Int32;
327
+ }
328
+ },
329
+ MaxRequestContentBufferSize: {
330
+ kind: "property",
331
+ type: () => {
332
+ return System.Int64;
333
+ }
334
+ },
335
+ MaxResponseHeadersLength: {
336
+ kind: "property",
337
+ type: () => {
338
+ return System.Int32;
339
+ }
340
+ },
341
+ MeterFactory: {
342
+ kind: "property",
343
+ type: () => {
344
+ return Metrics.IMeterFactory;
345
+ }
346
+ },
347
+ PreAuthenticate: {
348
+ kind: "property",
349
+ type: () => {
350
+ return System.Boolean;
351
+ }
352
+ },
353
+ Properties: {
354
+ kind: "property",
355
+ type: () => {
356
+ return Generic.IDictionary;
357
+ }
358
+ },
359
+ Proxy: {
360
+ kind: "property",
361
+ type: () => {
362
+ return Net.IWebProxy;
363
+ }
364
+ },
365
+ ServerCertificateCustomValidationCallback: {
366
+ kind: "property",
367
+ type: () => {
368
+ return System.Func;
369
+ },
370
+ isNullable: true
371
+ },
372
+ SslProtocols: {
373
+ kind: "property",
374
+ type: () => {
375
+ return Authentication.SslProtocols;
376
+ }
377
+ },
378
+ SupportsAutomaticDecompression: {
379
+ kind: "property",
380
+ type: () => {
381
+ return System.Boolean;
382
+ },
383
+ isVirtual: true
384
+ },
385
+ SupportsProxy: {
386
+ kind: "property",
387
+ type: () => {
388
+ return System.Boolean;
389
+ },
390
+ isVirtual: true
391
+ },
392
+ SupportsRedirectConfiguration: {
393
+ kind: "property",
394
+ type: () => {
395
+ return System.Boolean;
396
+ },
397
+ isVirtual: true
398
+ },
399
+ UseCookies: {
400
+ kind: "property",
401
+ type: () => {
402
+ return System.Boolean;
403
+ }
404
+ },
405
+ UseDefaultCredentials: {
406
+ kind: "property",
407
+ type: () => {
408
+ return System.Boolean;
409
+ }
410
+ },
411
+ UseProxy: {
412
+ kind: "property",
413
+ type: () => {
414
+ return System.Boolean;
415
+ }
416
+ }
417
+ }
418
+ },
419
+ HttpCompletionOption: {
420
+ kind: "enum",
421
+ members: {
422
+ ResponseContentRead: {
423
+ kind: "field",
424
+ type: () => {
425
+ return Http.HttpCompletionOption;
426
+ }
427
+ },
428
+ ResponseHeadersRead: {
429
+ kind: "field",
430
+ type: () => {
431
+ return Http.HttpCompletionOption;
432
+ }
433
+ }
434
+ }
435
+ },
436
+ HttpContent: {
437
+ kind: "class",
438
+ members: {
439
+ HttpContent: {
440
+ kind: "method",
441
+ methodKind: "constructor"
442
+ },
443
+ CopyTo: {
444
+ kind: "method",
445
+ methodKind: "ordinary"
446
+ },
447
+ CopyToAsync: {
448
+ kind: "method",
449
+ methodKind: "ordinary"
450
+ },
451
+ CreateContentReadStream: {
452
+ kind: "method",
453
+ methodKind: "ordinary",
454
+ isVirtual: true
455
+ },
456
+ CreateContentReadStreamAsync: {
457
+ kind: "method",
458
+ methodKind: "ordinary",
459
+ isVirtual: true
460
+ },
461
+ Dispose: {
462
+ kind: "method",
463
+ methodKind: "ordinary"
464
+ },
465
+ LoadIntoBufferAsync: {
466
+ kind: "method",
467
+ methodKind: "ordinary"
468
+ },
469
+ ReadAsByteArrayAsync: {
470
+ kind: "method",
471
+ methodKind: "ordinary"
472
+ },
473
+ ReadAsStream: {
474
+ kind: "method",
475
+ methodKind: "ordinary"
476
+ },
477
+ ReadAsStreamAsync: {
478
+ kind: "method",
479
+ methodKind: "ordinary"
480
+ },
481
+ ReadAsStringAsync: {
482
+ kind: "method",
483
+ methodKind: "ordinary"
484
+ },
485
+ SerializeToStream: {
486
+ kind: "method",
487
+ methodKind: "ordinary",
488
+ isVirtual: true
489
+ },
490
+ SerializeToStreamAsync: {
491
+ kind: "method",
492
+ methodKind: "ordinary",
493
+ isAbstract: true
494
+ },
495
+ TryComputeLength: {
496
+ kind: "method",
497
+ methodKind: "ordinary",
498
+ isAbstract: true
499
+ },
500
+ Headers: {
501
+ kind: "property",
502
+ type: () => {
503
+ return Headers.HttpContentHeaders;
504
+ }
505
+ }
506
+ },
507
+ isAbstract: true
508
+ },
509
+ HttpIOException: {
510
+ kind: "class",
511
+ members: {
512
+ HttpIOException: {
513
+ kind: "method",
514
+ methodKind: "constructor"
515
+ },
516
+ HttpRequestError: {
517
+ kind: "property",
518
+ type: () => {
519
+ return Http.HttpRequestError;
520
+ }
521
+ },
522
+ Message: {
523
+ kind: "property",
524
+ type: () => {
525
+ return System.String;
526
+ },
527
+ isOverride: true
528
+ }
529
+ }
530
+ },
531
+ HttpKeepAlivePingPolicy: {
532
+ kind: "enum",
533
+ members: {
534
+ WithActiveRequests: {
535
+ kind: "field",
536
+ type: () => {
537
+ return Http.HttpKeepAlivePingPolicy;
538
+ }
539
+ },
540
+ Always: {
541
+ kind: "field",
542
+ type: () => {
543
+ return Http.HttpKeepAlivePingPolicy;
544
+ }
545
+ }
546
+ }
547
+ },
548
+ HttpMessageHandler: {
549
+ kind: "class",
550
+ members: {
551
+ HttpMessageHandler: {
552
+ kind: "method",
553
+ methodKind: "constructor"
554
+ },
555
+ Dispose: {
556
+ kind: "method",
557
+ methodKind: "ordinary"
558
+ },
559
+ Send: {
560
+ kind: "method",
561
+ methodKind: "ordinary",
562
+ isVirtual: true
563
+ },
564
+ SendAsync: {
565
+ kind: "method",
566
+ methodKind: "ordinary",
567
+ isAbstract: true
568
+ }
569
+ },
570
+ isAbstract: true
571
+ },
572
+ HttpMessageInvoker: {
573
+ kind: "class",
574
+ members: {
575
+ HttpMessageInvoker: {
576
+ kind: "method",
577
+ methodKind: "constructor"
578
+ },
579
+ Dispose: {
580
+ kind: "method",
581
+ methodKind: "ordinary"
582
+ },
583
+ Send: {
584
+ kind: "method",
585
+ methodKind: "ordinary",
586
+ isVirtual: true
587
+ },
588
+ SendAsync: {
589
+ kind: "method",
590
+ methodKind: "ordinary",
591
+ isVirtual: true
592
+ }
593
+ }
594
+ },
595
+ HttpMethod: {
596
+ kind: "class",
597
+ members: {
598
+ HttpMethod: {
599
+ kind: "method",
600
+ methodKind: "constructor"
601
+ },
602
+ Equals: {
603
+ kind: "method",
604
+ methodKind: "ordinary"
605
+ },
606
+ GetHashCode: {
607
+ kind: "method",
608
+ methodKind: "ordinary",
609
+ isOverride: true
610
+ },
611
+ Parse: {
612
+ kind: "method",
613
+ methodKind: "ordinary",
614
+ isStatic: true
615
+ },
616
+ ToString: {
617
+ kind: "method",
618
+ methodKind: "ordinary",
619
+ isOverride: true
620
+ },
621
+ Connect: {
622
+ kind: "property",
623
+ type: () => {
624
+ return Http.HttpMethod;
625
+ },
626
+ isStatic: true
627
+ },
628
+ Delete: {
629
+ kind: "property",
630
+ type: () => {
631
+ return Http.HttpMethod;
632
+ },
633
+ isStatic: true
634
+ },
635
+ Get: {
636
+ kind: "property",
637
+ type: () => {
638
+ return Http.HttpMethod;
639
+ },
640
+ isStatic: true
641
+ },
642
+ Head: {
643
+ kind: "property",
644
+ type: () => {
645
+ return Http.HttpMethod;
646
+ },
647
+ isStatic: true
648
+ },
649
+ Method: {
650
+ kind: "property",
651
+ type: () => {
652
+ return System.String;
653
+ }
654
+ },
655
+ Options: {
656
+ kind: "property",
657
+ type: () => {
658
+ return Http.HttpMethod;
659
+ },
660
+ isStatic: true
661
+ },
662
+ Patch: {
663
+ kind: "property",
664
+ type: () => {
665
+ return Http.HttpMethod;
666
+ },
667
+ isStatic: true
668
+ },
669
+ Post: {
670
+ kind: "property",
671
+ type: () => {
672
+ return Http.HttpMethod;
673
+ },
674
+ isStatic: true
675
+ },
676
+ Put: {
677
+ kind: "property",
678
+ type: () => {
679
+ return Http.HttpMethod;
680
+ },
681
+ isStatic: true
682
+ },
683
+ Trace: {
684
+ kind: "property",
685
+ type: () => {
686
+ return Http.HttpMethod;
687
+ },
688
+ isStatic: true
689
+ }
690
+ }
691
+ },
692
+ HttpProtocolException: {
693
+ kind: "class",
694
+ members: {
695
+ HttpProtocolException: {
696
+ kind: "method",
697
+ methodKind: "constructor"
698
+ },
699
+ ErrorCode: {
700
+ kind: "property",
701
+ type: () => {
702
+ return System.Int64;
703
+ }
704
+ }
705
+ },
706
+ isSealed: true
707
+ },
708
+ HttpRequestError: {
709
+ kind: "enum",
710
+ members: {
711
+ Unknown: {
712
+ kind: "field",
713
+ type: () => {
714
+ return Http.HttpRequestError;
715
+ }
716
+ },
717
+ NameResolutionError: {
718
+ kind: "field",
719
+ type: () => {
720
+ return Http.HttpRequestError;
721
+ }
722
+ },
723
+ ConnectionError: {
724
+ kind: "field",
725
+ type: () => {
726
+ return Http.HttpRequestError;
727
+ }
728
+ },
729
+ SecureConnectionError: {
730
+ kind: "field",
731
+ type: () => {
732
+ return Http.HttpRequestError;
733
+ }
734
+ },
735
+ HttpProtocolError: {
736
+ kind: "field",
737
+ type: () => {
738
+ return Http.HttpRequestError;
739
+ }
740
+ },
741
+ ExtendedConnectNotSupported: {
742
+ kind: "field",
743
+ type: () => {
744
+ return Http.HttpRequestError;
745
+ }
746
+ },
747
+ VersionNegotiationError: {
748
+ kind: "field",
749
+ type: () => {
750
+ return Http.HttpRequestError;
751
+ }
752
+ },
753
+ UserAuthenticationError: {
754
+ kind: "field",
755
+ type: () => {
756
+ return Http.HttpRequestError;
757
+ }
758
+ },
759
+ ProxyTunnelError: {
760
+ kind: "field",
761
+ type: () => {
762
+ return Http.HttpRequestError;
763
+ }
764
+ },
765
+ InvalidResponse: {
766
+ kind: "field",
767
+ type: () => {
768
+ return Http.HttpRequestError;
769
+ }
770
+ },
771
+ ResponseEnded: {
772
+ kind: "field",
773
+ type: () => {
774
+ return Http.HttpRequestError;
775
+ }
776
+ },
777
+ ConfigurationLimitExceeded: {
778
+ kind: "field",
779
+ type: () => {
780
+ return Http.HttpRequestError;
781
+ }
782
+ }
783
+ }
784
+ },
785
+ HttpRequestException: {
786
+ kind: "class",
787
+ members: {
788
+ HttpRequestException: {
789
+ kind: "method",
790
+ methodKind: "constructor"
791
+ },
792
+ HttpRequestError: {
793
+ kind: "property",
794
+ type: () => {
795
+ return Http.HttpRequestError;
796
+ }
797
+ },
798
+ StatusCode: {
799
+ kind: "property",
800
+ type: () => {
801
+ return Net.HttpStatusCode;
802
+ },
803
+ isNullable: true
804
+ }
805
+ }
806
+ },
807
+ HttpRequestMessage: {
808
+ kind: "class",
809
+ members: {
810
+ HttpRequestMessage: {
811
+ kind: "method",
812
+ methodKind: "constructor"
813
+ },
814
+ Dispose: {
815
+ kind: "method",
816
+ methodKind: "ordinary"
817
+ },
818
+ ToString: {
819
+ kind: "method",
820
+ methodKind: "ordinary",
821
+ isOverride: true
822
+ },
823
+ Content: {
824
+ kind: "property",
825
+ type: () => {
826
+ return Http.HttpContent;
827
+ }
828
+ },
829
+ Headers: {
830
+ kind: "property",
831
+ type: () => {
832
+ return Headers.HttpRequestHeaders;
833
+ }
834
+ },
835
+ Method: {
836
+ kind: "property",
837
+ type: () => {
838
+ return Http.HttpMethod;
839
+ }
840
+ },
841
+ Options: {
842
+ kind: "property",
843
+ type: () => {
844
+ return Http.HttpRequestOptions;
845
+ }
846
+ },
847
+ Properties: {
848
+ kind: "property",
849
+ type: () => {
850
+ return Generic.IDictionary;
851
+ }
852
+ },
853
+ RequestUri: {
854
+ kind: "property",
855
+ type: () => {
856
+ return System.Uri;
857
+ },
858
+ isNullable: true
859
+ },
860
+ Version: {
861
+ kind: "property",
862
+ type: () => {
863
+ return System.Version;
864
+ }
865
+ },
866
+ VersionPolicy: {
867
+ kind: "property",
868
+ type: () => {
869
+ return Http.HttpVersionPolicy;
870
+ }
871
+ }
872
+ }
873
+ },
874
+ HttpRequestOptions: {
875
+ kind: "class",
876
+ members: {
877
+ HttpRequestOptions: {
878
+ kind: "method",
879
+ methodKind: "constructor"
880
+ }
881
+ },
882
+ isSealed: true
883
+ },
884
+ HttpRequestOptionsKey: {
885
+ kind: "struct",
886
+ members: {
887
+ HttpRequestOptionsKey: {
888
+ kind: "method",
889
+ methodKind: "constructor"
890
+ },
891
+ Key: {
892
+ kind: "property",
893
+ type: () => {
894
+ return System.String;
895
+ }
896
+ }
897
+ }
898
+ },
899
+ HttpResponseMessage: {
900
+ kind: "class",
901
+ members: {
902
+ HttpResponseMessage: {
903
+ kind: "method",
904
+ methodKind: "constructor"
905
+ },
906
+ Dispose: {
907
+ kind: "method",
908
+ methodKind: "ordinary"
909
+ },
910
+ EnsureSuccessStatusCode: {
911
+ kind: "method",
912
+ methodKind: "ordinary"
913
+ },
914
+ ToString: {
915
+ kind: "method",
916
+ methodKind: "ordinary",
917
+ isOverride: true
918
+ },
919
+ Content: {
920
+ kind: "property",
921
+ type: () => {
922
+ return Http.HttpContent;
923
+ }
924
+ },
925
+ Headers: {
926
+ kind: "property",
927
+ type: () => {
928
+ return Headers.HttpResponseHeaders;
929
+ }
930
+ },
931
+ IsSuccessStatusCode: {
932
+ kind: "property",
933
+ type: () => {
934
+ return System.Boolean;
935
+ }
936
+ },
937
+ ReasonPhrase: {
938
+ kind: "property",
939
+ type: () => {
940
+ return System.String;
941
+ },
942
+ isNullable: true
943
+ },
944
+ RequestMessage: {
945
+ kind: "property",
946
+ type: () => {
947
+ return Http.HttpRequestMessage;
948
+ }
949
+ },
950
+ StatusCode: {
951
+ kind: "property",
952
+ type: () => {
953
+ return Net.HttpStatusCode;
954
+ }
955
+ },
956
+ TrailingHeaders: {
957
+ kind: "property",
958
+ type: () => {
959
+ return Headers.HttpResponseHeaders;
960
+ }
961
+ },
962
+ Version: {
963
+ kind: "property",
964
+ type: () => {
965
+ return System.Version;
966
+ }
967
+ }
968
+ }
969
+ },
970
+ HttpVersionPolicy: {
971
+ kind: "enum",
972
+ members: {
973
+ RequestVersionOrLower: {
974
+ kind: "field",
975
+ type: () => {
976
+ return Http.HttpVersionPolicy;
977
+ }
978
+ },
979
+ RequestVersionOrHigher: {
980
+ kind: "field",
981
+ type: () => {
982
+ return Http.HttpVersionPolicy;
983
+ }
984
+ },
985
+ RequestVersionExact: {
986
+ kind: "field",
987
+ type: () => {
988
+ return Http.HttpVersionPolicy;
989
+ }
990
+ }
991
+ }
992
+ },
993
+ MessageProcessingHandler: {
994
+ kind: "class",
995
+ members: {
996
+ MessageProcessingHandler: {
997
+ kind: "method",
998
+ methodKind: "constructor"
999
+ },
1000
+ ProcessRequest: {
1001
+ kind: "method",
1002
+ methodKind: "ordinary",
1003
+ isAbstract: true
1004
+ },
1005
+ ProcessResponse: {
1006
+ kind: "method",
1007
+ methodKind: "ordinary",
1008
+ isAbstract: true
1009
+ },
1010
+ Send: {
1011
+ kind: "method",
1012
+ methodKind: "ordinary",
1013
+ isOverride: true,
1014
+ isSealed: true
1015
+ },
1016
+ SendAsync: {
1017
+ kind: "method",
1018
+ methodKind: "ordinary",
1019
+ isOverride: true,
1020
+ isSealed: true
1021
+ }
1022
+ },
1023
+ isAbstract: true
1024
+ },
1025
+ MultipartContent: {
1026
+ kind: "class",
1027
+ members: {
1028
+ MultipartContent: {
1029
+ kind: "method",
1030
+ methodKind: "constructor"
1031
+ },
1032
+ Add: {
1033
+ kind: "method",
1034
+ methodKind: "ordinary",
1035
+ isVirtual: true
1036
+ },
1037
+ CreateContentReadStream: {
1038
+ kind: "method",
1039
+ methodKind: "ordinary",
1040
+ isOverride: true
1041
+ },
1042
+ CreateContentReadStreamAsync: {
1043
+ kind: "method",
1044
+ methodKind: "ordinary",
1045
+ isOverride: true
1046
+ },
1047
+ Dispose: {
1048
+ kind: "method",
1049
+ methodKind: "ordinary",
1050
+ isOverride: true
1051
+ },
1052
+ GetEnumerator: {
1053
+ kind: "method",
1054
+ methodKind: "ordinary"
1055
+ },
1056
+ SerializeToStream: {
1057
+ kind: "method",
1058
+ methodKind: "ordinary",
1059
+ isOverride: true
1060
+ },
1061
+ SerializeToStreamAsync: {
1062
+ kind: "method",
1063
+ methodKind: "ordinary",
1064
+ isOverride: true
1065
+ },
1066
+ TryComputeLength: {
1067
+ kind: "method",
1068
+ methodKind: "ordinary",
1069
+ isOverride: true
1070
+ },
1071
+ HeaderEncodingSelector: {
1072
+ kind: "property",
1073
+ type: () => {
1074
+ return Http.HeaderEncodingSelector;
1075
+ }
1076
+ }
1077
+ }
1078
+ },
1079
+ MultipartFormDataContent: {
1080
+ kind: "class",
1081
+ members: {
1082
+ MultipartFormDataContent: {
1083
+ kind: "method",
1084
+ methodKind: "constructor"
1085
+ },
1086
+ Add: {
1087
+ kind: "method",
1088
+ methodKind: "ordinary",
1089
+ isOverride: true
1090
+ },
1091
+ SerializeToStreamAsync: {
1092
+ kind: "method",
1093
+ methodKind: "ordinary",
1094
+ isOverride: true
1095
+ }
1096
+ }
1097
+ },
1098
+ ReadOnlyMemoryContent: {
1099
+ kind: "class",
1100
+ members: {
1101
+ ReadOnlyMemoryContent: {
1102
+ kind: "method",
1103
+ methodKind: "constructor"
1104
+ },
1105
+ CreateContentReadStream: {
1106
+ kind: "method",
1107
+ methodKind: "ordinary",
1108
+ isOverride: true
1109
+ },
1110
+ CreateContentReadStreamAsync: {
1111
+ kind: "method",
1112
+ methodKind: "ordinary",
1113
+ isOverride: true
1114
+ },
1115
+ SerializeToStream: {
1116
+ kind: "method",
1117
+ methodKind: "ordinary",
1118
+ isOverride: true
1119
+ },
1120
+ SerializeToStreamAsync: {
1121
+ kind: "method",
1122
+ methodKind: "ordinary",
1123
+ isOverride: true
1124
+ },
1125
+ TryComputeLength: {
1126
+ kind: "method",
1127
+ methodKind: "ordinary",
1128
+ isOverride: true
1129
+ }
1130
+ },
1131
+ isSealed: true
1132
+ },
1133
+ SocketsHttpConnectionContext: {
1134
+ kind: "class",
1135
+ members: {
1136
+ DnsEndPoint: {
1137
+ kind: "property",
1138
+ type: () => {
1139
+ return Net.DnsEndPoint;
1140
+ }
1141
+ },
1142
+ InitialRequestMessage: {
1143
+ kind: "property",
1144
+ type: () => {
1145
+ return Http.HttpRequestMessage;
1146
+ }
1147
+ }
1148
+ },
1149
+ isSealed: true
1150
+ },
1151
+ SocketsHttpHandler: {
1152
+ kind: "class",
1153
+ members: {
1154
+ SocketsHttpHandler: {
1155
+ kind: "method",
1156
+ methodKind: "constructor"
1157
+ },
1158
+ Dispose: {
1159
+ kind: "method",
1160
+ methodKind: "ordinary",
1161
+ isOverride: true
1162
+ },
1163
+ Send: {
1164
+ kind: "method",
1165
+ methodKind: "ordinary",
1166
+ isOverride: true
1167
+ },
1168
+ SendAsync: {
1169
+ kind: "method",
1170
+ methodKind: "ordinary",
1171
+ isOverride: true
1172
+ },
1173
+ ActivityHeadersPropagator: {
1174
+ kind: "property",
1175
+ type: () => {
1176
+ return Diagnostics.DistributedContextPropagator;
1177
+ }
1178
+ },
1179
+ AllowAutoRedirect: {
1180
+ kind: "property",
1181
+ type: () => {
1182
+ return System.Boolean;
1183
+ }
1184
+ },
1185
+ AutomaticDecompression: {
1186
+ kind: "property",
1187
+ type: () => {
1188
+ return Net.DecompressionMethods;
1189
+ }
1190
+ },
1191
+ ConnectCallback: {
1192
+ kind: "property",
1193
+ type: () => {
1194
+ return System.Func;
1195
+ },
1196
+ isNullable: true
1197
+ },
1198
+ ConnectTimeout: {
1199
+ kind: "property",
1200
+ type: () => {
1201
+ return System.TimeSpan;
1202
+ }
1203
+ },
1204
+ CookieContainer: {
1205
+ kind: "property",
1206
+ type: () => {
1207
+ return Net.CookieContainer;
1208
+ }
1209
+ },
1210
+ Credentials: {
1211
+ kind: "property",
1212
+ type: () => {
1213
+ return Net.ICredentials;
1214
+ }
1215
+ },
1216
+ DefaultProxyCredentials: {
1217
+ kind: "property",
1218
+ type: () => {
1219
+ return Net.ICredentials;
1220
+ },
1221
+ isNullable: true
1222
+ },
1223
+ EnableMultipleHttp2Connections: {
1224
+ kind: "property",
1225
+ type: () => {
1226
+ return System.Boolean;
1227
+ }
1228
+ },
1229
+ EnableMultipleHttp3Connections: {
1230
+ kind: "property",
1231
+ type: () => {
1232
+ return System.Boolean;
1233
+ }
1234
+ },
1235
+ Expect100ContinueTimeout: {
1236
+ kind: "property",
1237
+ type: () => {
1238
+ return System.TimeSpan;
1239
+ }
1240
+ },
1241
+ InitialHttp2StreamWindowSize: {
1242
+ kind: "property",
1243
+ type: () => {
1244
+ return System.Int32;
1245
+ }
1246
+ },
1247
+ IsSupported: {
1248
+ kind: "property",
1249
+ type: () => {
1250
+ return System.Boolean;
1251
+ },
1252
+ isStatic: true
1253
+ },
1254
+ KeepAlivePingDelay: {
1255
+ kind: "property",
1256
+ type: () => {
1257
+ return System.TimeSpan;
1258
+ }
1259
+ },
1260
+ KeepAlivePingPolicy: {
1261
+ kind: "property",
1262
+ type: () => {
1263
+ return Http.HttpKeepAlivePingPolicy;
1264
+ }
1265
+ },
1266
+ KeepAlivePingTimeout: {
1267
+ kind: "property",
1268
+ type: () => {
1269
+ return System.TimeSpan;
1270
+ }
1271
+ },
1272
+ MaxAutomaticRedirections: {
1273
+ kind: "property",
1274
+ type: () => {
1275
+ return System.Int32;
1276
+ }
1277
+ },
1278
+ MaxConnectionsPerServer: {
1279
+ kind: "property",
1280
+ type: () => {
1281
+ return System.Int32;
1282
+ }
1283
+ },
1284
+ MaxResponseDrainSize: {
1285
+ kind: "property",
1286
+ type: () => {
1287
+ return System.Int32;
1288
+ }
1289
+ },
1290
+ MaxResponseHeadersLength: {
1291
+ kind: "property",
1292
+ type: () => {
1293
+ return System.Int32;
1294
+ }
1295
+ },
1296
+ MeterFactory: {
1297
+ kind: "property",
1298
+ type: () => {
1299
+ return Metrics.IMeterFactory;
1300
+ }
1301
+ },
1302
+ PlaintextStreamFilter: {
1303
+ kind: "property",
1304
+ type: () => {
1305
+ return System.Func;
1306
+ }
1307
+ },
1308
+ PooledConnectionIdleTimeout: {
1309
+ kind: "property",
1310
+ type: () => {
1311
+ return System.TimeSpan;
1312
+ }
1313
+ },
1314
+ PooledConnectionLifetime: {
1315
+ kind: "property",
1316
+ type: () => {
1317
+ return System.TimeSpan;
1318
+ }
1319
+ },
1320
+ PreAuthenticate: {
1321
+ kind: "property",
1322
+ type: () => {
1323
+ return System.Boolean;
1324
+ }
1325
+ },
1326
+ Properties: {
1327
+ kind: "property",
1328
+ type: () => {
1329
+ return Generic.IDictionary;
1330
+ }
1331
+ },
1332
+ Proxy: {
1333
+ kind: "property",
1334
+ type: () => {
1335
+ return Net.IWebProxy;
1336
+ }
1337
+ },
1338
+ RequestHeaderEncodingSelector: {
1339
+ kind: "property",
1340
+ type: () => {
1341
+ return Http.HeaderEncodingSelector;
1342
+ },
1343
+ isNullable: true
1344
+ },
1345
+ ResponseDrainTimeout: {
1346
+ kind: "property",
1347
+ type: () => {
1348
+ return System.TimeSpan;
1349
+ }
1350
+ },
1351
+ ResponseHeaderEncodingSelector: {
1352
+ kind: "property",
1353
+ type: () => {
1354
+ return Http.HeaderEncodingSelector;
1355
+ },
1356
+ isNullable: true
1357
+ },
1358
+ SslOptions: {
1359
+ kind: "property",
1360
+ type: () => {
1361
+ return Security.SslClientAuthenticationOptions;
1362
+ }
1363
+ },
1364
+ UseCookies: {
1365
+ kind: "property",
1366
+ type: () => {
1367
+ return System.Boolean;
1368
+ }
1369
+ },
1370
+ UseProxy: {
1371
+ kind: "property",
1372
+ type: () => {
1373
+ return System.Boolean;
1374
+ }
1375
+ }
1376
+ },
1377
+ isSealed: true
1378
+ },
1379
+ SocketsHttpPlaintextStreamFilterContext: {
1380
+ kind: "class",
1381
+ members: {
1382
+ InitialRequestMessage: {
1383
+ kind: "property",
1384
+ type: () => {
1385
+ return Http.HttpRequestMessage;
1386
+ }
1387
+ },
1388
+ NegotiatedHttpVersion: {
1389
+ kind: "property",
1390
+ type: () => {
1391
+ return System.Version;
1392
+ }
1393
+ },
1394
+ PlaintextStream: {
1395
+ kind: "property",
1396
+ type: () => {
1397
+ return IO.Stream;
1398
+ }
1399
+ }
1400
+ },
1401
+ isSealed: true
1402
+ },
1403
+ StreamContent: {
1404
+ kind: "class",
1405
+ members: {
1406
+ StreamContent: {
1407
+ kind: "method",
1408
+ methodKind: "constructor"
1409
+ },
1410
+ CreateContentReadStream: {
1411
+ kind: "method",
1412
+ methodKind: "ordinary",
1413
+ isOverride: true
1414
+ },
1415
+ CreateContentReadStreamAsync: {
1416
+ kind: "method",
1417
+ methodKind: "ordinary",
1418
+ isOverride: true
1419
+ },
1420
+ Dispose: {
1421
+ kind: "method",
1422
+ methodKind: "ordinary",
1423
+ isOverride: true
1424
+ },
1425
+ SerializeToStream: {
1426
+ kind: "method",
1427
+ methodKind: "ordinary",
1428
+ isOverride: true
1429
+ },
1430
+ SerializeToStreamAsync: {
1431
+ kind: "method",
1432
+ methodKind: "ordinary",
1433
+ isOverride: true
1434
+ },
1435
+ TryComputeLength: {
1436
+ kind: "method",
1437
+ methodKind: "ordinary",
1438
+ isOverride: true
1439
+ }
1440
+ }
1441
+ },
1442
+ StringContent: {
1443
+ kind: "class",
1444
+ members: {
1445
+ StringContent: {
1446
+ kind: "method",
1447
+ methodKind: "constructor"
1448
+ },
1449
+ SerializeToStreamAsync: {
1450
+ kind: "method",
1451
+ methodKind: "ordinary",
1452
+ isOverride: true
1453
+ }
1454
+ }
1455
+ }
1456
+ });
1457
+ export default Http;
1458
+ //# sourceMappingURL=index.js.map