@tsonic/aspnetcore 10.0.1 → 10.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/Microsoft.AspNetCore/bindings.json +12 -0
  2. package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
  3. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +13 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +172 -66
  6. package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
  7. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
  8. package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
  9. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +24 -3
  10. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
  12. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +31 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +4 -2
  15. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
  16. package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
  17. package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
  18. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +57 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +19 -0
  21. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  22. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +11 -5
  23. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  24. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +72 -40
  25. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  26. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  27. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  28. package/Microsoft.AspNetCore.Components/internal/index.d.ts +150 -47
  29. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  30. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +50 -17
  31. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  32. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  34. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +4 -0
  35. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  36. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  38. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +209 -44
  39. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  40. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -6
  41. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  42. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  43. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  44. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +16 -3
  45. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  46. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  47. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  48. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  49. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +34 -10
  50. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  51. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  52. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +5 -0
  53. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  54. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +53 -17
  55. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  57. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +14 -7
  58. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  59. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +17 -5
  60. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  61. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  62. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  63. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  64. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  65. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  66. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +54 -11
  67. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  68. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  69. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  70. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  71. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  72. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +2 -0
  73. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  74. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -9
  75. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  76. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  77. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  78. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  79. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +69 -14
  80. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  81. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +2 -0
  82. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  83. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +48 -3
  84. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  85. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  86. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  87. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -1
  88. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  89. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +18 -2
  90. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  91. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  92. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +20 -1
  93. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  94. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +12 -0
  95. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  96. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +24 -4
  97. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  98. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  99. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +2 -0
  100. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  101. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -0
  102. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  103. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +14 -3
  104. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  105. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +10 -1
  106. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  107. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +12 -0
  108. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  109. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +24 -0
  110. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  111. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +37 -14
  112. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  113. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  114. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  115. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  116. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +34 -3
  117. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  118. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +4 -0
  119. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  120. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -0
  121. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  122. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +10 -0
  123. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  124. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  125. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  126. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +4 -0
  127. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  128. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  129. package/Microsoft.AspNetCore.Html/internal/index.d.ts +17 -1
  130. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  131. package/Microsoft.AspNetCore.Http/internal/index.d.ts +197 -53
  132. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  133. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +16 -9
  134. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  135. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -1
  136. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  137. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -0
  138. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  139. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +131 -18
  140. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  141. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +8 -2
  142. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  143. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  144. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  145. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +300 -125
  146. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  147. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  148. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +52 -6
  149. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  150. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +5 -2
  151. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  152. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
  153. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  154. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  155. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  156. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +264 -69
  157. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  158. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  159. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  160. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +4 -0
  161. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  162. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  163. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +20 -2
  164. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  165. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -0
  166. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  167. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +508 -107
  168. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  169. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +15 -5
  170. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  171. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +17 -2
  172. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  173. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +42 -13
  174. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  175. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +128 -18
  176. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  177. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +16 -2
  178. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  179. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +10 -1
  180. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  181. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +23 -2
  182. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  183. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  184. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  186. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -1
  187. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  188. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +27 -10
  189. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  190. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  191. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +366 -4
  192. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  193. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  194. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +100 -24
  195. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  196. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +111 -13
  197. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  198. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +40 -4
  199. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -1
  200. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  201. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  202. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +97 -11
  203. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  204. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  205. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +23 -0
  206. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  207. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +234 -58
  208. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  209. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +101 -5
  210. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  211. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  212. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +75 -32
  213. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  214. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  215. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +45 -8
  216. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -1
  217. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  218. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  219. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +50 -9
  220. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  221. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +8 -4
  222. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  223. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  224. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  225. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  226. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  227. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +27 -3
  228. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  229. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  230. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  231. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +33 -10
  232. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  233. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +32 -9
  234. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  235. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  236. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +19 -3
  237. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  238. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +58 -25
  239. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  240. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  241. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +84 -32
  242. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  243. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +14 -0
  244. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  245. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  246. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +43 -3
  247. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  248. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +13 -4
  249. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  250. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +114 -7
  251. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  252. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -0
  253. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  254. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  255. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  256. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  257. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +16 -8
  258. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  259. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +4 -2
  260. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  261. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +11 -6
  262. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  263. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  264. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  265. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  266. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +52 -12
  267. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  268. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -0
  269. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  270. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +6 -2
  271. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  272. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +23 -0
  273. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  274. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +2 -0
  275. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  276. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +139 -26
  277. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  278. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +117 -5
  279. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  280. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  281. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +28 -6
  282. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  283. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +4 -8
  284. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  285. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  286. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  287. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +6 -10
  288. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  289. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +21 -9
  290. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  291. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -1
  292. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  293. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +2 -0
  294. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  295. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  296. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  297. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +13 -7
  298. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  299. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +16 -2
  300. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  301. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -0
  302. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  303. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  304. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  305. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  306. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  307. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  308. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +5 -0
  309. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  310. package/Microsoft.AspNetCore.Session/internal/index.d.ts +8 -0
  311. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  312. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +63 -10
  313. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  314. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +15 -11
  315. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  316. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +2 -1
  317. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  318. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  319. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +9 -1
  320. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  321. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  322. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  323. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  324. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  325. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  326. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +28 -6
  327. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  328. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +10 -0
  329. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  330. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  331. package/Microsoft.JSInterop/bindings.json +545 -3
  332. package/Microsoft.JSInterop/internal/index.d.ts +52 -6
  333. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  334. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -6
  335. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  336. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  337. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +2 -0
  338. package/Microsoft.JSInterop.d.ts +4 -2
  339. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  340. package/Microsoft.Net.Http.Headers/internal/index.d.ts +8 -6
  341. package/System.Formats.Cbor/bindings.json +251 -0
  342. package/System.Formats.Cbor/internal/index.d.ts +3 -1
  343. package/System.Formats.Cbor.d.ts +1 -1
  344. package/System.Security.Claims/bindings.json +5 -0
  345. package/System.Security.Claims.d.ts +3 -0
  346. package/System.Threading.RateLimiting/bindings.json +1001 -10
  347. package/System.Threading.RateLimiting/internal/index.d.ts +58 -4
  348. package/__internal/extensions/index.d.ts +818 -529
  349. package/package.json +1 -1
@@ -48,6 +48,8 @@ export type MultiplexedConnectionDelegate = (connection: MultiplexedConnectionCo
48
48
 
49
49
 
50
50
  export interface IConnectionBuilder$instance {
51
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionBuilder: never;
52
+
51
53
  readonly ApplicationServices: IServiceProvider;
52
54
  Build(): ConnectionDelegate;
53
55
  Use(middleware: Func<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
@@ -57,6 +59,8 @@ export interface IConnectionBuilder$instance {
57
59
  export type IConnectionBuilder = IConnectionBuilder$instance;
58
60
 
59
61
  export interface IConnectionFactory$instance {
62
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionFactory: never;
63
+
60
64
  ConnectAsync(endpoint: EndPoint, cancellationToken?: CancellationToken): ValueTask<ConnectionContext>;
61
65
  }
62
66
 
@@ -64,15 +68,21 @@ export interface IConnectionFactory$instance {
64
68
  export type IConnectionFactory = IConnectionFactory$instance;
65
69
 
66
70
  export interface IConnectionListener$instance extends IAsyncDisposable {
71
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListener: never;
72
+
67
73
  readonly EndPoint: EndPoint;
68
74
  AcceptAsync(cancellationToken?: CancellationToken): ValueTask<ConnectionContext>;
69
75
  UnbindAsync(cancellationToken?: CancellationToken): ValueTask;
70
76
  }
71
77
 
72
78
 
79
+ export interface IConnectionListener$instance extends System_Internal.IAsyncDisposable {}
80
+
73
81
  export type IConnectionListener = IConnectionListener$instance;
74
82
 
75
83
  export interface IConnectionListenerFactory$instance {
84
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListenerFactory: never;
85
+
76
86
  BindAsync(endpoint: EndPoint, cancellationToken?: CancellationToken): ValueTask<IConnectionListener>;
77
87
  }
78
88
 
@@ -80,6 +90,8 @@ export interface IConnectionListenerFactory$instance {
80
90
  export type IConnectionListenerFactory = IConnectionListenerFactory$instance;
81
91
 
82
92
  export interface IConnectionListenerFactorySelector$instance {
93
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListenerFactorySelector: never;
94
+
83
95
  CanBind(endpoint: EndPoint): boolean;
84
96
  }
85
97
 
@@ -87,6 +99,8 @@ export interface IConnectionListenerFactorySelector$instance {
87
99
  export type IConnectionListenerFactorySelector = IConnectionListenerFactorySelector$instance;
88
100
 
89
101
  export interface IMemoryPoolFactory_1$instance<T> {
102
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMemoryPoolFactory_1: never;
103
+
90
104
  Create(options?: MemoryPoolOptions): MemoryPool<T>;
91
105
  }
92
106
 
@@ -94,6 +108,8 @@ export interface IMemoryPoolFactory_1$instance<T> {
94
108
  export type IMemoryPoolFactory_1<T> = IMemoryPoolFactory_1$instance<T>;
95
109
 
96
110
  export interface IMultiplexedConnectionBuilder$instance {
111
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionBuilder: never;
112
+
97
113
  readonly ApplicationServices: IServiceProvider;
98
114
  Build(): MultiplexedConnectionDelegate;
99
115
  Use(middleware: Func<MultiplexedConnectionDelegate, MultiplexedConnectionDelegate>): IMultiplexedConnectionBuilder;
@@ -103,6 +119,8 @@ export interface IMultiplexedConnectionBuilder$instance {
103
119
  export type IMultiplexedConnectionBuilder = IMultiplexedConnectionBuilder$instance;
104
120
 
105
121
  export interface IMultiplexedConnectionFactory$instance {
122
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionFactory: never;
123
+
106
124
  ConnectAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask<MultiplexedConnectionContext>;
107
125
  }
108
126
 
@@ -110,15 +128,21 @@ export interface IMultiplexedConnectionFactory$instance {
110
128
  export type IMultiplexedConnectionFactory = IMultiplexedConnectionFactory$instance;
111
129
 
112
130
  export interface IMultiplexedConnectionListener$instance extends IAsyncDisposable {
131
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionListener: never;
132
+
113
133
  readonly EndPoint: EndPoint;
114
134
  AcceptAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask<MultiplexedConnectionContext>;
115
135
  UnbindAsync(cancellationToken?: CancellationToken): ValueTask;
116
136
  }
117
137
 
118
138
 
139
+ export interface IMultiplexedConnectionListener$instance extends System_Internal.IAsyncDisposable {}
140
+
119
141
  export type IMultiplexedConnectionListener = IMultiplexedConnectionListener$instance;
120
142
 
121
143
  export interface IMultiplexedConnectionListenerFactory$instance {
144
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionListenerFactory: never;
145
+
122
146
  BindAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask<IMultiplexedConnectionListener>;
123
147
  }
124
148
 
@@ -126,6 +150,8 @@ export interface IMultiplexedConnectionListenerFactory$instance {
126
150
  export type IMultiplexedConnectionListenerFactory = IMultiplexedConnectionListenerFactory$instance;
127
151
 
128
152
  export interface AddressInUseException$instance extends InvalidOperationException {
153
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
154
+
129
155
  }
130
156
 
131
157
 
@@ -138,27 +164,31 @@ export const AddressInUseException: {
138
164
  export type AddressInUseException = AddressInUseException$instance;
139
165
 
140
166
  export interface BaseConnectionContext$instance {
167
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
168
+
141
169
  ConnectionClosed: CancellationToken;
142
170
  ConnectionId: string;
143
171
  readonly Features: IFeatureCollection;
144
172
  Items: IDictionary<unknown, unknown | undefined>;
145
173
  get LocalEndPoint(): EndPoint | undefined;
146
- set LocalEndPoint(value: EndPoint);
174
+ set LocalEndPoint(value: EndPoint | undefined);
147
175
  get RemoteEndPoint(): EndPoint | undefined;
148
- set RemoteEndPoint(value: EndPoint);
176
+ set RemoteEndPoint(value: EndPoint | undefined);
149
177
  Abort(): void;
150
178
  Abort(abortReason: ConnectionAbortedException): void;
151
179
  DisposeAsync(): ValueTask;
152
180
  }
153
181
 
154
182
 
155
- export const BaseConnectionContext: {
183
+ export const BaseConnectionContext: (abstract new() => BaseConnectionContext) & {
156
184
  };
157
185
 
158
186
 
159
187
  export type BaseConnectionContext = BaseConnectionContext$instance;
160
188
 
161
189
  export interface ConnectionAbortedException$instance extends OperationCanceledException {
190
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
191
+
162
192
  }
163
193
 
164
194
 
@@ -172,6 +202,8 @@ export const ConnectionAbortedException: {
172
202
  export type ConnectionAbortedException = ConnectionAbortedException$instance;
173
203
 
174
204
  export interface ConnectionBuilder$instance {
205
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionBuilder: never;
206
+
175
207
  readonly ApplicationServices: IServiceProvider;
176
208
  Build(): ConnectionDelegate;
177
209
  Use(middleware: Func<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
@@ -193,13 +225,15 @@ export type ConnectionBuilder = ConnectionBuilder$instance & __ConnectionBuilder
193
225
 
194
226
 
195
227
  export interface ConnectionContext$instance extends BaseConnectionContext {
228
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
229
+
196
230
  Transport: IDuplexPipe;
197
231
  Abort(abortReason: ConnectionAbortedException): void;
198
232
  Abort(): void;
199
233
  }
200
234
 
201
235
 
202
- export const ConnectionContext: {
236
+ export const ConnectionContext: (abstract new() => ConnectionContext) & {
203
237
  };
204
238
 
205
239
 
@@ -210,13 +244,18 @@ export interface ConnectionHandler$instance {
210
244
  }
211
245
 
212
246
 
213
- export const ConnectionHandler: {
247
+ export const ConnectionHandler: (abstract new() => ConnectionHandler) & {
214
248
  };
215
249
 
216
250
 
217
251
  export type ConnectionHandler = ConnectionHandler$instance;
218
252
 
219
253
  export interface ConnectionItems$instance {
254
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
255
+ readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
256
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
257
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
258
+
220
259
  readonly Items: IDictionary<unknown, unknown | undefined>;
221
260
  }
222
261
 
@@ -230,6 +269,8 @@ export const ConnectionItems: {
230
269
  export type ConnectionItems = ConnectionItems$instance;
231
270
 
232
271
  export interface ConnectionResetException$instance extends IOException {
272
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
273
+
233
274
  }
234
275
 
235
276
 
@@ -242,18 +283,27 @@ export const ConnectionResetException: {
242
283
  export type ConnectionResetException = ConnectionResetException$instance;
243
284
 
244
285
  export interface DefaultConnectionContext$instance extends ConnectionContext {
286
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionEndPointFeature: never;
287
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionIdFeature: never;
288
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionItemsFeature: never;
289
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionLifetimeFeature: never;
290
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionTransportFeature: never;
291
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionUserFeature: never;
292
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
293
+
245
294
  get Application(): IDuplexPipe | undefined;
246
- set Application(value: IDuplexPipe);
295
+ set Application(value: IDuplexPipe | undefined);
247
296
  ConnectionClosed: CancellationToken;
248
297
  ConnectionId: string;
249
298
  readonly Features: IFeatureCollection;
250
299
  Items: IDictionary<unknown, unknown | undefined>;
251
300
  get LocalEndPoint(): EndPoint | undefined;
252
- set LocalEndPoint(value: EndPoint);
301
+ set LocalEndPoint(value: EndPoint | undefined);
253
302
  get RemoteEndPoint(): EndPoint | undefined;
254
- set RemoteEndPoint(value: EndPoint);
303
+ set RemoteEndPoint(value: EndPoint | undefined);
255
304
  Transport: IDuplexPipe;
256
- User: ClaimsPrincipal;
305
+ get User(): ClaimsPrincipal | undefined;
306
+ set User(value: ClaimsPrincipal | undefined);
257
307
  Abort(abortReason: ConnectionAbortedException): void;
258
308
  Abort(): void;
259
309
  DisposeAsync(): ValueTask;
@@ -276,7 +326,7 @@ export interface __DefaultConnectionContext$views {
276
326
  As_IConnectionUserFeature(): Microsoft_AspNetCore_Connections_Features_Internal.IConnectionUserFeature$instance;
277
327
  }
278
328
 
279
- export interface DefaultConnectionContext$instance extends Microsoft_AspNetCore_Connections_Features_Internal.IConnectionEndPointFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionIdFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionItemsFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionTransportFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionUserFeature$instance {}
329
+ export interface DefaultConnectionContext$instance extends Microsoft_AspNetCore_Connections_Features_Internal.IConnectionEndPointFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionIdFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionItemsFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionTransportFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionUserFeature$instance, System_Internal.IAsyncDisposable {}
280
330
 
281
331
  export type DefaultConnectionContext = DefaultConnectionContext$instance & __DefaultConnectionContext$views;
282
332
 
@@ -296,7 +346,7 @@ export type FileHandleEndPoint = FileHandleEndPoint$instance;
296
346
 
297
347
  export interface MemoryPoolOptions$instance {
298
348
  get Owner(): string | undefined;
299
- set Owner(value: string);
349
+ set Owner(value: string | undefined);
300
350
  }
301
351
 
302
352
 
@@ -308,6 +358,8 @@ export const MemoryPoolOptions: {
308
358
  export type MemoryPoolOptions = MemoryPoolOptions$instance;
309
359
 
310
360
  export interface MultiplexedConnectionBuilder$instance {
361
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionBuilder: never;
362
+
311
363
  readonly ApplicationServices: IServiceProvider;
312
364
  Build(): MultiplexedConnectionDelegate;
313
365
  Use(middleware: Func<MultiplexedConnectionDelegate, MultiplexedConnectionDelegate>): IMultiplexedConnectionBuilder;
@@ -329,12 +381,14 @@ export type MultiplexedConnectionBuilder = MultiplexedConnectionBuilder$instance
329
381
 
330
382
 
331
383
  export interface MultiplexedConnectionContext$instance extends BaseConnectionContext {
384
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
385
+
332
386
  AcceptAsync(cancellationToken?: CancellationToken): ValueTask<ConnectionContext>;
333
387
  ConnectAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask<ConnectionContext>;
334
388
  }
335
389
 
336
390
 
337
- export const MultiplexedConnectionContext: {
391
+ export const MultiplexedConnectionContext: (abstract new() => MultiplexedConnectionContext) & {
338
392
  };
339
393
 
340
394
 
@@ -360,7 +414,8 @@ export type NamedPipeEndPoint = NamedPipeEndPoint$instance;
360
414
  export interface TlsConnectionCallbackContext$instance {
361
415
  ClientHelloInfo: SslClientHelloInfo;
362
416
  Connection: BaseConnectionContext;
363
- State: unknown;
417
+ get State(): unknown | undefined;
418
+ set State(value: unknown | undefined);
364
419
  }
365
420
 
366
421
 
@@ -375,7 +430,7 @@ export interface TlsConnectionCallbackOptions$instance {
375
430
  ApplicationProtocols: List<SslApplicationProtocol>;
376
431
  OnConnection: Func<TlsConnectionCallbackContext, CancellationToken, ValueTask<SslServerAuthenticationOptions>>;
377
432
  get OnConnectionState(): unknown | undefined;
378
- set OnConnectionState(value: unknown);
433
+ set OnConnectionState(value: unknown | undefined);
379
434
  }
380
435
 
381
436
 
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.AspNetCore.Connections.Abstractions.IStatefulReconnectFeature",
35
36
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
36
37
  "isExtensionMethod": false
@@ -50,6 +51,7 @@
50
51
  "isVirtual": true,
51
52
  "isOverride": false,
52
53
  "isSealed": false,
54
+ "visibility": "Public",
53
55
  "declaringClrType": "Microsoft.AspNetCore.Connections.Abstractions.IStatefulReconnectFeature",
54
56
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
55
57
  "isExtensionMethod": false
@@ -12,6 +12,8 @@ import type { Func, Void } from "@tsonic/dotnet/System.js";
12
12
  import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
13
13
 
14
14
  export interface IStatefulReconnectFeature$instance {
15
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Abstractions_IStatefulReconnectFeature: never;
16
+
15
17
  DisableReconnect(): void;
16
18
  OnReconnected(notifyOnReconnect: Func<PipeWriter, Task>): void;
17
19
  }
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionCompleteFeature",
35
36
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
36
37
  "isExtensionMethod": false
@@ -69,6 +70,7 @@
69
70
  "isAbstract": true,
70
71
  "isVirtual": true,
71
72
  "isOverride": false,
73
+ "visibility": "Public",
72
74
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionEndPointFeature",
73
75
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
74
76
  },
@@ -87,6 +89,7 @@
87
89
  "isAbstract": true,
88
90
  "isVirtual": true,
89
91
  "isOverride": false,
92
+ "visibility": "Public",
90
93
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionEndPointFeature",
91
94
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
92
95
  }
@@ -122,6 +125,7 @@
122
125
  "isVirtual": true,
123
126
  "isOverride": false,
124
127
  "isSealed": false,
128
+ "visibility": "Public",
125
129
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionHeartbeatFeature",
126
130
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
127
131
  "isExtensionMethod": false
@@ -160,6 +164,7 @@
160
164
  "isAbstract": true,
161
165
  "isVirtual": true,
162
166
  "isOverride": false,
167
+ "visibility": "Public",
163
168
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionIdFeature",
164
169
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
165
170
  }
@@ -196,6 +201,7 @@
196
201
  "isAbstract": true,
197
202
  "isVirtual": true,
198
203
  "isOverride": false,
204
+ "visibility": "Public",
199
205
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionInherentKeepAliveFeature",
200
206
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
201
207
  }
@@ -232,6 +238,7 @@
232
238
  "isAbstract": true,
233
239
  "isVirtual": true,
234
240
  "isOverride": false,
241
+ "visibility": "Public",
235
242
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionItemsFeature",
236
243
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
237
244
  }
@@ -267,6 +274,7 @@
267
274
  "isVirtual": true,
268
275
  "isOverride": false,
269
276
  "isSealed": false,
277
+ "visibility": "Public",
270
278
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeFeature",
271
279
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
272
280
  "isExtensionMethod": false
@@ -288,6 +296,7 @@
288
296
  "isAbstract": true,
289
297
  "isVirtual": true,
290
298
  "isOverride": false,
299
+ "visibility": "Public",
291
300
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeFeature",
292
301
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
293
302
  }
@@ -323,6 +332,7 @@
323
332
  "isVirtual": true,
324
333
  "isOverride": false,
325
334
  "isSealed": false,
335
+ "visibility": "Public",
326
336
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeNotificationFeature",
327
337
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
328
338
  "isExtensionMethod": false
@@ -344,6 +354,7 @@
344
354
  "isAbstract": true,
345
355
  "isVirtual": true,
346
356
  "isOverride": false,
357
+ "visibility": "Public",
347
358
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeNotificationFeature",
348
359
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
349
360
  }
@@ -380,6 +391,7 @@
380
391
  "isAbstract": true,
381
392
  "isVirtual": true,
382
393
  "isOverride": false,
394
+ "visibility": "Public",
383
395
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionMetricsTagsFeature",
384
396
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
385
397
  }
@@ -416,6 +428,7 @@
416
428
  "isAbstract": true,
417
429
  "isVirtual": true,
418
430
  "isOverride": false,
431
+ "visibility": "Public",
419
432
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature",
420
433
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
421
434
  }
@@ -452,6 +465,7 @@
452
465
  "isAbstract": true,
453
466
  "isVirtual": true,
454
467
  "isOverride": false,
468
+ "visibility": "Public",
455
469
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionSocketFeature",
456
470
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
457
471
  }
@@ -488,6 +502,7 @@
488
502
  "isAbstract": true,
489
503
  "isVirtual": true,
490
504
  "isOverride": false,
505
+ "visibility": "Public",
491
506
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionTransportFeature",
492
507
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
493
508
  }
@@ -524,6 +539,7 @@
524
539
  "isAbstract": true,
525
540
  "isVirtual": true,
526
541
  "isOverride": false,
542
+ "visibility": "Public",
527
543
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IConnectionUserFeature",
528
544
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
529
545
  }
@@ -560,6 +576,7 @@
560
576
  "isAbstract": true,
561
577
  "isVirtual": true,
562
578
  "isOverride": false,
579
+ "visibility": "Public",
563
580
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IMemoryPoolFeature",
564
581
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
565
582
  }
@@ -596,6 +613,7 @@
596
613
  "isAbstract": true,
597
614
  "isVirtual": true,
598
615
  "isOverride": false,
616
+ "visibility": "Public",
599
617
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IPersistentStateFeature",
600
618
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
601
619
  }
@@ -632,6 +650,7 @@
632
650
  "isAbstract": true,
633
651
  "isVirtual": true,
634
652
  "isOverride": false,
653
+ "visibility": "Public",
635
654
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IProtocolErrorCodeFeature",
636
655
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
637
656
  }
@@ -667,6 +686,7 @@
667
686
  "isVirtual": true,
668
687
  "isOverride": false,
669
688
  "isSealed": false,
689
+ "visibility": "Public",
670
690
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IStreamAbortFeature",
671
691
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
672
692
  "isExtensionMethod": false
@@ -704,6 +724,7 @@
704
724
  "isVirtual": true,
705
725
  "isOverride": false,
706
726
  "isSealed": false,
727
+ "visibility": "Public",
707
728
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature",
708
729
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions",
709
730
  "isExtensionMethod": false
@@ -742,6 +763,7 @@
742
763
  "isAbstract": true,
743
764
  "isVirtual": true,
744
765
  "isOverride": false,
766
+ "visibility": "Public",
745
767
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IStreamDirectionFeature",
746
768
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
747
769
  },
@@ -760,6 +782,7 @@
760
782
  "isAbstract": true,
761
783
  "isVirtual": true,
762
784
  "isOverride": false,
785
+ "visibility": "Public",
763
786
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IStreamDirectionFeature",
764
787
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
765
788
  }
@@ -796,6 +819,7 @@
796
819
  "isAbstract": true,
797
820
  "isVirtual": true,
798
821
  "isOverride": false,
822
+ "visibility": "Public",
799
823
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.IStreamIdFeature",
800
824
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
801
825
  }
@@ -832,6 +856,7 @@
832
856
  "isAbstract": true,
833
857
  "isVirtual": true,
834
858
  "isOverride": false,
859
+ "visibility": "Public",
835
860
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
836
861
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
837
862
  },
@@ -850,6 +875,7 @@
850
875
  "isAbstract": false,
851
876
  "isVirtual": true,
852
877
  "isOverride": false,
878
+ "visibility": "Public",
853
879
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
854
880
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
855
881
  },
@@ -868,6 +894,7 @@
868
894
  "isAbstract": false,
869
895
  "isVirtual": true,
870
896
  "isOverride": false,
897
+ "visibility": "Public",
871
898
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
872
899
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
873
900
  },
@@ -886,6 +913,7 @@
886
913
  "isAbstract": true,
887
914
  "isVirtual": true,
888
915
  "isOverride": false,
916
+ "visibility": "Public",
889
917
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
890
918
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
891
919
  },
@@ -904,6 +932,7 @@
904
932
  "isAbstract": true,
905
933
  "isVirtual": true,
906
934
  "isOverride": false,
935
+ "visibility": "Public",
907
936
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
908
937
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
909
938
  },
@@ -922,6 +951,7 @@
922
951
  "isAbstract": true,
923
952
  "isVirtual": true,
924
953
  "isOverride": false,
954
+ "visibility": "Public",
925
955
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
926
956
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
927
957
  },
@@ -940,6 +970,7 @@
940
970
  "isAbstract": true,
941
971
  "isVirtual": true,
942
972
  "isOverride": false,
973
+ "visibility": "Public",
943
974
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
944
975
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
945
976
  },
@@ -958,6 +989,7 @@
958
989
  "isAbstract": true,
959
990
  "isVirtual": true,
960
991
  "isOverride": false,
992
+ "visibility": "Public",
961
993
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
962
994
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
963
995
  },
@@ -976,6 +1008,7 @@
976
1008
  "isAbstract": true,
977
1009
  "isVirtual": true,
978
1010
  "isOverride": false,
1011
+ "visibility": "Public",
979
1012
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature",
980
1013
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
981
1014
  }
@@ -1012,6 +1045,7 @@
1012
1045
  "isAbstract": true,
1013
1046
  "isVirtual": true,
1014
1047
  "isOverride": false,
1048
+ "visibility": "Public",
1015
1049
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITransferFormatFeature",
1016
1050
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
1017
1051
  },
@@ -1030,6 +1064,7 @@
1030
1064
  "isAbstract": true,
1031
1065
  "isVirtual": true,
1032
1066
  "isOverride": false,
1067
+ "visibility": "Public",
1033
1068
  "declaringClrType": "Microsoft.AspNetCore.Connections.Features.ITransferFormatFeature",
1034
1069
  "declaringAssemblyName": "Microsoft.AspNetCore.Connections.Abstractions"
1035
1070
  }