@tsonic/aspnetcore 10.0.5 → 10.0.7

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 (161) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
  20. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
  21. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  22. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
  23. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
  24. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
  25. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
  26. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
  27. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  28. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  29. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
  30. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  31. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  32. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  33. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
  34. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
  35. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
  36. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
  37. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  38. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
  39. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
  40. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
  42. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
  43. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
  44. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  45. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
  46. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
  47. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
  48. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
  49. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
  50. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
  51. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  52. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  53. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
  54. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
  55. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
  56. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
  57. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
  58. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  59. package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
  60. package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
  61. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
  62. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
  63. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
  64. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
  65. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  66. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
  67. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  68. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
  69. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
  70. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
  71. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  72. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  73. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
  74. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  75. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
  76. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
  77. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
  78. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
  79. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
  80. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
  81. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
  82. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
  83. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
  84. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
  85. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
  86. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
  88. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
  89. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
  90. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
  91. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
  92. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
  93. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
  98. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
  99. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
  100. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
  101. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  102. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  103. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
  104. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
  105. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
  106. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
  107. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
  108. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
  109. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
  110. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
  113. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
  114. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  115. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
  116. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
  117. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
  118. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  119. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
  120. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
  121. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
  122. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
  123. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
  124. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
  125. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
  126. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  127. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
  128. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
  129. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  130. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
  131. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
  132. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
  133. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
  134. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  135. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
  136. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
  137. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
  138. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  139. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  140. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  141. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
  142. package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
  143. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
  144. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
  145. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
  146. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  147. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
  148. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  149. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  150. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
  151. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
  152. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  153. package/Microsoft.JSInterop/internal/index.d.ts +65 -53
  154. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
  155. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
  156. package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
  157. package/System.Formats.Cbor/internal/index.d.ts +27 -21
  158. package/System.Security.Claims/internal/index.d.ts +3 -3
  159. package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
  160. package/__internal/extensions/index.d.ts +1648 -1351
  161. package/package.json +4 -4
@@ -8,12 +8,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import type { KestrelServerOptions, ListenOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.js";
10
10
  import type { HttpsConnectionAdapterOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Action, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, UInt64, Void } from "@tsonic/dotnet/System.js";
13
- import type { IPAddress, IPEndPoint } from "@tsonic/dotnet/System.Net.js";
14
- import type { IConfiguration, IConfigurationSection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
11
+ import type { IPAddress, IPEndPoint } from "@tsonic/dotnet/System.Net/internal/index.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { Action_1, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, UInt64, Void } from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { IConfiguration, IConfigurationSection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
15
15
 
16
16
  export interface EndpointConfiguration$instance {
17
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_EndpointConfiguration: never;
18
+
17
19
  readonly ConfigSection: IConfigurationSection;
18
20
  readonly HttpsOptions: HttpsConnectionAdapterOptions;
19
21
  readonly IsHttps: boolean;
@@ -28,24 +30,26 @@ export const EndpointConfiguration: {
28
30
  export type EndpointConfiguration = EndpointConfiguration$instance;
29
31
 
30
32
  export interface KestrelConfigurationLoader$instance {
33
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_KestrelConfigurationLoader: never;
34
+
31
35
  Configuration: IConfiguration;
32
36
  readonly Options: KestrelServerOptions;
33
37
  AnyIPEndpoint(port: int): KestrelConfigurationLoader;
34
- AnyIPEndpoint(port: int, configure: Action<ListenOptions>): KestrelConfigurationLoader;
35
- Endpoint(name: string, configureOptions: Action<EndpointConfiguration>): KestrelConfigurationLoader;
38
+ AnyIPEndpoint(port: int, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
39
+ Endpoint(name: string, configureOptions: Action_1<EndpointConfiguration>): KestrelConfigurationLoader;
36
40
  Endpoint(address: IPAddress, port: int): KestrelConfigurationLoader;
37
- Endpoint(address: IPAddress, port: int, configure: Action<ListenOptions>): KestrelConfigurationLoader;
41
+ Endpoint(address: IPAddress, port: int, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
38
42
  Endpoint(endPoint: IPEndPoint): KestrelConfigurationLoader;
39
- Endpoint(endPoint: IPEndPoint, configure: Action<ListenOptions>): KestrelConfigurationLoader;
43
+ Endpoint(endPoint: IPEndPoint, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
40
44
  HandleEndpoint(handle: ulong): KestrelConfigurationLoader;
41
- HandleEndpoint(handle: ulong, configure: Action<ListenOptions>): KestrelConfigurationLoader;
45
+ HandleEndpoint(handle: ulong, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
42
46
  Load(): void;
43
47
  LocalhostEndpoint(port: int): KestrelConfigurationLoader;
44
- LocalhostEndpoint(port: int, configure: Action<ListenOptions>): KestrelConfigurationLoader;
48
+ LocalhostEndpoint(port: int, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
45
49
  NamedPipeEndpoint(pipeName: string): KestrelConfigurationLoader;
46
- NamedPipeEndpoint(pipeName: string, configure: Action<ListenOptions>): KestrelConfigurationLoader;
50
+ NamedPipeEndpoint(pipeName: string, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
47
51
  UnixSocketEndpoint(socketPath: string): KestrelConfigurationLoader;
48
- UnixSocketEndpoint(socketPath: string, configure: Action<ListenOptions>): KestrelConfigurationLoader;
52
+ UnixSocketEndpoint(socketPath: string, configure: Action_1<ListenOptions>): KestrelConfigurationLoader;
49
53
  }
50
54
 
51
55
 
@@ -15,17 +15,17 @@ import * as Microsoft_AspNetCore_Http_Internal from "../../Microsoft.AspNetCore.
15
15
  import type { BadHttpRequestException as BadHttpRequestException_Http } from "../../Microsoft.AspNetCore.Http/internal/index.js";
16
16
  import type { HttpsConnectionAdapterOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.js";
17
17
  import type { KestrelConfigurationLoader } from "../../Microsoft.AspNetCore.Server.Kestrel/internal/index.js";
18
- import * as System_Internal from "@tsonic/dotnet/System.js";
19
- import type { Action, Boolean as ClrBoolean, Double, Enum, Func, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, UInt64, Void } from "@tsonic/dotnet/System.js";
20
- import type { EndPoint, IPAddress, IPEndPoint } from "@tsonic/dotnet/System.Net.js";
21
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
22
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
23
- import type { Encoding } from "@tsonic/dotnet/System.Text.js";
24
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
25
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
26
- import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
27
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
28
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
18
+ import type { EndPoint, IPAddress, IPEndPoint } from "@tsonic/dotnet/System.Net/internal/index.js";
19
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
20
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
21
+ import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
22
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
23
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
24
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
25
+ import type { Action_1, Boolean as ClrBoolean, Double, Enum, Func_2, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, UInt64, Void } from "@tsonic/dotnet/System/internal/index.js";
26
+ import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
27
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
28
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
29
29
 
30
30
  export enum HttpProtocols {
31
31
  None = 0,
@@ -38,6 +38,8 @@ export enum HttpProtocols {
38
38
 
39
39
 
40
40
  export interface BadHttpRequestException$instance extends BadHttpRequestException_Http {
41
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_BadHttpRequestException: never;
42
+
41
43
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
42
44
 
43
45
  readonly StatusCode: int;
@@ -51,6 +53,8 @@ export const BadHttpRequestException: {
51
53
  export type BadHttpRequestException = BadHttpRequestException$instance;
52
54
 
53
55
  export interface Http2Limits$instance {
56
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Http2Limits: never;
57
+
54
58
  HeaderTableSize: int;
55
59
  InitialConnectionWindowSize: int;
56
60
  InitialStreamWindowSize: int;
@@ -70,6 +74,8 @@ export const Http2Limits: {
70
74
  export type Http2Limits = Http2Limits$instance;
71
75
 
72
76
  export interface Http3Limits$instance {
77
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Http3Limits: never;
78
+
73
79
  MaxRequestHeaderFieldSize: int;
74
80
  }
75
81
 
@@ -81,7 +87,9 @@ export const Http3Limits: {
81
87
 
82
88
  export type Http3Limits = Http3Limits$instance;
83
89
 
84
- export interface KestrelServer$instance {
90
+ export interface KestrelServer$instance extends Microsoft_AspNetCore_Hosting_Server_Internal.IServer$instance {
91
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_KestrelServer: never;
92
+
85
93
  readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Server_IServer: never;
86
94
  readonly __tsonic_iface_System_IDisposable: never;
87
95
 
@@ -94,7 +102,7 @@ export interface KestrelServer$instance {
94
102
 
95
103
 
96
104
  export const KestrelServer: {
97
- new(options: IOptions<KestrelServerOptions>, transportFactory: IConnectionListenerFactory, loggerFactory: ILoggerFactory): KestrelServer;
105
+ new(options: IOptions_1<KestrelServerOptions>, transportFactory: IConnectionListenerFactory, loggerFactory: ILoggerFactory): KestrelServer;
98
106
  };
99
107
 
100
108
 
@@ -102,23 +110,23 @@ export interface __KestrelServer$views {
102
110
  As_IServer(): Microsoft_AspNetCore_Hosting_Server_Internal.IServer$instance;
103
111
  }
104
112
 
105
- export interface KestrelServer$instance extends Microsoft_AspNetCore_Hosting_Server_Internal.IServer$instance {}
106
-
107
113
  export type KestrelServer = KestrelServer$instance & __KestrelServer$views;
108
114
 
109
115
 
110
116
  export interface KestrelServerLimits$instance {
117
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_KestrelServerLimits: never;
118
+
111
119
  readonly Http2: Http2Limits;
112
120
  readonly Http3: Http3Limits;
113
121
  KeepAliveTimeout: TimeSpan;
114
- MaxConcurrentConnections: Nullable<System_Internal.Int64>;
115
- MaxConcurrentUpgradedConnections: Nullable<System_Internal.Int64>;
116
- MaxRequestBodySize: Nullable<System_Internal.Int64>;
117
- MaxRequestBufferSize: Nullable<System_Internal.Int64>;
122
+ MaxConcurrentConnections: Nullable_1<System_Internal.Int64>;
123
+ MaxConcurrentUpgradedConnections: Nullable_1<System_Internal.Int64>;
124
+ MaxRequestBodySize: Nullable_1<System_Internal.Int64>;
125
+ MaxRequestBufferSize: Nullable_1<System_Internal.Int64>;
118
126
  MaxRequestHeaderCount: int;
119
127
  MaxRequestHeadersTotalSize: int;
120
128
  MaxRequestLineSize: int;
121
- MaxResponseBufferSize: Nullable<System_Internal.Int64>;
129
+ MaxResponseBufferSize: Nullable_1<System_Internal.Int64>;
122
130
  get MinRequestBodyDataRate(): MinDataRate | undefined;
123
131
  set MinRequestBodyDataRate(value: MinDataRate | undefined);
124
132
  get MinResponseDataRate(): MinDataRate | undefined;
@@ -135,6 +143,8 @@ export const KestrelServerLimits: {
135
143
  export type KestrelServerLimits = KestrelServerLimits$instance;
136
144
 
137
145
  export interface KestrelServerOptions$instance {
146
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_KestrelServerOptions: never;
147
+
138
148
  AddServerHeader: boolean;
139
149
  AllowAlternateSchemes: boolean;
140
150
  AllowHostHeaderOverride: boolean;
@@ -146,29 +156,29 @@ export interface KestrelServerOptions$instance {
146
156
  DisableStringReuse: boolean;
147
157
  EnableAltSvc: boolean;
148
158
  readonly Limits: KestrelServerLimits;
149
- RequestHeaderEncodingSelector: Func<System_Internal.String, Encoding | undefined>;
150
- ResponseHeaderEncodingSelector: Func<System_Internal.String, Encoding | undefined>;
159
+ RequestHeaderEncodingSelector: Func_2<System_Internal.String, Encoding | undefined>;
160
+ ResponseHeaderEncodingSelector: Func_2<System_Internal.String, Encoding | undefined>;
151
161
  Configure(): KestrelConfigurationLoader;
152
162
  Configure(config: IConfiguration): KestrelConfigurationLoader;
153
163
  Configure(config: IConfiguration, reloadOnChange: boolean): KestrelConfigurationLoader;
154
- ConfigureEndpointDefaults(configureOptions: Action<ListenOptions>): void;
155
- ConfigureHttpsDefaults(configureOptions: Action<HttpsConnectionAdapterOptions>): void;
164
+ ConfigureEndpointDefaults(configureOptions: Action_1<ListenOptions>): void;
165
+ ConfigureHttpsDefaults(configureOptions: Action_1<HttpsConnectionAdapterOptions>): void;
156
166
  Listen(address: IPAddress, port: int): void;
157
- Listen(address: IPAddress, port: int, configure: Action<ListenOptions>): void;
167
+ Listen(address: IPAddress, port: int, configure: Action_1<ListenOptions>): void;
158
168
  Listen(endPoint: IPEndPoint): void;
159
169
  Listen(endPoint: EndPoint): void;
160
- Listen(endPoint: IPEndPoint, configure: Action<ListenOptions>): void;
161
- Listen(endPoint: EndPoint, configure: Action<ListenOptions>): void;
170
+ Listen(endPoint: IPEndPoint, configure: Action_1<ListenOptions>): void;
171
+ Listen(endPoint: EndPoint, configure: Action_1<ListenOptions>): void;
162
172
  ListenAnyIP(port: int): void;
163
- ListenAnyIP(port: int, configure: Action<ListenOptions>): void;
173
+ ListenAnyIP(port: int, configure: Action_1<ListenOptions>): void;
164
174
  ListenHandle(handle: ulong): void;
165
- ListenHandle(handle: ulong, configure: Action<ListenOptions>): void;
175
+ ListenHandle(handle: ulong, configure: Action_1<ListenOptions>): void;
166
176
  ListenLocalhost(port: int): void;
167
- ListenLocalhost(port: int, configure: Action<ListenOptions>): void;
177
+ ListenLocalhost(port: int, configure: Action_1<ListenOptions>): void;
168
178
  ListenNamedPipe(pipeName: string): void;
169
- ListenNamedPipe(pipeName: string, configure: Action<ListenOptions>): void;
179
+ ListenNamedPipe(pipeName: string, configure: Action_1<ListenOptions>): void;
170
180
  ListenUnixSocket(socketPath: string): void;
171
- ListenUnixSocket(socketPath: string, configure: Action<ListenOptions>): void;
181
+ ListenUnixSocket(socketPath: string, configure: Action_1<ListenOptions>): void;
172
182
  }
173
183
 
174
184
 
@@ -179,7 +189,9 @@ export const KestrelServerOptions: {
179
189
 
180
190
  export type KestrelServerOptions = KestrelServerOptions$instance;
181
191
 
182
- export interface ListenOptions$instance {
192
+ export interface ListenOptions$instance extends Microsoft_AspNetCore_Connections_Internal.IConnectionBuilder$instance {
193
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_ListenOptions: never;
194
+
183
195
  readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionBuilder: never;
184
196
  readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionBuilder: never;
185
197
 
@@ -194,7 +206,7 @@ export interface ListenOptions$instance {
194
206
  readonly SocketPath: string | undefined;
195
207
  Build(): ConnectionDelegate;
196
208
  ToString(): string | undefined;
197
- Use(middleware: Func<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
209
+ Use(middleware: Func_2<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
198
210
  }
199
211
 
200
212
 
@@ -207,12 +219,12 @@ export interface __ListenOptions$views {
207
219
  As_IMultiplexedConnectionBuilder(): Microsoft_AspNetCore_Connections_Internal.IMultiplexedConnectionBuilder$instance;
208
220
  }
209
221
 
210
- export interface ListenOptions$instance extends Microsoft_AspNetCore_Connections_Internal.IConnectionBuilder$instance {}
211
-
212
222
  export type ListenOptions = ListenOptions$instance & __ListenOptions$views;
213
223
 
214
224
 
215
225
  export interface MinDataRate$instance {
226
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_MinDataRate: never;
227
+
216
228
  readonly BytesPerSecond: double;
217
229
  readonly GracePeriod: TimeSpan;
218
230
  ToString(): string;
@@ -8,8 +8,8 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import type { MinDataRate } from "../../Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.js";
11
- import type { Byte, Int32, ReadOnlyMemory, TimeSpan, Void } from "@tsonic/dotnet/System.js";
12
- import type { SslStream } from "@tsonic/dotnet/System.Net.Security.js";
11
+ import type { SslStream } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
12
+ import type { Byte, Int32, ReadOnlyMemory_1, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export interface IConnectionTimeoutFeature$instance {
15
15
  readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IConnectionTimeoutFeature: never;
@@ -71,7 +71,7 @@ export type ISslStreamFeature = ISslStreamFeature$instance;
71
71
  export interface ITlsApplicationProtocolFeature$instance {
72
72
  readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_ITlsApplicationProtocolFeature: never;
73
73
 
74
- readonly ApplicationProtocol: ReadOnlyMemory<System_Internal.Byte>;
74
+ readonly ApplicationProtocol: ReadOnlyMemory_1<System_Internal.Byte>;
75
75
  }
76
76
 
77
77
 
@@ -9,9 +9,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { ptr } from "@tsonic/core/types.js";
10
10
 
11
11
  // Import types from other namespaces
12
- import type { SequenceReader } from "@tsonic/dotnet/System.Buffers.js";
13
- import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, ReadOnlySpan, SByte, Span, ValueType, Void } from "@tsonic/dotnet/System.js";
12
+ import type { SequenceReader_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
13
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, ReadOnlySpan_1, SByte, Span_1, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
15
15
 
16
16
  export enum HttpMethod {
17
17
  Get = 0,
@@ -47,9 +47,9 @@ export enum HttpVersion {
47
47
  export interface IHttpHeadersHandler$instance {
48
48
  readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Internal_Http_IHttpHeadersHandler: never;
49
49
 
50
- OnHeader(name: ReadOnlySpan<System_Internal.Byte>, value: ReadOnlySpan<System_Internal.Byte>): void;
50
+ OnHeader(name: ReadOnlySpan_1<System_Internal.Byte>, value: ReadOnlySpan_1<System_Internal.Byte>): void;
51
51
  OnHeadersComplete(endStream: boolean): void;
52
- OnStaticIndexedHeader(index: int, value: ReadOnlySpan<System_Internal.Byte>): void;
52
+ OnStaticIndexedHeader(index: int, value: ReadOnlySpan_1<System_Internal.Byte>): void;
53
53
  OnStaticIndexedHeader(index: int): void;
54
54
  }
55
55
 
@@ -59,13 +59,15 @@ export type IHttpHeadersHandler = IHttpHeadersHandler$instance;
59
59
  export interface IHttpRequestLineHandler$instance {
60
60
  readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Internal_Http_IHttpRequestLineHandler: never;
61
61
 
62
- OnStartLine(versionAndMethod: HttpVersionAndMethod, targetPath: TargetOffsetPathLength, startLine: Span<System_Internal.Byte>): void;
62
+ OnStartLine(versionAndMethod: HttpVersionAndMethod, targetPath: TargetOffsetPathLength, startLine: Span_1<System_Internal.Byte>): void;
63
63
  }
64
64
 
65
65
 
66
66
  export type IHttpRequestLineHandler = IHttpRequestLineHandler$instance;
67
67
 
68
68
  export interface HttpVersionAndMethod$instance {
69
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Internal_Http_HttpVersionAndMethod: never;
70
+
69
71
  readonly Method: HttpMethod;
70
72
  readonly MethodEnd: int;
71
73
  Version: HttpVersion;
@@ -80,6 +82,8 @@ export const HttpVersionAndMethod: {
80
82
  export type HttpVersionAndMethod = HttpVersionAndMethod$instance;
81
83
 
82
84
  export interface TargetOffsetPathLength$instance {
85
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Internal_Http_TargetOffsetPathLength: never;
86
+
83
87
  readonly IsEncoded: boolean;
84
88
  readonly Length: int;
85
89
  readonly Offset: int;
@@ -94,10 +98,12 @@ export const TargetOffsetPathLength: {
94
98
  export type TargetOffsetPathLength = TargetOffsetPathLength$instance;
95
99
 
96
100
  export interface HttpParser_1$instance<TRequestHandler extends IHttpHeadersHandler & IHttpRequestLineHandler> {
101
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Internal_Http_HttpParser_1: never;
102
+
97
103
  readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Internal_Http_IHttpParser_1: never;
98
104
 
99
- ParseHeaders(handler: TRequestHandler, reader: SequenceReader<System_Internal.Byte>): boolean;
100
- ParseRequestLine(handler: TRequestHandler, reader: SequenceReader<System_Internal.Byte>): boolean;
105
+ ParseHeaders(handler: TRequestHandler, reader: SequenceReader_1<System_Internal.Byte>): boolean;
106
+ ParseRequestLine(handler: TRequestHandler, reader: SequenceReader_1<System_Internal.Byte>): boolean;
101
107
  }
102
108
 
103
109
 
@@ -7,14 +7,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { ConnectionContext } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
10
- import type { ReadOnlySequence } from "@tsonic/dotnet/System.Buffers.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Action, Boolean as ClrBoolean, Byte, Enum, Func, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System.js";
13
- import type { SslClientHelloInfo, SslPolicyErrors, SslServerAuthenticationOptions, SslStream } from "@tsonic/dotnet/System.Net.Security.js";
14
- import type { SslProtocols } from "@tsonic/dotnet/System.Security.Authentication.js";
15
- import type { StoreLocation, X509Certificate2, X509Certificate2Collection, X509Chain } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
16
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
17
- import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
10
+ import type { ReadOnlySequence_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
11
+ import type { SslClientHelloInfo, SslPolicyErrors, SslServerAuthenticationOptions, SslStream } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
12
+ import type { SslProtocols } from "@tsonic/dotnet/System.Security.Authentication/internal/index.js";
13
+ import type { StoreLocation, X509Certificate2, X509Certificate2Collection, X509Chain } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
14
+ import type { ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
15
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
16
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
17
+ import type { Action_2, Boolean as ClrBoolean, Byte, Enum, Func_2, Func_3, Func_4, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
18
18
 
19
19
  export enum ClientCertificateMode {
20
20
  NoCertificate = 0,
@@ -25,22 +25,24 @@ export enum ClientCertificateMode {
25
25
 
26
26
 
27
27
  export interface HttpsConnectionAdapterOptions$instance {
28
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Https_HttpsConnectionAdapterOptions: never;
29
+
28
30
  CheckCertificateRevocation: boolean;
29
31
  ClientCertificateMode: ClientCertificateMode;
30
- get ClientCertificateValidation(): Func<X509Certificate2, X509Chain | undefined, SslPolicyErrors, System_Internal.Boolean> | undefined;
31
- set ClientCertificateValidation(value: Func<X509Certificate2, X509Chain | undefined, SslPolicyErrors, System_Internal.Boolean> | undefined);
32
+ get ClientCertificateValidation(): Func_4<X509Certificate2, X509Chain | undefined, SslPolicyErrors, System_Internal.Boolean> | undefined;
33
+ set ClientCertificateValidation(value: Func_4<X509Certificate2, X509Chain | undefined, SslPolicyErrors, System_Internal.Boolean> | undefined);
32
34
  HandshakeTimeout: TimeSpan;
33
- get OnAuthenticate(): Action<ConnectionContext, SslServerAuthenticationOptions> | undefined;
34
- set OnAuthenticate(value: Action<ConnectionContext, SslServerAuthenticationOptions> | undefined);
35
+ get OnAuthenticate(): Action_2<ConnectionContext, SslServerAuthenticationOptions> | undefined;
36
+ set OnAuthenticate(value: Action_2<ConnectionContext, SslServerAuthenticationOptions> | undefined);
35
37
  get ServerCertificate(): X509Certificate2 | undefined;
36
38
  set ServerCertificate(value: X509Certificate2 | undefined);
37
39
  get ServerCertificateChain(): X509Certificate2Collection | undefined;
38
40
  set ServerCertificateChain(value: X509Certificate2Collection | undefined);
39
- get ServerCertificateSelector(): Func<ConnectionContext | undefined, string | undefined, X509Certificate2 | undefined> | undefined;
40
- set ServerCertificateSelector(value: Func<ConnectionContext | undefined, string | undefined, X509Certificate2 | undefined> | undefined);
41
+ get ServerCertificateSelector(): Func_3<ConnectionContext | undefined, string | undefined, X509Certificate2 | undefined> | undefined;
42
+ set ServerCertificateSelector(value: Func_3<ConnectionContext | undefined, string | undefined, X509Certificate2 | undefined> | undefined);
41
43
  SslProtocols: SslProtocols;
42
- get TlsClientHelloBytesCallback(): Action<ConnectionContext | undefined, ReadOnlySequence<System_Internal.Byte>> | undefined;
43
- set TlsClientHelloBytesCallback(value: Action<ConnectionContext | undefined, ReadOnlySequence<System_Internal.Byte>> | undefined);
44
+ get TlsClientHelloBytesCallback(): Action_2<ConnectionContext | undefined, ReadOnlySequence_1<System_Internal.Byte>> | undefined;
45
+ set TlsClientHelloBytesCallback(value: Action_2<ConnectionContext | undefined, ReadOnlySequence_1<System_Internal.Byte>> | undefined);
44
46
  AllowAnyClientCertificate(): void;
45
47
  }
46
48
 
@@ -53,6 +55,8 @@ export const HttpsConnectionAdapterOptions: {
53
55
  export type HttpsConnectionAdapterOptions = HttpsConnectionAdapterOptions$instance;
54
56
 
55
57
  export interface TlsHandshakeCallbackContext$instance {
58
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Https_TlsHandshakeCallbackContext: never;
59
+
56
60
  AllowDelayedClientCertificateNegotation: boolean;
57
61
  CancellationToken: CancellationToken;
58
62
  ClientHelloInfo: SslClientHelloInfo;
@@ -71,8 +75,10 @@ export const TlsHandshakeCallbackContext: {
71
75
  export type TlsHandshakeCallbackContext = TlsHandshakeCallbackContext$instance;
72
76
 
73
77
  export interface TlsHandshakeCallbackOptions$instance {
78
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Https_TlsHandshakeCallbackOptions: never;
79
+
74
80
  HandshakeTimeout: TimeSpan;
75
- OnConnection: Func<TlsHandshakeCallbackContext, ValueTask<SslServerAuthenticationOptions>>;
81
+ OnConnection: Func_2<TlsHandshakeCallbackContext, ValueTask_1<SslServerAuthenticationOptions>>;
76
82
  get OnConnectionState(): unknown | undefined;
77
83
  set OnConnectionState(value: unknown | undefined);
78
84
  }
@@ -7,11 +7,13 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { NamedPipeEndPoint } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
10
- import type { NamedPipeServerStream, PipeOptions, PipeSecurity } from "@tsonic/dotnet/System.IO.Pipes.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Boolean as ClrBoolean, Func, Int32, Int64, Nullable, Object as ClrObject } from "@tsonic/dotnet/System.js";
10
+ import type { NamedPipeServerStream, PipeOptions, PipeSecurity } from "@tsonic/dotnet/System.IO.Pipes/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Boolean as ClrBoolean, Func_2, Int32, Int64, Nullable_1, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export interface CreateNamedPipeServerStreamContext$instance {
15
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_NamedPipes_CreateNamedPipeServerStreamContext: never;
16
+
15
17
  NamedPipeEndPoint: NamedPipeEndPoint;
16
18
  PipeOptions: PipeOptions;
17
19
  get PipeSecurity(): PipeSecurity | undefined;
@@ -27,11 +29,13 @@ export const CreateNamedPipeServerStreamContext: {
27
29
  export type CreateNamedPipeServerStreamContext = CreateNamedPipeServerStreamContext$instance;
28
30
 
29
31
  export interface NamedPipeTransportOptions$instance {
30
- CreateNamedPipeServerStream: Func<CreateNamedPipeServerStreamContext, NamedPipeServerStream>;
32
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_NamedPipes_NamedPipeTransportOptions: never;
33
+
34
+ CreateNamedPipeServerStream: Func_2<CreateNamedPipeServerStreamContext, NamedPipeServerStream>;
31
35
  CurrentUserOnly: boolean;
32
36
  ListenerQueueCount: int;
33
- MaxReadBufferSize: Nullable<System_Internal.Int64>;
34
- MaxWriteBufferSize: Nullable<System_Internal.Int64>;
37
+ MaxReadBufferSize: Nullable_1<System_Internal.Int64>;
38
+ MaxWriteBufferSize: Nullable_1<System_Internal.Int64>;
35
39
  get PipeSecurity(): PipeSecurity | undefined;
36
40
  set PipeSecurity(value: PipeSecurity | undefined);
37
41
  }
@@ -6,17 +6,19 @@
6
6
  import type { 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
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Int32, Int64, Nullable, Object as ClrObject } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Int32, Int64, Nullable_1, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export interface QuicTransportOptions$instance {
13
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_Quic_QuicTransportOptions: never;
14
+
13
15
  Backlog: int;
14
16
  DefaultCloseErrorCode: long;
15
17
  DefaultStreamErrorCode: long;
16
18
  MaxBidirectionalStreamCount: int;
17
- MaxReadBufferSize: Nullable<System_Internal.Int64>;
19
+ MaxReadBufferSize: Nullable_1<System_Internal.Int64>;
18
20
  MaxUnidirectionalStreamCount: int;
19
- MaxWriteBufferSize: Nullable<System_Internal.Int64>;
21
+ MaxWriteBufferSize: Nullable_1<System_Internal.Int64>;
20
22
  }
21
23
 
22
24
 
@@ -8,16 +8,18 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import * as Microsoft_AspNetCore_Connections_Internal from "../../Microsoft.AspNetCore.Connections/internal/index.js";
10
10
  import type { ConnectionContext, IConnectionListener, IConnectionListenerFactory, IConnectionListenerFactorySelector } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Boolean as ClrBoolean, Func, IDisposable, Int32, Int64, Nullable, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
13
- import type { EndPoint } from "@tsonic/dotnet/System.Net.js";
14
- import type { Socket } from "@tsonic/dotnet/System.Net.Sockets.js";
15
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
16
- import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
17
- import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
18
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
11
+ import type { Socket } from "@tsonic/dotnet/System.Net.Sockets/internal/index.js";
12
+ import type { EndPoint } from "@tsonic/dotnet/System.Net/internal/index.js";
13
+ import type { ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
14
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
15
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
16
+ import type { Boolean as ClrBoolean, Func_2, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
17
+ import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
18
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
19
19
 
20
20
  export interface SocketConnectionContextFactory$instance {
21
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets_SocketConnectionContextFactory: never;
22
+
21
23
  readonly __tsonic_iface_System_IDisposable: never;
22
24
 
23
25
  Create(socket: Socket): ConnectionContext;
@@ -33,9 +35,11 @@ export const SocketConnectionContextFactory: {
33
35
  export type SocketConnectionContextFactory = SocketConnectionContextFactory$instance;
34
36
 
35
37
  export interface SocketConnectionFactoryOptions$instance {
38
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets_SocketConnectionFactoryOptions: never;
39
+
36
40
  IOQueueCount: int;
37
- MaxReadBufferSize: Nullable<System_Internal.Int64>;
38
- MaxWriteBufferSize: Nullable<System_Internal.Int64>;
41
+ MaxReadBufferSize: Nullable_1<System_Internal.Int64>;
42
+ MaxWriteBufferSize: Nullable_1<System_Internal.Int64>;
39
43
  UnsafePreferInlineScheduling: boolean;
40
44
  WaitForDataBeforeAllocatingBuffer: boolean;
41
45
  }
@@ -48,17 +52,19 @@ export const SocketConnectionFactoryOptions: {
48
52
 
49
53
  export type SocketConnectionFactoryOptions = SocketConnectionFactoryOptions$instance;
50
54
 
51
- export interface SocketTransportFactory$instance {
55
+ export interface SocketTransportFactory$instance extends Microsoft_AspNetCore_Connections_Internal.IConnectionListenerFactory$instance, Microsoft_AspNetCore_Connections_Internal.IConnectionListenerFactorySelector$instance {
56
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets_SocketTransportFactory: never;
57
+
52
58
  readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListenerFactory: never;
53
59
  readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListenerFactorySelector: never;
54
60
 
55
- BindAsync(endpoint: EndPoint, cancellationToken?: CancellationToken): ValueTask<IConnectionListener>;
61
+ BindAsync(endpoint: EndPoint, cancellationToken?: CancellationToken): ValueTask_1<IConnectionListener>;
56
62
  CanBind(endpoint: EndPoint): boolean;
57
63
  }
58
64
 
59
65
 
60
66
  export const SocketTransportFactory: {
61
- new(options: IOptions<SocketTransportOptions>, loggerFactory: ILoggerFactory): SocketTransportFactory;
67
+ new(options: IOptions_1<SocketTransportOptions>, loggerFactory: ILoggerFactory): SocketTransportFactory;
62
68
  };
63
69
 
64
70
 
@@ -67,17 +73,17 @@ export interface __SocketTransportFactory$views {
67
73
  As_IConnectionListenerFactorySelector(): Microsoft_AspNetCore_Connections_Internal.IConnectionListenerFactorySelector$instance;
68
74
  }
69
75
 
70
- export interface SocketTransportFactory$instance extends Microsoft_AspNetCore_Connections_Internal.IConnectionListenerFactory$instance, Microsoft_AspNetCore_Connections_Internal.IConnectionListenerFactorySelector$instance {}
71
-
72
76
  export type SocketTransportFactory = SocketTransportFactory$instance & __SocketTransportFactory$views;
73
77
 
74
78
 
75
79
  export interface SocketTransportOptions$instance {
80
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets_SocketTransportOptions: never;
81
+
76
82
  Backlog: int;
77
- CreateBoundListenSocket: Func<EndPoint, Socket>;
83
+ CreateBoundListenSocket: Func_2<EndPoint, Socket>;
78
84
  IOQueueCount: int;
79
- MaxReadBufferSize: Nullable<System_Internal.Int64>;
80
- MaxWriteBufferSize: Nullable<System_Internal.Int64>;
85
+ MaxReadBufferSize: Nullable_1<System_Internal.Int64>;
86
+ MaxWriteBufferSize: Nullable_1<System_Internal.Int64>;
81
87
  NoDelay: boolean;
82
88
  UnsafePreferInlineScheduling: boolean;
83
89
  WaitForDataBeforeAllocatingBuffer: boolean;