@tsonic/dotnet 10.0.41 → 10.0.42

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 (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Net.Http
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -70,10 +70,10 @@ export enum HttpVersionPolicy {
70
70
  }
71
71
 
72
72
 
73
- export type HeaderEncodingSelector_1<TContext> = (headerName: string, context: TContext) => Encoding | null;
73
+ export type HeaderEncodingSelector_1<TContext extends unknown> = (headerName: string, context: TContext) => Encoding | null;
74
74
 
75
75
 
76
- export interface HttpRequestOptionsKey_1$instance<TValue> {
76
+ export interface HttpRequestOptionsKey_1$instance<TValue extends unknown> {
77
77
  readonly __tsonic_type_System_Net_Http_HttpRequestOptionsKey_1: never;
78
78
 
79
79
  readonly Key: string;
@@ -81,11 +81,11 @@ export interface HttpRequestOptionsKey_1$instance<TValue> {
81
81
 
82
82
 
83
83
  export const HttpRequestOptionsKey_1: {
84
- new<TValue>(key: string): HttpRequestOptionsKey_1<TValue>;
84
+ new<TValue extends unknown>(key: string): HttpRequestOptionsKey_1<TValue>;
85
85
  };
86
86
 
87
87
 
88
- export type HttpRequestOptionsKey_1<TValue> = HttpRequestOptionsKey_1$instance<TValue>;
88
+ export type HttpRequestOptionsKey_1<TValue extends unknown> = HttpRequestOptionsKey_1$instance<TValue>;
89
89
 
90
90
  export interface ByteArrayContent$instance extends HttpContent$instance {
91
91
  readonly __tsonic_type_System_Net_Http_ByteArrayContent: never;
@@ -261,7 +261,7 @@ export interface HttpClientHandler$instance extends HttpMessageHandler$instance
261
261
  get MeterFactory(): IMeterFactory | null;
262
262
  set MeterFactory(value: IMeterFactory | null);
263
263
  PreAuthenticate: boolean;
264
- readonly Properties: IDictionary_2<System_Internal.String, JsValue | null>;
264
+ readonly Properties: IDictionary_2<System_Internal.String, unknown | null>;
265
265
  get Proxy(): IWebProxy | null;
266
266
  set Proxy(value: IWebProxy | null);
267
267
  get ServerCertificateCustomValidationCallback(): Func_5<HttpRequestMessage, X509Certificate2 | null, X509Chain | null, SslPolicyErrors, System_Internal.Boolean> | null;
@@ -416,7 +416,7 @@ export interface HttpMethod$instance {
416
416
 
417
417
  readonly Method: string;
418
418
  Equals(other: HttpMethod | null): boolean;
419
- Equals(obj: JsValue | null): boolean;
419
+ Equals(obj: unknown | null): boolean;
420
420
  GetHashCode(): int;
421
421
  ToString(): string;
422
422
  }
@@ -505,7 +505,7 @@ export interface HttpRequestMessage$instance {
505
505
  readonly Headers: HttpRequestHeaders;
506
506
  Method: HttpMethod;
507
507
  readonly Options: HttpRequestOptions;
508
- readonly Properties: IDictionary_2<System_Internal.String, JsValue | null>;
508
+ readonly Properties: IDictionary_2<System_Internal.String, unknown | null>;
509
509
  get RequestUri(): Uri | null;
510
510
  set RequestUri(value: Uri | null);
511
511
  Version: Version;
@@ -540,8 +540,8 @@ export interface HttpRequestOptions$instance {
540
540
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
541
541
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
542
542
 
543
- Set<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): void;
544
- TryGetValue<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): boolean;
543
+ Set<TValue extends unknown>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): void;
544
+ TryGetValue<TValue extends unknown>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): boolean;
545
545
  }
546
546
 
547
547
 
@@ -551,11 +551,11 @@ export const HttpRequestOptions: {
551
551
 
552
552
 
553
553
  export interface __HttpRequestOptions$views {
554
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
555
- As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, JsValue>;
556
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
557
- As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
558
- As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<System_Internal.String, JsValue>;
554
+ As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
555
+ As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>;
556
+ As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
557
+ As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
558
+ As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<System_Internal.String, unknown>;
559
559
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
560
560
  }
561
561
 
@@ -765,7 +765,7 @@ export interface SocketsHttpHandler$instance extends HttpMessageHandler$instance
765
765
  PooledConnectionIdleTimeout: TimeSpan;
766
766
  PooledConnectionLifetime: TimeSpan;
767
767
  PreAuthenticate: boolean;
768
- readonly Properties: IDictionary_2<System_Internal.String, JsValue | null>;
768
+ readonly Properties: IDictionary_2<System_Internal.String, unknown | null>;
769
769
  get Proxy(): IWebProxy | null;
770
770
  set Proxy(value: IWebProxy | null);
771
771
  get RequestHeaderEncodingSelector(): HeaderEncodingSelector_1<HttpRequestMessage> | null;
@@ -83,7 +83,7 @@
83
83
  {
84
84
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
85
85
  "clrName": "GetEnumerator",
86
- "metadataToken": 100704560,
86
+ "metadataToken": 100704565,
87
87
  "canonicalSignature": "():IEnumerator_1",
88
88
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
89
89
  "emitScope": "ViewOnly",
@@ -104,7 +104,7 @@
104
104
  {
105
105
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
106
106
  "clrName": "GetEnumerator",
107
- "metadataToken": 100703845,
107
+ "metadataToken": 100703850,
108
108
  "canonicalSignature": "():System.Collections.IEnumerator",
109
109
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
110
110
  "emitScope": "ViewOnly",
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
148
148
  "clrName": "Count",
149
- "metadataToken": 385881428,
149
+ "metadataToken": 385881430,
150
150
  "canonicalSignature": ":System.Int32",
151
151
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
152
152
  "emitScope": "ViewOnly",
@@ -240,6 +240,26 @@
240
240
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues\u002BEnumerator",
241
241
  "declaringAssemblyName": "System.Net.Http",
242
242
  "isExtensionMethod": false
243
+ },
244
+ {
245
+ "stableId": "System.Net.Http:System.Net.Http.Headers.HeaderStringValues\u002BEnumerator::Reset():System.Void",
246
+ "clrName": "Reset",
247
+ "metadataToken": 0,
248
+ "canonicalSignature": "():System.Void",
249
+ "normalizedSignature": "Reset|():System.Void|static=false",
250
+ "emitScope": "ClassSurface",
251
+ "provenance": "Synthesized",
252
+ "arity": 0,
253
+ "parameterCount": 0,
254
+ "isStatic": false,
255
+ "isAbstract": false,
256
+ "isVirtual": true,
257
+ "isOverride": false,
258
+ "isSealed": false,
259
+ "visibility": "Public",
260
+ "declaringClrType": "System.Net.Http.Headers.HeaderStringValues\u002BEnumerator",
261
+ "declaringAssemblyName": "System.Net.Http",
262
+ "isExtensionMethod": false
243
263
  }
244
264
  ],
245
265
  "properties": [
@@ -380,7 +400,7 @@
380
400
  {
381
401
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
382
402
  "clrName": "ContainsKey",
383
- "metadataToken": 100704572,
403
+ "metadataToken": 100704577,
384
404
  "canonicalSignature": "(TKey):System.Boolean",
385
405
  "normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
386
406
  "emitScope": "ViewOnly",
@@ -401,7 +421,7 @@
401
421
  {
402
422
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
403
423
  "clrName": "TryGetValue",
404
- "metadataToken": 100704573,
424
+ "metadataToken": 100704578,
405
425
  "canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
406
426
  "normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
407
427
  "emitScope": "ViewOnly",
@@ -428,7 +448,7 @@
428
448
  {
429
449
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
430
450
  "clrName": "GetEnumerator",
431
- "metadataToken": 100704560,
451
+ "metadataToken": 100704565,
432
452
  "canonicalSignature": "():IEnumerator_1",
433
453
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
434
454
  "emitScope": "ViewOnly",
@@ -449,7 +469,7 @@
449
469
  {
450
470
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
451
471
  "clrName": "GetEnumerator",
452
- "metadataToken": 100703845,
472
+ "metadataToken": 100703850,
453
473
  "canonicalSignature": "():System.Collections.IEnumerator",
454
474
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
455
475
  "emitScope": "ViewOnly",
@@ -510,7 +530,7 @@
510
530
  {
511
531
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
512
532
  "clrName": "Keys",
513
- "metadataToken": 385881430,
533
+ "metadataToken": 385881432,
514
534
  "canonicalSignature": ":IEnumerable_1",
515
535
  "normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
516
536
  "emitScope": "ViewOnly",
@@ -530,7 +550,7 @@
530
550
  {
531
551
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
532
552
  "clrName": "Values",
533
- "metadataToken": 385881431,
553
+ "metadataToken": 385881433,
534
554
  "canonicalSignature": ":IEnumerable_1",
535
555
  "normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
536
556
  "emitScope": "ViewOnly",
@@ -550,7 +570,7 @@
550
570
  {
551
571
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
552
572
  "clrName": "Count",
553
- "metadataToken": 385881428,
573
+ "metadataToken": 385881430,
554
574
  "canonicalSignature": ":System.Int32",
555
575
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
556
576
  "emitScope": "ViewOnly",
@@ -644,6 +664,26 @@
644
664
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
645
665
  "declaringAssemblyName": "System.Net.Http",
646
666
  "isExtensionMethod": false
667
+ },
668
+ {
669
+ "stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator::Reset():System.Void",
670
+ "clrName": "Reset",
671
+ "metadataToken": 0,
672
+ "canonicalSignature": "():System.Void",
673
+ "normalizedSignature": "Reset|():System.Void|static=false",
674
+ "emitScope": "ClassSurface",
675
+ "provenance": "Synthesized",
676
+ "arity": 0,
677
+ "parameterCount": 0,
678
+ "isStatic": false,
679
+ "isAbstract": false,
680
+ "isVirtual": true,
681
+ "isOverride": false,
682
+ "isSealed": false,
683
+ "visibility": "Public",
684
+ "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
685
+ "declaringAssemblyName": "System.Net.Http",
686
+ "isExtensionMethod": false
647
687
  }
648
688
  ],
649
689
  "properties": [
@@ -2282,7 +2322,7 @@
2282
2322
  {
2283
2323
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
2284
2324
  "clrName": "GetEnumerator",
2285
- "metadataToken": 100704560,
2325
+ "metadataToken": 100704565,
2286
2326
  "canonicalSignature": "():IEnumerator_1",
2287
2327
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
2288
2328
  "emitScope": "ViewOnly",
@@ -2303,7 +2343,7 @@
2303
2343
  {
2304
2344
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
2305
2345
  "clrName": "GetEnumerator",
2306
- "metadataToken": 100703845,
2346
+ "metadataToken": 100703850,
2307
2347
  "canonicalSignature": "():System.Collections.IEnumerator",
2308
2348
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2309
2349
  "emitScope": "ViewOnly",
@@ -2795,7 +2835,7 @@
2795
2835
  {
2796
2836
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
2797
2837
  "clrName": "GetEnumerator",
2798
- "metadataToken": 100704560,
2838
+ "metadataToken": 100704565,
2799
2839
  "canonicalSignature": "():IEnumerator_1",
2800
2840
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
2801
2841
  "emitScope": "ViewOnly",
@@ -2816,7 +2856,7 @@
2816
2856
  {
2817
2857
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
2818
2858
  "clrName": "GetEnumerator",
2819
- "metadataToken": 100703845,
2859
+ "metadataToken": 100703850,
2820
2860
  "canonicalSignature": "():System.Collections.IEnumerator",
2821
2861
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2822
2862
  "emitScope": "ViewOnly",
@@ -3094,7 +3134,7 @@
3094
3134
  {
3095
3135
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3096
3136
  "clrName": "GetEnumerator",
3097
- "metadataToken": 100703845,
3137
+ "metadataToken": 100703850,
3098
3138
  "canonicalSignature": "():System.Collections.IEnumerator",
3099
3139
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3100
3140
  "emitScope": "ViewOnly",
@@ -3115,7 +3155,7 @@
3115
3155
  {
3116
3156
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
3117
3157
  "clrName": "Add",
3118
- "metadataToken": 100704538,
3158
+ "metadataToken": 100704543,
3119
3159
  "canonicalSignature": "(T):System.Void",
3120
3160
  "normalizedSignature": "Add|(T):System.Void|static=false",
3121
3161
  "emitScope": "ViewOnly",
@@ -3136,7 +3176,7 @@
3136
3176
  {
3137
3177
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
3138
3178
  "clrName": "Clear",
3139
- "metadataToken": 100704539,
3179
+ "metadataToken": 100704544,
3140
3180
  "canonicalSignature": "():System.Void",
3141
3181
  "normalizedSignature": "Clear|():System.Void|static=false",
3142
3182
  "emitScope": "ViewOnly",
@@ -3157,7 +3197,7 @@
3157
3197
  {
3158
3198
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
3159
3199
  "clrName": "Contains",
3160
- "metadataToken": 100704540,
3200
+ "metadataToken": 100704545,
3161
3201
  "canonicalSignature": "(T):System.Boolean",
3162
3202
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
3163
3203
  "emitScope": "ViewOnly",
@@ -3178,7 +3218,7 @@
3178
3218
  {
3179
3219
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
3180
3220
  "clrName": "CopyTo",
3181
- "metadataToken": 100704541,
3221
+ "metadataToken": 100704546,
3182
3222
  "canonicalSignature": "(T[],System.Int32):System.Void",
3183
3223
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
3184
3224
  "emitScope": "ViewOnly",
@@ -3199,7 +3239,7 @@
3199
3239
  {
3200
3240
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
3201
3241
  "clrName": "GetEnumerator",
3202
- "metadataToken": 100704560,
3242
+ "metadataToken": 100704565,
3203
3243
  "canonicalSignature": "():IEnumerator_1",
3204
3244
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
3205
3245
  "emitScope": "ViewOnly",
@@ -3260,7 +3300,7 @@
3260
3300
  {
3261
3301
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
3262
3302
  "clrName": "Count",
3263
- "metadataToken": 385881417,
3303
+ "metadataToken": 385881419,
3264
3304
  "canonicalSignature": ":System.Int32",
3265
3305
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3266
3306
  "emitScope": "ViewOnly",
@@ -3280,7 +3320,7 @@
3280
3320
  {
3281
3321
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
3282
3322
  "clrName": "IsReadOnly",
3283
- "metadataToken": 385881418,
3323
+ "metadataToken": 385881420,
3284
3324
  "canonicalSignature": ":System.Boolean",
3285
3325
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
3286
3326
  "emitScope": "ViewOnly",
@@ -3334,7 +3374,7 @@
3334
3374
  {
3335
3375
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
3336
3376
  "clrName": "GetEnumerator",
3337
- "metadataToken": 100704560,
3377
+ "metadataToken": 100704565,
3338
3378
  "canonicalSignature": "():IEnumerator_1",
3339
3379
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
3340
3380
  "emitScope": "ViewOnly",
@@ -3355,7 +3395,7 @@
3355
3395
  {
3356
3396
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3357
3397
  "clrName": "GetEnumerator",
3358
- "metadataToken": 100703845,
3398
+ "metadataToken": 100703850,
3359
3399
  "canonicalSignature": "():System.Collections.IEnumerator",
3360
3400
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3361
3401
  "emitScope": "ViewOnly",
@@ -4020,7 +4060,7 @@
4020
4060
  {
4021
4061
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
4022
4062
  "clrName": "GetEnumerator",
4023
- "metadataToken": 100704560,
4063
+ "metadataToken": 100704565,
4024
4064
  "canonicalSignature": "():IEnumerator_1",
4025
4065
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
4026
4066
  "emitScope": "ViewOnly",
@@ -4041,7 +4081,7 @@
4041
4081
  {
4042
4082
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
4043
4083
  "clrName": "GetEnumerator",
4044
- "metadataToken": 100703845,
4084
+ "metadataToken": 100703850,
4045
4085
  "canonicalSignature": "():System.Collections.IEnumerator",
4046
4086
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4047
4087
  "emitScope": "ViewOnly",
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Net.Http
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -41,7 +41,7 @@ export interface __HeaderStringValues$views {
41
41
  export type HeaderStringValues = HeaderStringValues$instance & __HeaderStringValues$views;
42
42
 
43
43
 
44
- export interface HeaderStringValues_Enumerator$instance extends IEnumerator_1<System_Internal.String>, IEnumerator, IDisposable {
44
+ export interface HeaderStringValues_Enumerator$instance {
45
45
  readonly __tsonic_type_System_Net_Http_Headers_HeaderStringValues_Enumerator: never;
46
46
 
47
47
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -51,6 +51,7 @@ export interface HeaderStringValues_Enumerator$instance extends IEnumerator_1<Sy
51
51
  readonly Current: string;
52
52
  Dispose(): void;
53
53
  MoveNext(): boolean;
54
+ Reset(): void;
54
55
  }
55
56
 
56
57
 
@@ -91,7 +92,7 @@ export interface __HttpHeadersNonValidated$views {
91
92
  export type HttpHeadersNonValidated = HttpHeadersNonValidated$instance & __HttpHeadersNonValidated$views & { readonly [headerName: string]: HeaderStringValues; };
92
93
 
93
94
 
94
- export interface HttpHeadersNonValidated_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, HeaderStringValues>>, IEnumerator, IDisposable {
95
+ export interface HttpHeadersNonValidated_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, HeaderStringValues>> {
95
96
  readonly __tsonic_type_System_Net_Http_Headers_HttpHeadersNonValidated_Enumerator: never;
96
97
 
97
98
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -101,6 +102,7 @@ export interface HttpHeadersNonValidated_Enumerator$instance extends IEnumerator
101
102
  readonly Current: KeyValuePair_2<System_Internal.String, HeaderStringValues>;
102
103
  Dispose(): void;
103
104
  MoveNext(): boolean;
105
+ Reset(): void;
104
106
  }
105
107
 
106
108
 
@@ -118,7 +120,7 @@ export interface AuthenticationHeaderValue$instance extends System_Internal.IClo
118
120
 
119
121
  readonly Parameter: string | null;
120
122
  readonly Scheme: string;
121
- Equals(obj: JsValue | null): boolean;
123
+ Equals(obj: unknown | null): boolean;
122
124
  GetHashCode(): int;
123
125
  ToString(): string;
124
126
  }
@@ -164,7 +166,7 @@ export interface CacheControlHeaderValue$instance extends System_Internal.IClone
164
166
  Public: boolean;
165
167
  get SharedMaxAge(): Nullable_1<TimeSpan>;
166
168
  set SharedMaxAge(value: Nullable_1<TimeSpan> | TimeSpan);
167
- Equals(obj: JsValue | null): boolean;
169
+ Equals(obj: unknown | null): boolean;
168
170
  GetHashCode(): int;
169
171
  ToString(): string;
170
172
  }
@@ -205,7 +207,7 @@ export interface ContentDispositionHeaderValue$instance extends System_Internal.
205
207
  set ReadDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
206
208
  get Size(): Nullable_1<System_Internal.Int64>;
207
209
  set Size(value: Nullable_1<System_Internal.Int64> | long);
208
- Equals(obj: JsValue | null): boolean;
210
+ Equals(obj: unknown | null): boolean;
209
211
  GetHashCode(): int;
210
212
  ToString(): string;
211
213
  }
@@ -236,7 +238,7 @@ export interface ContentRangeHeaderValue$instance extends System_Internal.IClone
236
238
  readonly Length: Nullable_1<System_Internal.Int64>;
237
239
  readonly To: Nullable_1<System_Internal.Int64>;
238
240
  Unit: string;
239
- Equals(obj: JsValue | null): boolean;
241
+ Equals(obj: unknown | null): boolean;
240
242
  GetHashCode(): int;
241
243
  ToString(): string;
242
244
  }
@@ -265,7 +267,7 @@ export interface EntityTagHeaderValue$instance extends System_Internal.ICloneabl
265
267
 
266
268
  IsWeak: boolean;
267
269
  Tag: string;
268
- Equals(obj: JsValue | null): boolean;
270
+ Equals(obj: unknown | null): boolean;
269
271
  GetHashCode(): int;
270
272
  ToString(): string;
271
273
  }
@@ -360,7 +362,7 @@ export interface __HttpHeaders$views {
360
362
  export type HttpHeaders = HttpHeaders$instance & __HttpHeaders$views;
361
363
 
362
364
 
363
- export interface HttpHeaderValueCollection_1$instance<T> {
365
+ export interface HttpHeaderValueCollection_1$instance<T extends (object | null)> {
364
366
  readonly __tsonic_type_System_Net_Http_Headers_HttpHeaderValueCollection_1: never;
365
367
 
366
368
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -385,13 +387,13 @@ export const HttpHeaderValueCollection_1: {
385
387
  };
386
388
 
387
389
 
388
- export interface __HttpHeaderValueCollection_1$views<T> {
390
+ export interface __HttpHeaderValueCollection_1$views<T extends (object | null)> {
389
391
  As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
390
392
  As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
391
393
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
392
394
  }
393
395
 
394
- export type HttpHeaderValueCollection_1<T> = HttpHeaderValueCollection_1$instance<T> & __HttpHeaderValueCollection_1$views<T>;
396
+ export type HttpHeaderValueCollection_1<T extends (object | null)> = HttpHeaderValueCollection_1$instance<T> & __HttpHeaderValueCollection_1$views<T>;
395
397
 
396
398
 
397
399
  export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
@@ -522,7 +524,7 @@ export interface MediaTypeHeaderValue$instance extends System_Internal.ICloneabl
522
524
  get MediaType(): string | null;
523
525
  set MediaType(value: string | null);
524
526
  readonly Parameters: ICollection_1<NameValueHeaderValue>;
525
- Equals(obj: JsValue | null): boolean;
527
+ Equals(obj: unknown | null): boolean;
526
528
  GetHashCode(): int;
527
529
  ToString(): string;
528
530
  }
@@ -574,7 +576,7 @@ export interface NameValueHeaderValue$instance extends System_Internal.ICloneabl
574
576
  readonly Name: string;
575
577
  get Value(): string | null;
576
578
  set Value(value: string | null);
577
- Equals(obj: JsValue | null): boolean;
579
+ Equals(obj: unknown | null): boolean;
578
580
  GetHashCode(): int;
579
581
  ToString(): string;
580
582
  }
@@ -601,7 +603,7 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
601
603
  readonly __tsonic_iface_System_ICloneable: never;
602
604
 
603
605
  readonly Parameters: ICollection_1<NameValueHeaderValue>;
604
- Equals(obj: JsValue | null): boolean;
606
+ Equals(obj: unknown | null): boolean;
605
607
  GetHashCode(): int;
606
608
  ToString(): string;
607
609
  }
@@ -627,7 +629,7 @@ export interface ProductHeaderValue$instance extends System_Internal.ICloneable$
627
629
 
628
630
  readonly Name: string;
629
631
  readonly Version: string | null;
630
- Equals(obj: JsValue | null): boolean;
632
+ Equals(obj: unknown | null): boolean;
631
633
  GetHashCode(): int;
632
634
  ToString(): string;
633
635
  }
@@ -655,7 +657,7 @@ export interface ProductInfoHeaderValue$instance extends System_Internal.IClonea
655
657
 
656
658
  readonly Comment: string | null;
657
659
  readonly Product: ProductHeaderValue | null;
658
- Equals(obj: JsValue | null): boolean;
660
+ Equals(obj: unknown | null): boolean;
659
661
  GetHashCode(): int;
660
662
  ToString(): string;
661
663
  }
@@ -684,7 +686,7 @@ export interface RangeConditionHeaderValue$instance extends System_Internal.IClo
684
686
 
685
687
  readonly Date: Nullable_1<DateTimeOffset>;
686
688
  readonly EntityTag: EntityTagHeaderValue | null;
687
- Equals(obj: JsValue | null): boolean;
689
+ Equals(obj: unknown | null): boolean;
688
690
  GetHashCode(): int;
689
691
  ToString(): string;
690
692
  }
@@ -713,7 +715,7 @@ export interface RangeHeaderValue$instance extends System_Internal.ICloneable$in
713
715
 
714
716
  readonly Ranges: ICollection_1<RangeItemHeaderValue>;
715
717
  Unit: string;
716
- Equals(obj: JsValue | null): boolean;
718
+ Equals(obj: unknown | null): boolean;
717
719
  GetHashCode(): int;
718
720
  ToString(): string;
719
721
  }
@@ -741,7 +743,7 @@ export interface RangeItemHeaderValue$instance extends System_Internal.ICloneabl
741
743
 
742
744
  readonly From: Nullable_1<System_Internal.Int64>;
743
745
  readonly To: Nullable_1<System_Internal.Int64>;
744
- Equals(obj: JsValue | null): boolean;
746
+ Equals(obj: unknown | null): boolean;
745
747
  GetHashCode(): int;
746
748
  ToString(): string;
747
749
  }
@@ -766,7 +768,7 @@ export interface RetryConditionHeaderValue$instance extends System_Internal.IClo
766
768
 
767
769
  readonly Date: Nullable_1<DateTimeOffset>;
768
770
  readonly Delta: Nullable_1<TimeSpan>;
769
- Equals(obj: JsValue | null): boolean;
771
+ Equals(obj: unknown | null): boolean;
770
772
  GetHashCode(): int;
771
773
  ToString(): string;
772
774
  }
@@ -794,7 +796,7 @@ export interface StringWithQualityHeaderValue$instance extends System_Internal.I
794
796
 
795
797
  readonly Quality: Nullable_1<System_Internal.Double>;
796
798
  readonly Value: string;
797
- Equals(obj: JsValue | null): boolean;
799
+ Equals(obj: unknown | null): boolean;
798
800
  GetHashCode(): int;
799
801
  ToString(): string;
800
802
  }
@@ -822,7 +824,7 @@ export interface TransferCodingHeaderValue$instance extends System_Internal.IClo
822
824
 
823
825
  readonly Parameters: ICollection_1<NameValueHeaderValue>;
824
826
  readonly Value: string;
825
- Equals(obj: JsValue | null): boolean;
827
+ Equals(obj: unknown | null): boolean;
826
828
  GetHashCode(): int;
827
829
  ToString(): string;
828
830
  }
@@ -874,7 +876,7 @@ export interface ViaHeaderValue$instance extends System_Internal.ICloneable$inst
874
876
  readonly ProtocolName: string | null;
875
877
  readonly ProtocolVersion: string;
876
878
  readonly ReceivedBy: string;
877
- Equals(obj: JsValue | null): boolean;
879
+ Equals(obj: unknown | null): boolean;
878
880
  GetHashCode(): int;
879
881
  ToString(): string;
880
882
  }
@@ -905,7 +907,7 @@ export interface WarningHeaderValue$instance extends System_Internal.ICloneable$
905
907
  readonly Code: int;
906
908
  readonly Date: Nullable_1<DateTimeOffset>;
907
909
  readonly Text: string;
908
- Equals(obj: JsValue | null): boolean;
910
+ Equals(obj: unknown | null): boolean;
909
911
  GetHashCode(): int;
910
912
  ToString(): string;
911
913
  }
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Net.Http.Headers/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
14
  import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';