@alloy-js/csharp 0.21.0-dev.8 → 0.21.0

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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +3 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +3 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +22 -6
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +3 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4219 -1416
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,2001 @@
1
+ import Generic from "../../../Collections/Generic/index.js";
2
+ import System from "../../../index.js";
3
+
4
+ import { createLibrary } from "#createLibrary";
5
+ import { LibrarySymbolReference } from "@alloy-js/core";
6
+
7
+ type HeadersLibrary = LibrarySymbolReference & {
8
+ AuthenticationHeaderValue: LibrarySymbolReference & {
9
+ AuthenticationHeaderValue: LibrarySymbolReference;
10
+ Equals: LibrarySymbolReference;
11
+ GetHashCode: LibrarySymbolReference;
12
+ Parse: LibrarySymbolReference;
13
+ ToString: LibrarySymbolReference;
14
+ TryParse: LibrarySymbolReference;
15
+ Parameter: LibrarySymbolReference;
16
+ Scheme: LibrarySymbolReference
17
+ };
18
+ CacheControlHeaderValue: LibrarySymbolReference & {
19
+ CacheControlHeaderValue: LibrarySymbolReference;
20
+ Equals: LibrarySymbolReference;
21
+ GetHashCode: LibrarySymbolReference;
22
+ Parse: LibrarySymbolReference;
23
+ ToString: LibrarySymbolReference;
24
+ TryParse: LibrarySymbolReference;
25
+ Extensions: LibrarySymbolReference;
26
+ MaxAge: LibrarySymbolReference;
27
+ MaxStale: LibrarySymbolReference;
28
+ MaxStaleLimit: LibrarySymbolReference;
29
+ MinFresh: LibrarySymbolReference;
30
+ MustRevalidate: LibrarySymbolReference;
31
+ NoCache: LibrarySymbolReference;
32
+ NoCacheHeaders: LibrarySymbolReference;
33
+ NoStore: LibrarySymbolReference;
34
+ NoTransform: LibrarySymbolReference;
35
+ OnlyIfCached: LibrarySymbolReference;
36
+ Private: LibrarySymbolReference;
37
+ PrivateHeaders: LibrarySymbolReference;
38
+ ProxyRevalidate: LibrarySymbolReference;
39
+ Public: LibrarySymbolReference;
40
+ SharedMaxAge: LibrarySymbolReference
41
+ };
42
+ ContentDispositionHeaderValue: LibrarySymbolReference & {
43
+ ContentDispositionHeaderValue: LibrarySymbolReference;
44
+ Equals: LibrarySymbolReference;
45
+ GetHashCode: LibrarySymbolReference;
46
+ Parse: LibrarySymbolReference;
47
+ ToString: LibrarySymbolReference;
48
+ TryParse: LibrarySymbolReference;
49
+ CreationDate: LibrarySymbolReference;
50
+ DispositionType: LibrarySymbolReference;
51
+ FileName: LibrarySymbolReference;
52
+ FileNameStar: LibrarySymbolReference;
53
+ ModificationDate: LibrarySymbolReference;
54
+ Name: LibrarySymbolReference;
55
+ Parameters: LibrarySymbolReference;
56
+ ReadDate: LibrarySymbolReference;
57
+ Size: LibrarySymbolReference
58
+ };
59
+ ContentRangeHeaderValue: LibrarySymbolReference & {
60
+ ContentRangeHeaderValue: LibrarySymbolReference;
61
+ Equals: LibrarySymbolReference;
62
+ GetHashCode: LibrarySymbolReference;
63
+ Parse: LibrarySymbolReference;
64
+ ToString: LibrarySymbolReference;
65
+ TryParse: LibrarySymbolReference;
66
+ From: LibrarySymbolReference;
67
+ HasLength: LibrarySymbolReference;
68
+ HasRange: LibrarySymbolReference;
69
+ Length: LibrarySymbolReference;
70
+ To: LibrarySymbolReference;
71
+ Unit: LibrarySymbolReference
72
+ };
73
+ EntityTagHeaderValue: LibrarySymbolReference & {
74
+ EntityTagHeaderValue: LibrarySymbolReference;
75
+ Equals: LibrarySymbolReference;
76
+ GetHashCode: LibrarySymbolReference;
77
+ Parse: LibrarySymbolReference;
78
+ ToString: LibrarySymbolReference;
79
+ TryParse: LibrarySymbolReference;
80
+ Any: LibrarySymbolReference;
81
+ IsWeak: LibrarySymbolReference;
82
+ Tag: LibrarySymbolReference
83
+ };
84
+ HeaderStringValues: LibrarySymbolReference & {
85
+ Enumerator: LibrarySymbolReference & {
86
+ Dispose: LibrarySymbolReference;
87
+ MoveNext: LibrarySymbolReference;
88
+ Current: LibrarySymbolReference
89
+ }
90
+ };
91
+ HttpContentHeaders: LibrarySymbolReference & {
92
+ Allow: LibrarySymbolReference;
93
+ ContentDisposition: LibrarySymbolReference;
94
+ ContentEncoding: LibrarySymbolReference;
95
+ ContentLanguage: LibrarySymbolReference;
96
+ ContentLength: LibrarySymbolReference;
97
+ ContentLocation: LibrarySymbolReference;
98
+ ContentMD5: LibrarySymbolReference;
99
+ ContentRange: LibrarySymbolReference;
100
+ ContentType: LibrarySymbolReference;
101
+ Expires: LibrarySymbolReference;
102
+ LastModified: LibrarySymbolReference
103
+ };
104
+ HttpHeaderValueCollection: LibrarySymbolReference & {
105
+ Add: LibrarySymbolReference;
106
+ Clear: LibrarySymbolReference;
107
+ Contains: LibrarySymbolReference;
108
+ CopyTo: LibrarySymbolReference;
109
+ GetEnumerator: LibrarySymbolReference;
110
+ ParseAdd: LibrarySymbolReference;
111
+ Remove: LibrarySymbolReference;
112
+ ToString: LibrarySymbolReference;
113
+ TryParseAdd: LibrarySymbolReference;
114
+ Count: LibrarySymbolReference;
115
+ IsReadOnly: LibrarySymbolReference
116
+ };
117
+ HttpHeaders: LibrarySymbolReference & {
118
+ HttpHeaders: LibrarySymbolReference;
119
+ Add: LibrarySymbolReference;
120
+ Clear: LibrarySymbolReference;
121
+ Contains: LibrarySymbolReference;
122
+ GetEnumerator: LibrarySymbolReference;
123
+ GetValues: LibrarySymbolReference;
124
+ Remove: LibrarySymbolReference;
125
+ ToString: LibrarySymbolReference;
126
+ TryAddWithoutValidation: LibrarySymbolReference;
127
+ TryGetValues: LibrarySymbolReference;
128
+ NonValidated: LibrarySymbolReference
129
+ };
130
+ HttpHeadersNonValidated: LibrarySymbolReference & {
131
+ Enumerator: LibrarySymbolReference & {
132
+ Dispose: LibrarySymbolReference;
133
+ MoveNext: LibrarySymbolReference;
134
+ Current: LibrarySymbolReference
135
+ }
136
+ };
137
+ HttpRequestHeaders: LibrarySymbolReference & {
138
+ Accept: LibrarySymbolReference;
139
+ AcceptCharset: LibrarySymbolReference;
140
+ AcceptEncoding: LibrarySymbolReference;
141
+ AcceptLanguage: LibrarySymbolReference;
142
+ Authorization: LibrarySymbolReference;
143
+ CacheControl: LibrarySymbolReference;
144
+ Connection: LibrarySymbolReference;
145
+ ConnectionClose: LibrarySymbolReference;
146
+ Date: LibrarySymbolReference;
147
+ Expect: LibrarySymbolReference;
148
+ ExpectContinue: LibrarySymbolReference;
149
+ From: LibrarySymbolReference;
150
+ Host: LibrarySymbolReference;
151
+ IfMatch: LibrarySymbolReference;
152
+ IfModifiedSince: LibrarySymbolReference;
153
+ IfNoneMatch: LibrarySymbolReference;
154
+ IfRange: LibrarySymbolReference;
155
+ IfUnmodifiedSince: LibrarySymbolReference;
156
+ MaxForwards: LibrarySymbolReference;
157
+ Pragma: LibrarySymbolReference;
158
+ Protocol: LibrarySymbolReference;
159
+ ProxyAuthorization: LibrarySymbolReference;
160
+ Range: LibrarySymbolReference;
161
+ Referrer: LibrarySymbolReference;
162
+ TE: LibrarySymbolReference;
163
+ Trailer: LibrarySymbolReference;
164
+ TransferEncoding: LibrarySymbolReference;
165
+ TransferEncodingChunked: LibrarySymbolReference;
166
+ Upgrade: LibrarySymbolReference;
167
+ UserAgent: LibrarySymbolReference;
168
+ Via: LibrarySymbolReference;
169
+ Warning: LibrarySymbolReference
170
+ };
171
+ HttpResponseHeaders: LibrarySymbolReference & {
172
+ AcceptRanges: LibrarySymbolReference;
173
+ Age: LibrarySymbolReference;
174
+ CacheControl: LibrarySymbolReference;
175
+ Connection: LibrarySymbolReference;
176
+ ConnectionClose: LibrarySymbolReference;
177
+ Date: LibrarySymbolReference;
178
+ ETag: LibrarySymbolReference;
179
+ Location: LibrarySymbolReference;
180
+ Pragma: LibrarySymbolReference;
181
+ ProxyAuthenticate: LibrarySymbolReference;
182
+ RetryAfter: LibrarySymbolReference;
183
+ Server: LibrarySymbolReference;
184
+ Trailer: LibrarySymbolReference;
185
+ TransferEncoding: LibrarySymbolReference;
186
+ TransferEncodingChunked: LibrarySymbolReference;
187
+ Upgrade: LibrarySymbolReference;
188
+ Vary: LibrarySymbolReference;
189
+ Via: LibrarySymbolReference;
190
+ Warning: LibrarySymbolReference;
191
+ WwwAuthenticate: LibrarySymbolReference
192
+ };
193
+ MediaTypeHeaderValue: LibrarySymbolReference & {
194
+ MediaTypeHeaderValue: LibrarySymbolReference;
195
+ Equals: LibrarySymbolReference;
196
+ GetHashCode: LibrarySymbolReference;
197
+ Parse: LibrarySymbolReference;
198
+ ToString: LibrarySymbolReference;
199
+ TryParse: LibrarySymbolReference;
200
+ CharSet: LibrarySymbolReference;
201
+ MediaType: LibrarySymbolReference;
202
+ Parameters: LibrarySymbolReference
203
+ };
204
+ MediaTypeWithQualityHeaderValue: LibrarySymbolReference & {
205
+ MediaTypeWithQualityHeaderValue: LibrarySymbolReference;
206
+ Parse: LibrarySymbolReference;
207
+ TryParse: LibrarySymbolReference;
208
+ Quality: LibrarySymbolReference
209
+ };
210
+ NameValueHeaderValue: LibrarySymbolReference & {
211
+ NameValueHeaderValue: LibrarySymbolReference;
212
+ Equals: LibrarySymbolReference;
213
+ GetHashCode: LibrarySymbolReference;
214
+ Parse: LibrarySymbolReference;
215
+ ToString: LibrarySymbolReference;
216
+ TryParse: LibrarySymbolReference;
217
+ Name: LibrarySymbolReference;
218
+ Value: LibrarySymbolReference
219
+ };
220
+ NameValueWithParametersHeaderValue: LibrarySymbolReference & {
221
+ NameValueWithParametersHeaderValue: LibrarySymbolReference;
222
+ Equals: LibrarySymbolReference;
223
+ GetHashCode: LibrarySymbolReference;
224
+ Parse: LibrarySymbolReference;
225
+ ToString: LibrarySymbolReference;
226
+ TryParse: LibrarySymbolReference;
227
+ Parameters: LibrarySymbolReference
228
+ };
229
+ ProductHeaderValue: LibrarySymbolReference & {
230
+ ProductHeaderValue: LibrarySymbolReference;
231
+ Equals: LibrarySymbolReference;
232
+ GetHashCode: LibrarySymbolReference;
233
+ Parse: LibrarySymbolReference;
234
+ ToString: LibrarySymbolReference;
235
+ TryParse: LibrarySymbolReference;
236
+ Name: LibrarySymbolReference;
237
+ Version: LibrarySymbolReference
238
+ };
239
+ ProductInfoHeaderValue: LibrarySymbolReference & {
240
+ ProductInfoHeaderValue: LibrarySymbolReference;
241
+ Equals: LibrarySymbolReference;
242
+ GetHashCode: LibrarySymbolReference;
243
+ Parse: LibrarySymbolReference;
244
+ ToString: LibrarySymbolReference;
245
+ TryParse: LibrarySymbolReference;
246
+ Comment: LibrarySymbolReference;
247
+ Product: LibrarySymbolReference
248
+ };
249
+ RangeConditionHeaderValue: LibrarySymbolReference & {
250
+ RangeConditionHeaderValue: LibrarySymbolReference;
251
+ Equals: LibrarySymbolReference;
252
+ GetHashCode: LibrarySymbolReference;
253
+ Parse: LibrarySymbolReference;
254
+ ToString: LibrarySymbolReference;
255
+ TryParse: LibrarySymbolReference;
256
+ Date: LibrarySymbolReference;
257
+ EntityTag: LibrarySymbolReference
258
+ };
259
+ RangeHeaderValue: LibrarySymbolReference & {
260
+ RangeHeaderValue: LibrarySymbolReference;
261
+ Equals: LibrarySymbolReference;
262
+ GetHashCode: LibrarySymbolReference;
263
+ Parse: LibrarySymbolReference;
264
+ ToString: LibrarySymbolReference;
265
+ TryParse: LibrarySymbolReference;
266
+ Ranges: LibrarySymbolReference;
267
+ Unit: LibrarySymbolReference
268
+ };
269
+ RangeItemHeaderValue: LibrarySymbolReference & {
270
+ RangeItemHeaderValue: LibrarySymbolReference;
271
+ Equals: LibrarySymbolReference;
272
+ GetHashCode: LibrarySymbolReference;
273
+ ToString: LibrarySymbolReference;
274
+ From: LibrarySymbolReference;
275
+ To: LibrarySymbolReference
276
+ };
277
+ RetryConditionHeaderValue: LibrarySymbolReference & {
278
+ RetryConditionHeaderValue: LibrarySymbolReference;
279
+ Equals: LibrarySymbolReference;
280
+ GetHashCode: LibrarySymbolReference;
281
+ Parse: LibrarySymbolReference;
282
+ ToString: LibrarySymbolReference;
283
+ TryParse: LibrarySymbolReference;
284
+ Date: LibrarySymbolReference;
285
+ Delta: LibrarySymbolReference
286
+ };
287
+ StringWithQualityHeaderValue: LibrarySymbolReference & {
288
+ StringWithQualityHeaderValue: LibrarySymbolReference;
289
+ Equals: LibrarySymbolReference;
290
+ GetHashCode: LibrarySymbolReference;
291
+ Parse: LibrarySymbolReference;
292
+ ToString: LibrarySymbolReference;
293
+ TryParse: LibrarySymbolReference;
294
+ Quality: LibrarySymbolReference;
295
+ Value: LibrarySymbolReference
296
+ };
297
+ TransferCodingHeaderValue: LibrarySymbolReference & {
298
+ TransferCodingHeaderValue: LibrarySymbolReference;
299
+ Equals: LibrarySymbolReference;
300
+ GetHashCode: LibrarySymbolReference;
301
+ Parse: LibrarySymbolReference;
302
+ ToString: LibrarySymbolReference;
303
+ TryParse: LibrarySymbolReference;
304
+ Parameters: LibrarySymbolReference;
305
+ Value: LibrarySymbolReference
306
+ };
307
+ TransferCodingWithQualityHeaderValue: LibrarySymbolReference & {
308
+ TransferCodingWithQualityHeaderValue: LibrarySymbolReference;
309
+ Parse: LibrarySymbolReference;
310
+ TryParse: LibrarySymbolReference;
311
+ Quality: LibrarySymbolReference
312
+ };
313
+ ViaHeaderValue: LibrarySymbolReference & {
314
+ ViaHeaderValue: LibrarySymbolReference;
315
+ Equals: LibrarySymbolReference;
316
+ GetHashCode: LibrarySymbolReference;
317
+ Parse: LibrarySymbolReference;
318
+ ToString: LibrarySymbolReference;
319
+ TryParse: LibrarySymbolReference;
320
+ Comment: LibrarySymbolReference;
321
+ ProtocolName: LibrarySymbolReference;
322
+ ProtocolVersion: LibrarySymbolReference;
323
+ ReceivedBy: LibrarySymbolReference
324
+ };
325
+ WarningHeaderValue: LibrarySymbolReference & {
326
+ WarningHeaderValue: LibrarySymbolReference;
327
+ Equals: LibrarySymbolReference;
328
+ GetHashCode: LibrarySymbolReference;
329
+ Parse: LibrarySymbolReference;
330
+ ToString: LibrarySymbolReference;
331
+ TryParse: LibrarySymbolReference;
332
+ Agent: LibrarySymbolReference;
333
+ Code: LibrarySymbolReference;
334
+ Date: LibrarySymbolReference;
335
+ Text: LibrarySymbolReference
336
+ }
337
+ };
338
+ const Headers: HeadersLibrary = createLibrary("System.Net.Http.Headers", {
339
+ AuthenticationHeaderValue: {
340
+ kind: "class",
341
+ members: {
342
+ AuthenticationHeaderValue: {
343
+ kind: "method",
344
+ methodKind: "constructor",
345
+ },
346
+ Equals: {
347
+ kind: "method",
348
+ methodKind: "ordinary",
349
+ isOverride: true,
350
+ },
351
+ GetHashCode: {
352
+ kind: "method",
353
+ methodKind: "ordinary",
354
+ isOverride: true,
355
+ },
356
+ Parse: {
357
+ kind: "method",
358
+ methodKind: "ordinary",
359
+ isStatic: true,
360
+ },
361
+ ToString: {
362
+ kind: "method",
363
+ methodKind: "ordinary",
364
+ isOverride: true,
365
+ },
366
+ TryParse: {
367
+ kind: "method",
368
+ methodKind: "ordinary",
369
+ isStatic: true,
370
+ },
371
+ Parameter: {
372
+ kind: "property",
373
+ type: () => {
374
+ return System.String;
375
+ },
376
+ isNullable: true,
377
+ },
378
+ Scheme: {
379
+ kind: "property",
380
+ type: () => {
381
+ return System.String;
382
+ },
383
+ },
384
+ },
385
+ },
386
+ CacheControlHeaderValue: {
387
+ kind: "class",
388
+ members: {
389
+ CacheControlHeaderValue: {
390
+ kind: "method",
391
+ methodKind: "constructor",
392
+ },
393
+ Equals: {
394
+ kind: "method",
395
+ methodKind: "ordinary",
396
+ isOverride: true,
397
+ },
398
+ GetHashCode: {
399
+ kind: "method",
400
+ methodKind: "ordinary",
401
+ isOverride: true,
402
+ },
403
+ Parse: {
404
+ kind: "method",
405
+ methodKind: "ordinary",
406
+ isStatic: true,
407
+ },
408
+ ToString: {
409
+ kind: "method",
410
+ methodKind: "ordinary",
411
+ isOverride: true,
412
+ },
413
+ TryParse: {
414
+ kind: "method",
415
+ methodKind: "ordinary",
416
+ isStatic: true,
417
+ },
418
+ Extensions: {
419
+ kind: "property",
420
+ type: () => {
421
+ return Generic.ICollection;
422
+ },
423
+ },
424
+ MaxAge: {
425
+ kind: "property",
426
+ type: () => {
427
+ return System.TimeSpan;
428
+ },
429
+ isNullable: true,
430
+ },
431
+ MaxStale: {
432
+ kind: "property",
433
+ type: () => {
434
+ return System.Boolean;
435
+ },
436
+ },
437
+ MaxStaleLimit: {
438
+ kind: "property",
439
+ type: () => {
440
+ return System.TimeSpan;
441
+ },
442
+ isNullable: true,
443
+ },
444
+ MinFresh: {
445
+ kind: "property",
446
+ type: () => {
447
+ return System.TimeSpan;
448
+ },
449
+ isNullable: true,
450
+ },
451
+ MustRevalidate: {
452
+ kind: "property",
453
+ type: () => {
454
+ return System.Boolean;
455
+ },
456
+ },
457
+ NoCache: {
458
+ kind: "property",
459
+ type: () => {
460
+ return System.Boolean;
461
+ },
462
+ },
463
+ NoCacheHeaders: {
464
+ kind: "property",
465
+ type: () => {
466
+ return Generic.ICollection;
467
+ },
468
+ },
469
+ NoStore: {
470
+ kind: "property",
471
+ type: () => {
472
+ return System.Boolean;
473
+ },
474
+ },
475
+ NoTransform: {
476
+ kind: "property",
477
+ type: () => {
478
+ return System.Boolean;
479
+ },
480
+ },
481
+ OnlyIfCached: {
482
+ kind: "property",
483
+ type: () => {
484
+ return System.Boolean;
485
+ },
486
+ },
487
+ Private: {
488
+ kind: "property",
489
+ type: () => {
490
+ return System.Boolean;
491
+ },
492
+ },
493
+ PrivateHeaders: {
494
+ kind: "property",
495
+ type: () => {
496
+ return Generic.ICollection;
497
+ },
498
+ },
499
+ ProxyRevalidate: {
500
+ kind: "property",
501
+ type: () => {
502
+ return System.Boolean;
503
+ },
504
+ },
505
+ Public: {
506
+ kind: "property",
507
+ type: () => {
508
+ return System.Boolean;
509
+ },
510
+ },
511
+ SharedMaxAge: {
512
+ kind: "property",
513
+ type: () => {
514
+ return System.TimeSpan;
515
+ },
516
+ isNullable: true,
517
+ },
518
+ },
519
+ },
520
+ ContentDispositionHeaderValue: {
521
+ kind: "class",
522
+ members: {
523
+ ContentDispositionHeaderValue: {
524
+ kind: "method",
525
+ methodKind: "constructor",
526
+ },
527
+ Equals: {
528
+ kind: "method",
529
+ methodKind: "ordinary",
530
+ isOverride: true,
531
+ },
532
+ GetHashCode: {
533
+ kind: "method",
534
+ methodKind: "ordinary",
535
+ isOverride: true,
536
+ },
537
+ Parse: {
538
+ kind: "method",
539
+ methodKind: "ordinary",
540
+ isStatic: true,
541
+ },
542
+ ToString: {
543
+ kind: "method",
544
+ methodKind: "ordinary",
545
+ isOverride: true,
546
+ },
547
+ TryParse: {
548
+ kind: "method",
549
+ methodKind: "ordinary",
550
+ isStatic: true,
551
+ },
552
+ CreationDate: {
553
+ kind: "property",
554
+ type: () => {
555
+ return System.DateTimeOffset;
556
+ },
557
+ isNullable: true,
558
+ },
559
+ DispositionType: {
560
+ kind: "property",
561
+ type: () => {
562
+ return System.String;
563
+ },
564
+ },
565
+ FileName: {
566
+ kind: "property",
567
+ type: () => {
568
+ return System.String;
569
+ },
570
+ isNullable: true,
571
+ },
572
+ FileNameStar: {
573
+ kind: "property",
574
+ type: () => {
575
+ return System.String;
576
+ },
577
+ isNullable: true,
578
+ },
579
+ ModificationDate: {
580
+ kind: "property",
581
+ type: () => {
582
+ return System.DateTimeOffset;
583
+ },
584
+ isNullable: true,
585
+ },
586
+ Name: {
587
+ kind: "property",
588
+ type: () => {
589
+ return System.String;
590
+ },
591
+ isNullable: true,
592
+ },
593
+ Parameters: {
594
+ kind: "property",
595
+ type: () => {
596
+ return Generic.ICollection;
597
+ },
598
+ },
599
+ ReadDate: {
600
+ kind: "property",
601
+ type: () => {
602
+ return System.DateTimeOffset;
603
+ },
604
+ isNullable: true,
605
+ },
606
+ Size: {
607
+ kind: "property",
608
+ type: () => {
609
+ return System.Int64;
610
+ },
611
+ isNullable: true,
612
+ },
613
+ },
614
+ },
615
+ ContentRangeHeaderValue: {
616
+ kind: "class",
617
+ members: {
618
+ ContentRangeHeaderValue: {
619
+ kind: "method",
620
+ methodKind: "constructor",
621
+ },
622
+ Equals: {
623
+ kind: "method",
624
+ methodKind: "ordinary",
625
+ isOverride: true,
626
+ },
627
+ GetHashCode: {
628
+ kind: "method",
629
+ methodKind: "ordinary",
630
+ isOverride: true,
631
+ },
632
+ Parse: {
633
+ kind: "method",
634
+ methodKind: "ordinary",
635
+ isStatic: true,
636
+ },
637
+ ToString: {
638
+ kind: "method",
639
+ methodKind: "ordinary",
640
+ isOverride: true,
641
+ },
642
+ TryParse: {
643
+ kind: "method",
644
+ methodKind: "ordinary",
645
+ isStatic: true,
646
+ },
647
+ From: {
648
+ kind: "property",
649
+ type: () => {
650
+ return System.Int64;
651
+ },
652
+ isNullable: true,
653
+ },
654
+ HasLength: {
655
+ kind: "property",
656
+ type: () => {
657
+ return System.Boolean;
658
+ },
659
+ },
660
+ HasRange: {
661
+ kind: "property",
662
+ type: () => {
663
+ return System.Boolean;
664
+ },
665
+ },
666
+ Length: {
667
+ kind: "property",
668
+ type: () => {
669
+ return System.Int64;
670
+ },
671
+ isNullable: true,
672
+ },
673
+ To: {
674
+ kind: "property",
675
+ type: () => {
676
+ return System.Int64;
677
+ },
678
+ isNullable: true,
679
+ },
680
+ Unit: {
681
+ kind: "property",
682
+ type: () => {
683
+ return System.String;
684
+ },
685
+ },
686
+ },
687
+ },
688
+ EntityTagHeaderValue: {
689
+ kind: "class",
690
+ members: {
691
+ EntityTagHeaderValue: {
692
+ kind: "method",
693
+ methodKind: "constructor",
694
+ },
695
+ Equals: {
696
+ kind: "method",
697
+ methodKind: "ordinary",
698
+ isOverride: true,
699
+ },
700
+ GetHashCode: {
701
+ kind: "method",
702
+ methodKind: "ordinary",
703
+ isOverride: true,
704
+ },
705
+ Parse: {
706
+ kind: "method",
707
+ methodKind: "ordinary",
708
+ isStatic: true,
709
+ },
710
+ ToString: {
711
+ kind: "method",
712
+ methodKind: "ordinary",
713
+ isOverride: true,
714
+ },
715
+ TryParse: {
716
+ kind: "method",
717
+ methodKind: "ordinary",
718
+ isStatic: true,
719
+ },
720
+ Any: {
721
+ kind: "property",
722
+ type: () => {
723
+ return Headers.EntityTagHeaderValue;
724
+ },
725
+ isStatic: true,
726
+ },
727
+ IsWeak: {
728
+ kind: "property",
729
+ type: () => {
730
+ return System.Boolean;
731
+ },
732
+ },
733
+ Tag: {
734
+ kind: "property",
735
+ type: () => {
736
+ return System.String;
737
+ },
738
+ },
739
+ },
740
+ },
741
+ HeaderStringValues: {
742
+ kind: "class",
743
+ members: {
744
+ Enumerator: {
745
+ kind: "struct",
746
+ members: {
747
+ Dispose: {
748
+ kind: "method",
749
+ methodKind: "ordinary",
750
+ },
751
+ MoveNext: {
752
+ kind: "method",
753
+ methodKind: "ordinary",
754
+ },
755
+ Current: {
756
+ kind: "property",
757
+ type: () => {
758
+ return System.String;
759
+ },
760
+ },
761
+ },
762
+ },
763
+ },
764
+ },
765
+ HttpContentHeaders: {
766
+ kind: "class",
767
+ members: {
768
+ Allow: {
769
+ kind: "property",
770
+ type: () => {
771
+ return Generic.ICollection;
772
+ },
773
+ },
774
+ ContentDisposition: {
775
+ kind: "property",
776
+ type: () => {
777
+ return Headers.ContentDispositionHeaderValue;
778
+ },
779
+ },
780
+ ContentEncoding: {
781
+ kind: "property",
782
+ type: () => {
783
+ return Generic.ICollection;
784
+ },
785
+ },
786
+ ContentLanguage: {
787
+ kind: "property",
788
+ type: () => {
789
+ return Generic.ICollection;
790
+ },
791
+ },
792
+ ContentLength: {
793
+ kind: "property",
794
+ type: () => {
795
+ return System.Int64;
796
+ },
797
+ isNullable: true,
798
+ },
799
+ ContentLocation: {
800
+ kind: "property",
801
+ type: () => {
802
+ return System.Uri;
803
+ },
804
+ isNullable: true,
805
+ },
806
+ ContentMD5: {
807
+ kind: "property",
808
+ type: () => {
809
+ return System.Array;
810
+ },
811
+ isNullable: true,
812
+ },
813
+ ContentRange: {
814
+ kind: "property",
815
+ type: () => {
816
+ return Headers.ContentRangeHeaderValue;
817
+ },
818
+ },
819
+ ContentType: {
820
+ kind: "property",
821
+ type: () => {
822
+ return Headers.MediaTypeHeaderValue;
823
+ },
824
+ isNullable: true,
825
+ },
826
+ Expires: {
827
+ kind: "property",
828
+ type: () => {
829
+ return System.DateTimeOffset;
830
+ },
831
+ isNullable: true,
832
+ },
833
+ LastModified: {
834
+ kind: "property",
835
+ type: () => {
836
+ return System.DateTimeOffset;
837
+ },
838
+ isNullable: true,
839
+ },
840
+ },
841
+ isSealed: true,
842
+ },
843
+ HttpHeaderValueCollection: {
844
+ kind: "class",
845
+ members: {
846
+ Add: {
847
+ kind: "method",
848
+ methodKind: "ordinary",
849
+ },
850
+ Clear: {
851
+ kind: "method",
852
+ methodKind: "ordinary",
853
+ },
854
+ Contains: {
855
+ kind: "method",
856
+ methodKind: "ordinary",
857
+ },
858
+ CopyTo: {
859
+ kind: "method",
860
+ methodKind: "ordinary",
861
+ },
862
+ GetEnumerator: {
863
+ kind: "method",
864
+ methodKind: "ordinary",
865
+ },
866
+ ParseAdd: {
867
+ kind: "method",
868
+ methodKind: "ordinary",
869
+ },
870
+ Remove: {
871
+ kind: "method",
872
+ methodKind: "ordinary",
873
+ },
874
+ ToString: {
875
+ kind: "method",
876
+ methodKind: "ordinary",
877
+ isOverride: true,
878
+ },
879
+ TryParseAdd: {
880
+ kind: "method",
881
+ methodKind: "ordinary",
882
+ },
883
+ Count: {
884
+ kind: "property",
885
+ type: () => {
886
+ return System.Int32;
887
+ },
888
+ },
889
+ IsReadOnly: {
890
+ kind: "property",
891
+ type: () => {
892
+ return System.Boolean;
893
+ },
894
+ },
895
+ },
896
+ isSealed: true,
897
+ },
898
+ HttpHeaders: {
899
+ kind: "class",
900
+ members: {
901
+ HttpHeaders: {
902
+ kind: "method",
903
+ methodKind: "constructor",
904
+ },
905
+ Add: {
906
+ kind: "method",
907
+ methodKind: "ordinary",
908
+ },
909
+ Clear: {
910
+ kind: "method",
911
+ methodKind: "ordinary",
912
+ },
913
+ Contains: {
914
+ kind: "method",
915
+ methodKind: "ordinary",
916
+ },
917
+ GetEnumerator: {
918
+ kind: "method",
919
+ methodKind: "ordinary",
920
+ },
921
+ GetValues: {
922
+ kind: "method",
923
+ methodKind: "ordinary",
924
+ },
925
+ Remove: {
926
+ kind: "method",
927
+ methodKind: "ordinary",
928
+ },
929
+ ToString: {
930
+ kind: "method",
931
+ methodKind: "ordinary",
932
+ isOverride: true,
933
+ },
934
+ TryAddWithoutValidation: {
935
+ kind: "method",
936
+ methodKind: "ordinary",
937
+ },
938
+ TryGetValues: {
939
+ kind: "method",
940
+ methodKind: "ordinary",
941
+ },
942
+ NonValidated: {
943
+ kind: "property",
944
+ type: () => {
945
+ return Headers.HttpHeadersNonValidated;
946
+ },
947
+ },
948
+ },
949
+ isAbstract: true,
950
+ },
951
+ HttpHeadersNonValidated: {
952
+ kind: "class",
953
+ members: {
954
+ Enumerator: {
955
+ kind: "struct",
956
+ members: {
957
+ Dispose: {
958
+ kind: "method",
959
+ methodKind: "ordinary",
960
+ },
961
+ MoveNext: {
962
+ kind: "method",
963
+ methodKind: "ordinary",
964
+ },
965
+ Current: {
966
+ kind: "property",
967
+ type: () => {
968
+ return Generic.KeyValuePair;
969
+ },
970
+ },
971
+ },
972
+ },
973
+ },
974
+ },
975
+ HttpRequestHeaders: {
976
+ kind: "class",
977
+ members: {
978
+ Accept: {
979
+ kind: "property",
980
+ type: () => {
981
+ return Headers.HttpHeaderValueCollection;
982
+ },
983
+ },
984
+ AcceptCharset: {
985
+ kind: "property",
986
+ type: () => {
987
+ return Headers.HttpHeaderValueCollection;
988
+ },
989
+ },
990
+ AcceptEncoding: {
991
+ kind: "property",
992
+ type: () => {
993
+ return Headers.HttpHeaderValueCollection;
994
+ },
995
+ },
996
+ AcceptLanguage: {
997
+ kind: "property",
998
+ type: () => {
999
+ return Headers.HttpHeaderValueCollection;
1000
+ },
1001
+ },
1002
+ Authorization: {
1003
+ kind: "property",
1004
+ type: () => {
1005
+ return Headers.AuthenticationHeaderValue;
1006
+ },
1007
+ isNullable: true,
1008
+ },
1009
+ CacheControl: {
1010
+ kind: "property",
1011
+ type: () => {
1012
+ return Headers.CacheControlHeaderValue;
1013
+ },
1014
+ },
1015
+ Connection: {
1016
+ kind: "property",
1017
+ type: () => {
1018
+ return Headers.HttpHeaderValueCollection;
1019
+ },
1020
+ },
1021
+ ConnectionClose: {
1022
+ kind: "property",
1023
+ type: () => {
1024
+ return System.Boolean;
1025
+ },
1026
+ isNullable: true,
1027
+ },
1028
+ Date: {
1029
+ kind: "property",
1030
+ type: () => {
1031
+ return System.DateTimeOffset;
1032
+ },
1033
+ isNullable: true,
1034
+ },
1035
+ Expect: {
1036
+ kind: "property",
1037
+ type: () => {
1038
+ return Headers.HttpHeaderValueCollection;
1039
+ },
1040
+ },
1041
+ ExpectContinue: {
1042
+ kind: "property",
1043
+ type: () => {
1044
+ return System.Boolean;
1045
+ },
1046
+ isNullable: true,
1047
+ },
1048
+ From: {
1049
+ kind: "property",
1050
+ type: () => {
1051
+ return System.String;
1052
+ },
1053
+ isNullable: true,
1054
+ },
1055
+ Host: {
1056
+ kind: "property",
1057
+ type: () => {
1058
+ return System.String;
1059
+ },
1060
+ isNullable: true,
1061
+ },
1062
+ IfMatch: {
1063
+ kind: "property",
1064
+ type: () => {
1065
+ return Headers.HttpHeaderValueCollection;
1066
+ },
1067
+ },
1068
+ IfModifiedSince: {
1069
+ kind: "property",
1070
+ type: () => {
1071
+ return System.DateTimeOffset;
1072
+ },
1073
+ isNullable: true,
1074
+ },
1075
+ IfNoneMatch: {
1076
+ kind: "property",
1077
+ type: () => {
1078
+ return Headers.HttpHeaderValueCollection;
1079
+ },
1080
+ },
1081
+ IfRange: {
1082
+ kind: "property",
1083
+ type: () => {
1084
+ return Headers.RangeConditionHeaderValue;
1085
+ },
1086
+ isNullable: true,
1087
+ },
1088
+ IfUnmodifiedSince: {
1089
+ kind: "property",
1090
+ type: () => {
1091
+ return System.DateTimeOffset;
1092
+ },
1093
+ isNullable: true,
1094
+ },
1095
+ MaxForwards: {
1096
+ kind: "property",
1097
+ type: () => {
1098
+ return System.Int32;
1099
+ },
1100
+ isNullable: true,
1101
+ },
1102
+ Pragma: {
1103
+ kind: "property",
1104
+ type: () => {
1105
+ return Headers.HttpHeaderValueCollection;
1106
+ },
1107
+ },
1108
+ Protocol: {
1109
+ kind: "property",
1110
+ type: () => {
1111
+ return System.String;
1112
+ },
1113
+ isNullable: true,
1114
+ },
1115
+ ProxyAuthorization: {
1116
+ kind: "property",
1117
+ type: () => {
1118
+ return Headers.AuthenticationHeaderValue;
1119
+ },
1120
+ isNullable: true,
1121
+ },
1122
+ Range: {
1123
+ kind: "property",
1124
+ type: () => {
1125
+ return Headers.RangeHeaderValue;
1126
+ },
1127
+ },
1128
+ Referrer: {
1129
+ kind: "property",
1130
+ type: () => {
1131
+ return System.Uri;
1132
+ },
1133
+ isNullable: true,
1134
+ },
1135
+ TE: {
1136
+ kind: "property",
1137
+ type: () => {
1138
+ return Headers.HttpHeaderValueCollection;
1139
+ },
1140
+ },
1141
+ Trailer: {
1142
+ kind: "property",
1143
+ type: () => {
1144
+ return Headers.HttpHeaderValueCollection;
1145
+ },
1146
+ },
1147
+ TransferEncoding: {
1148
+ kind: "property",
1149
+ type: () => {
1150
+ return Headers.HttpHeaderValueCollection;
1151
+ },
1152
+ },
1153
+ TransferEncodingChunked: {
1154
+ kind: "property",
1155
+ type: () => {
1156
+ return System.Boolean;
1157
+ },
1158
+ isNullable: true,
1159
+ },
1160
+ Upgrade: {
1161
+ kind: "property",
1162
+ type: () => {
1163
+ return Headers.HttpHeaderValueCollection;
1164
+ },
1165
+ },
1166
+ UserAgent: {
1167
+ kind: "property",
1168
+ type: () => {
1169
+ return Headers.HttpHeaderValueCollection;
1170
+ },
1171
+ },
1172
+ Via: {
1173
+ kind: "property",
1174
+ type: () => {
1175
+ return Headers.HttpHeaderValueCollection;
1176
+ },
1177
+ },
1178
+ Warning: {
1179
+ kind: "property",
1180
+ type: () => {
1181
+ return Headers.HttpHeaderValueCollection;
1182
+ },
1183
+ },
1184
+ },
1185
+ isSealed: true,
1186
+ },
1187
+ HttpResponseHeaders: {
1188
+ kind: "class",
1189
+ members: {
1190
+ AcceptRanges: {
1191
+ kind: "property",
1192
+ type: () => {
1193
+ return Headers.HttpHeaderValueCollection;
1194
+ },
1195
+ },
1196
+ Age: {
1197
+ kind: "property",
1198
+ type: () => {
1199
+ return System.TimeSpan;
1200
+ },
1201
+ isNullable: true,
1202
+ },
1203
+ CacheControl: {
1204
+ kind: "property",
1205
+ type: () => {
1206
+ return Headers.CacheControlHeaderValue;
1207
+ },
1208
+ },
1209
+ Connection: {
1210
+ kind: "property",
1211
+ type: () => {
1212
+ return Headers.HttpHeaderValueCollection;
1213
+ },
1214
+ },
1215
+ ConnectionClose: {
1216
+ kind: "property",
1217
+ type: () => {
1218
+ return System.Boolean;
1219
+ },
1220
+ isNullable: true,
1221
+ },
1222
+ Date: {
1223
+ kind: "property",
1224
+ type: () => {
1225
+ return System.DateTimeOffset;
1226
+ },
1227
+ isNullable: true,
1228
+ },
1229
+ ETag: {
1230
+ kind: "property",
1231
+ type: () => {
1232
+ return Headers.EntityTagHeaderValue;
1233
+ },
1234
+ isNullable: true,
1235
+ },
1236
+ Location: {
1237
+ kind: "property",
1238
+ type: () => {
1239
+ return System.Uri;
1240
+ },
1241
+ isNullable: true,
1242
+ },
1243
+ Pragma: {
1244
+ kind: "property",
1245
+ type: () => {
1246
+ return Headers.HttpHeaderValueCollection;
1247
+ },
1248
+ },
1249
+ ProxyAuthenticate: {
1250
+ kind: "property",
1251
+ type: () => {
1252
+ return Headers.HttpHeaderValueCollection;
1253
+ },
1254
+ },
1255
+ RetryAfter: {
1256
+ kind: "property",
1257
+ type: () => {
1258
+ return Headers.RetryConditionHeaderValue;
1259
+ },
1260
+ isNullable: true,
1261
+ },
1262
+ Server: {
1263
+ kind: "property",
1264
+ type: () => {
1265
+ return Headers.HttpHeaderValueCollection;
1266
+ },
1267
+ },
1268
+ Trailer: {
1269
+ kind: "property",
1270
+ type: () => {
1271
+ return Headers.HttpHeaderValueCollection;
1272
+ },
1273
+ },
1274
+ TransferEncoding: {
1275
+ kind: "property",
1276
+ type: () => {
1277
+ return Headers.HttpHeaderValueCollection;
1278
+ },
1279
+ },
1280
+ TransferEncodingChunked: {
1281
+ kind: "property",
1282
+ type: () => {
1283
+ return System.Boolean;
1284
+ },
1285
+ isNullable: true,
1286
+ },
1287
+ Upgrade: {
1288
+ kind: "property",
1289
+ type: () => {
1290
+ return Headers.HttpHeaderValueCollection;
1291
+ },
1292
+ },
1293
+ Vary: {
1294
+ kind: "property",
1295
+ type: () => {
1296
+ return Headers.HttpHeaderValueCollection;
1297
+ },
1298
+ },
1299
+ Via: {
1300
+ kind: "property",
1301
+ type: () => {
1302
+ return Headers.HttpHeaderValueCollection;
1303
+ },
1304
+ },
1305
+ Warning: {
1306
+ kind: "property",
1307
+ type: () => {
1308
+ return Headers.HttpHeaderValueCollection;
1309
+ },
1310
+ },
1311
+ WwwAuthenticate: {
1312
+ kind: "property",
1313
+ type: () => {
1314
+ return Headers.HttpHeaderValueCollection;
1315
+ },
1316
+ },
1317
+ },
1318
+ isSealed: true,
1319
+ },
1320
+ MediaTypeHeaderValue: {
1321
+ kind: "class",
1322
+ members: {
1323
+ MediaTypeHeaderValue: {
1324
+ kind: "method",
1325
+ methodKind: "constructor",
1326
+ },
1327
+ Equals: {
1328
+ kind: "method",
1329
+ methodKind: "ordinary",
1330
+ isOverride: true,
1331
+ },
1332
+ GetHashCode: {
1333
+ kind: "method",
1334
+ methodKind: "ordinary",
1335
+ isOverride: true,
1336
+ },
1337
+ Parse: {
1338
+ kind: "method",
1339
+ methodKind: "ordinary",
1340
+ isStatic: true,
1341
+ },
1342
+ ToString: {
1343
+ kind: "method",
1344
+ methodKind: "ordinary",
1345
+ isOverride: true,
1346
+ },
1347
+ TryParse: {
1348
+ kind: "method",
1349
+ methodKind: "ordinary",
1350
+ isStatic: true,
1351
+ },
1352
+ CharSet: {
1353
+ kind: "property",
1354
+ type: () => {
1355
+ return System.String;
1356
+ },
1357
+ isNullable: true,
1358
+ },
1359
+ MediaType: {
1360
+ kind: "property",
1361
+ type: () => {
1362
+ return System.String;
1363
+ },
1364
+ isNullable: true,
1365
+ },
1366
+ Parameters: {
1367
+ kind: "property",
1368
+ type: () => {
1369
+ return Generic.ICollection;
1370
+ },
1371
+ },
1372
+ },
1373
+ },
1374
+ MediaTypeWithQualityHeaderValue: {
1375
+ kind: "class",
1376
+ members: {
1377
+ MediaTypeWithQualityHeaderValue: {
1378
+ kind: "method",
1379
+ methodKind: "constructor",
1380
+ },
1381
+ Parse: {
1382
+ kind: "method",
1383
+ methodKind: "ordinary",
1384
+ isStatic: true,
1385
+ },
1386
+ TryParse: {
1387
+ kind: "method",
1388
+ methodKind: "ordinary",
1389
+ isStatic: true,
1390
+ },
1391
+ Quality: {
1392
+ kind: "property",
1393
+ type: () => {
1394
+ return System.Double;
1395
+ },
1396
+ isNullable: true,
1397
+ },
1398
+ },
1399
+ isSealed: true,
1400
+ },
1401
+ NameValueHeaderValue: {
1402
+ kind: "class",
1403
+ members: {
1404
+ NameValueHeaderValue: {
1405
+ kind: "method",
1406
+ methodKind: "constructor",
1407
+ },
1408
+ Equals: {
1409
+ kind: "method",
1410
+ methodKind: "ordinary",
1411
+ isOverride: true,
1412
+ },
1413
+ GetHashCode: {
1414
+ kind: "method",
1415
+ methodKind: "ordinary",
1416
+ isOverride: true,
1417
+ },
1418
+ Parse: {
1419
+ kind: "method",
1420
+ methodKind: "ordinary",
1421
+ isStatic: true,
1422
+ },
1423
+ ToString: {
1424
+ kind: "method",
1425
+ methodKind: "ordinary",
1426
+ isOverride: true,
1427
+ },
1428
+ TryParse: {
1429
+ kind: "method",
1430
+ methodKind: "ordinary",
1431
+ isStatic: true,
1432
+ },
1433
+ Name: {
1434
+ kind: "property",
1435
+ type: () => {
1436
+ return System.String;
1437
+ },
1438
+ },
1439
+ Value: {
1440
+ kind: "property",
1441
+ type: () => {
1442
+ return System.String;
1443
+ },
1444
+ isNullable: true,
1445
+ },
1446
+ },
1447
+ },
1448
+ NameValueWithParametersHeaderValue: {
1449
+ kind: "class",
1450
+ members: {
1451
+ NameValueWithParametersHeaderValue: {
1452
+ kind: "method",
1453
+ methodKind: "constructor",
1454
+ },
1455
+ Equals: {
1456
+ kind: "method",
1457
+ methodKind: "ordinary",
1458
+ isOverride: true,
1459
+ },
1460
+ GetHashCode: {
1461
+ kind: "method",
1462
+ methodKind: "ordinary",
1463
+ isOverride: true,
1464
+ },
1465
+ Parse: {
1466
+ kind: "method",
1467
+ methodKind: "ordinary",
1468
+ isStatic: true,
1469
+ },
1470
+ ToString: {
1471
+ kind: "method",
1472
+ methodKind: "ordinary",
1473
+ isOverride: true,
1474
+ },
1475
+ TryParse: {
1476
+ kind: "method",
1477
+ methodKind: "ordinary",
1478
+ isStatic: true,
1479
+ },
1480
+ Parameters: {
1481
+ kind: "property",
1482
+ type: () => {
1483
+ return Generic.ICollection;
1484
+ },
1485
+ },
1486
+ },
1487
+ },
1488
+ ProductHeaderValue: {
1489
+ kind: "class",
1490
+ members: {
1491
+ ProductHeaderValue: {
1492
+ kind: "method",
1493
+ methodKind: "constructor",
1494
+ },
1495
+ Equals: {
1496
+ kind: "method",
1497
+ methodKind: "ordinary",
1498
+ isOverride: true,
1499
+ },
1500
+ GetHashCode: {
1501
+ kind: "method",
1502
+ methodKind: "ordinary",
1503
+ isOverride: true,
1504
+ },
1505
+ Parse: {
1506
+ kind: "method",
1507
+ methodKind: "ordinary",
1508
+ isStatic: true,
1509
+ },
1510
+ ToString: {
1511
+ kind: "method",
1512
+ methodKind: "ordinary",
1513
+ isOverride: true,
1514
+ },
1515
+ TryParse: {
1516
+ kind: "method",
1517
+ methodKind: "ordinary",
1518
+ isStatic: true,
1519
+ },
1520
+ Name: {
1521
+ kind: "property",
1522
+ type: () => {
1523
+ return System.String;
1524
+ },
1525
+ },
1526
+ Version: {
1527
+ kind: "property",
1528
+ type: () => {
1529
+ return System.String;
1530
+ },
1531
+ isNullable: true,
1532
+ },
1533
+ },
1534
+ },
1535
+ ProductInfoHeaderValue: {
1536
+ kind: "class",
1537
+ members: {
1538
+ ProductInfoHeaderValue: {
1539
+ kind: "method",
1540
+ methodKind: "constructor",
1541
+ },
1542
+ Equals: {
1543
+ kind: "method",
1544
+ methodKind: "ordinary",
1545
+ isOverride: true,
1546
+ },
1547
+ GetHashCode: {
1548
+ kind: "method",
1549
+ methodKind: "ordinary",
1550
+ isOverride: true,
1551
+ },
1552
+ Parse: {
1553
+ kind: "method",
1554
+ methodKind: "ordinary",
1555
+ isStatic: true,
1556
+ },
1557
+ ToString: {
1558
+ kind: "method",
1559
+ methodKind: "ordinary",
1560
+ isOverride: true,
1561
+ },
1562
+ TryParse: {
1563
+ kind: "method",
1564
+ methodKind: "ordinary",
1565
+ isStatic: true,
1566
+ },
1567
+ Comment: {
1568
+ kind: "property",
1569
+ type: () => {
1570
+ return System.String;
1571
+ },
1572
+ isNullable: true,
1573
+ },
1574
+ Product: {
1575
+ kind: "property",
1576
+ type: () => {
1577
+ return Headers.ProductHeaderValue;
1578
+ },
1579
+ },
1580
+ },
1581
+ },
1582
+ RangeConditionHeaderValue: {
1583
+ kind: "class",
1584
+ members: {
1585
+ RangeConditionHeaderValue: {
1586
+ kind: "method",
1587
+ methodKind: "constructor",
1588
+ },
1589
+ Equals: {
1590
+ kind: "method",
1591
+ methodKind: "ordinary",
1592
+ isOverride: true,
1593
+ },
1594
+ GetHashCode: {
1595
+ kind: "method",
1596
+ methodKind: "ordinary",
1597
+ isOverride: true,
1598
+ },
1599
+ Parse: {
1600
+ kind: "method",
1601
+ methodKind: "ordinary",
1602
+ isStatic: true,
1603
+ },
1604
+ ToString: {
1605
+ kind: "method",
1606
+ methodKind: "ordinary",
1607
+ isOverride: true,
1608
+ },
1609
+ TryParse: {
1610
+ kind: "method",
1611
+ methodKind: "ordinary",
1612
+ isStatic: true,
1613
+ },
1614
+ Date: {
1615
+ kind: "property",
1616
+ type: () => {
1617
+ return System.DateTimeOffset;
1618
+ },
1619
+ isNullable: true,
1620
+ },
1621
+ EntityTag: {
1622
+ kind: "property",
1623
+ type: () => {
1624
+ return Headers.EntityTagHeaderValue;
1625
+ },
1626
+ },
1627
+ },
1628
+ },
1629
+ RangeHeaderValue: {
1630
+ kind: "class",
1631
+ members: {
1632
+ RangeHeaderValue: {
1633
+ kind: "method",
1634
+ methodKind: "constructor",
1635
+ },
1636
+ Equals: {
1637
+ kind: "method",
1638
+ methodKind: "ordinary",
1639
+ isOverride: true,
1640
+ },
1641
+ GetHashCode: {
1642
+ kind: "method",
1643
+ methodKind: "ordinary",
1644
+ isOverride: true,
1645
+ },
1646
+ Parse: {
1647
+ kind: "method",
1648
+ methodKind: "ordinary",
1649
+ isStatic: true,
1650
+ },
1651
+ ToString: {
1652
+ kind: "method",
1653
+ methodKind: "ordinary",
1654
+ isOverride: true,
1655
+ },
1656
+ TryParse: {
1657
+ kind: "method",
1658
+ methodKind: "ordinary",
1659
+ isStatic: true,
1660
+ },
1661
+ Ranges: {
1662
+ kind: "property",
1663
+ type: () => {
1664
+ return Generic.ICollection;
1665
+ },
1666
+ },
1667
+ Unit: {
1668
+ kind: "property",
1669
+ type: () => {
1670
+ return System.String;
1671
+ },
1672
+ },
1673
+ },
1674
+ },
1675
+ RangeItemHeaderValue: {
1676
+ kind: "class",
1677
+ members: {
1678
+ RangeItemHeaderValue: {
1679
+ kind: "method",
1680
+ methodKind: "constructor",
1681
+ },
1682
+ Equals: {
1683
+ kind: "method",
1684
+ methodKind: "ordinary",
1685
+ isOverride: true,
1686
+ },
1687
+ GetHashCode: {
1688
+ kind: "method",
1689
+ methodKind: "ordinary",
1690
+ isOverride: true,
1691
+ },
1692
+ ToString: {
1693
+ kind: "method",
1694
+ methodKind: "ordinary",
1695
+ isOverride: true,
1696
+ },
1697
+ From: {
1698
+ kind: "property",
1699
+ type: () => {
1700
+ return System.Int64;
1701
+ },
1702
+ isNullable: true,
1703
+ },
1704
+ To: {
1705
+ kind: "property",
1706
+ type: () => {
1707
+ return System.Int64;
1708
+ },
1709
+ isNullable: true,
1710
+ },
1711
+ },
1712
+ },
1713
+ RetryConditionHeaderValue: {
1714
+ kind: "class",
1715
+ members: {
1716
+ RetryConditionHeaderValue: {
1717
+ kind: "method",
1718
+ methodKind: "constructor",
1719
+ },
1720
+ Equals: {
1721
+ kind: "method",
1722
+ methodKind: "ordinary",
1723
+ isOverride: true,
1724
+ },
1725
+ GetHashCode: {
1726
+ kind: "method",
1727
+ methodKind: "ordinary",
1728
+ isOverride: true,
1729
+ },
1730
+ Parse: {
1731
+ kind: "method",
1732
+ methodKind: "ordinary",
1733
+ isStatic: true,
1734
+ },
1735
+ ToString: {
1736
+ kind: "method",
1737
+ methodKind: "ordinary",
1738
+ isOverride: true,
1739
+ },
1740
+ TryParse: {
1741
+ kind: "method",
1742
+ methodKind: "ordinary",
1743
+ isStatic: true,
1744
+ },
1745
+ Date: {
1746
+ kind: "property",
1747
+ type: () => {
1748
+ return System.DateTimeOffset;
1749
+ },
1750
+ isNullable: true,
1751
+ },
1752
+ Delta: {
1753
+ kind: "property",
1754
+ type: () => {
1755
+ return System.TimeSpan;
1756
+ },
1757
+ isNullable: true,
1758
+ },
1759
+ },
1760
+ },
1761
+ StringWithQualityHeaderValue: {
1762
+ kind: "class",
1763
+ members: {
1764
+ StringWithQualityHeaderValue: {
1765
+ kind: "method",
1766
+ methodKind: "constructor",
1767
+ },
1768
+ Equals: {
1769
+ kind: "method",
1770
+ methodKind: "ordinary",
1771
+ isOverride: true,
1772
+ },
1773
+ GetHashCode: {
1774
+ kind: "method",
1775
+ methodKind: "ordinary",
1776
+ isOverride: true,
1777
+ },
1778
+ Parse: {
1779
+ kind: "method",
1780
+ methodKind: "ordinary",
1781
+ isStatic: true,
1782
+ },
1783
+ ToString: {
1784
+ kind: "method",
1785
+ methodKind: "ordinary",
1786
+ isOverride: true,
1787
+ },
1788
+ TryParse: {
1789
+ kind: "method",
1790
+ methodKind: "ordinary",
1791
+ isStatic: true,
1792
+ },
1793
+ Quality: {
1794
+ kind: "property",
1795
+ type: () => {
1796
+ return System.Double;
1797
+ },
1798
+ isNullable: true,
1799
+ },
1800
+ Value: {
1801
+ kind: "property",
1802
+ type: () => {
1803
+ return System.String;
1804
+ },
1805
+ },
1806
+ },
1807
+ },
1808
+ TransferCodingHeaderValue: {
1809
+ kind: "class",
1810
+ members: {
1811
+ TransferCodingHeaderValue: {
1812
+ kind: "method",
1813
+ methodKind: "constructor",
1814
+ },
1815
+ Equals: {
1816
+ kind: "method",
1817
+ methodKind: "ordinary",
1818
+ isOverride: true,
1819
+ },
1820
+ GetHashCode: {
1821
+ kind: "method",
1822
+ methodKind: "ordinary",
1823
+ isOverride: true,
1824
+ },
1825
+ Parse: {
1826
+ kind: "method",
1827
+ methodKind: "ordinary",
1828
+ isStatic: true,
1829
+ },
1830
+ ToString: {
1831
+ kind: "method",
1832
+ methodKind: "ordinary",
1833
+ isOverride: true,
1834
+ },
1835
+ TryParse: {
1836
+ kind: "method",
1837
+ methodKind: "ordinary",
1838
+ isStatic: true,
1839
+ },
1840
+ Parameters: {
1841
+ kind: "property",
1842
+ type: () => {
1843
+ return Generic.ICollection;
1844
+ },
1845
+ },
1846
+ Value: {
1847
+ kind: "property",
1848
+ type: () => {
1849
+ return System.String;
1850
+ },
1851
+ },
1852
+ },
1853
+ },
1854
+ TransferCodingWithQualityHeaderValue: {
1855
+ kind: "class",
1856
+ members: {
1857
+ TransferCodingWithQualityHeaderValue: {
1858
+ kind: "method",
1859
+ methodKind: "constructor",
1860
+ },
1861
+ Parse: {
1862
+ kind: "method",
1863
+ methodKind: "ordinary",
1864
+ isStatic: true,
1865
+ },
1866
+ TryParse: {
1867
+ kind: "method",
1868
+ methodKind: "ordinary",
1869
+ isStatic: true,
1870
+ },
1871
+ Quality: {
1872
+ kind: "property",
1873
+ type: () => {
1874
+ return System.Double;
1875
+ },
1876
+ isNullable: true,
1877
+ },
1878
+ },
1879
+ isSealed: true,
1880
+ },
1881
+ ViaHeaderValue: {
1882
+ kind: "class",
1883
+ members: {
1884
+ ViaHeaderValue: {
1885
+ kind: "method",
1886
+ methodKind: "constructor",
1887
+ },
1888
+ Equals: {
1889
+ kind: "method",
1890
+ methodKind: "ordinary",
1891
+ isOverride: true,
1892
+ },
1893
+ GetHashCode: {
1894
+ kind: "method",
1895
+ methodKind: "ordinary",
1896
+ isOverride: true,
1897
+ },
1898
+ Parse: {
1899
+ kind: "method",
1900
+ methodKind: "ordinary",
1901
+ isStatic: true,
1902
+ },
1903
+ ToString: {
1904
+ kind: "method",
1905
+ methodKind: "ordinary",
1906
+ isOverride: true,
1907
+ },
1908
+ TryParse: {
1909
+ kind: "method",
1910
+ methodKind: "ordinary",
1911
+ isStatic: true,
1912
+ },
1913
+ Comment: {
1914
+ kind: "property",
1915
+ type: () => {
1916
+ return System.String;
1917
+ },
1918
+ isNullable: true,
1919
+ },
1920
+ ProtocolName: {
1921
+ kind: "property",
1922
+ type: () => {
1923
+ return System.String;
1924
+ },
1925
+ isNullable: true,
1926
+ },
1927
+ ProtocolVersion: {
1928
+ kind: "property",
1929
+ type: () => {
1930
+ return System.String;
1931
+ },
1932
+ },
1933
+ ReceivedBy: {
1934
+ kind: "property",
1935
+ type: () => {
1936
+ return System.String;
1937
+ },
1938
+ },
1939
+ },
1940
+ },
1941
+ WarningHeaderValue: {
1942
+ kind: "class",
1943
+ members: {
1944
+ WarningHeaderValue: {
1945
+ kind: "method",
1946
+ methodKind: "constructor",
1947
+ },
1948
+ Equals: {
1949
+ kind: "method",
1950
+ methodKind: "ordinary",
1951
+ isOverride: true,
1952
+ },
1953
+ GetHashCode: {
1954
+ kind: "method",
1955
+ methodKind: "ordinary",
1956
+ isOverride: true,
1957
+ },
1958
+ Parse: {
1959
+ kind: "method",
1960
+ methodKind: "ordinary",
1961
+ isStatic: true,
1962
+ },
1963
+ ToString: {
1964
+ kind: "method",
1965
+ methodKind: "ordinary",
1966
+ isOverride: true,
1967
+ },
1968
+ TryParse: {
1969
+ kind: "method",
1970
+ methodKind: "ordinary",
1971
+ isStatic: true,
1972
+ },
1973
+ Agent: {
1974
+ kind: "property",
1975
+ type: () => {
1976
+ return System.String;
1977
+ },
1978
+ },
1979
+ Code: {
1980
+ kind: "property",
1981
+ type: () => {
1982
+ return System.Int32;
1983
+ },
1984
+ },
1985
+ Date: {
1986
+ kind: "property",
1987
+ type: () => {
1988
+ return System.DateTimeOffset;
1989
+ },
1990
+ isNullable: true,
1991
+ },
1992
+ Text: {
1993
+ kind: "property",
1994
+ type: () => {
1995
+ return System.String;
1996
+ },
1997
+ },
1998
+ },
1999
+ },
2000
+ });
2001
+ export default Headers