@tsonic/aspnetcore 10.0.2 → 10.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +27 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +250 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +64 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +47 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +28 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +137 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +53 -32
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +21 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +221 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +358 -187
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +46 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +15 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +220 -89
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +15 -9
  20. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  21. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +10 -5
  22. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  23. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +44 -13
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +16 -8
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +55 -22
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +15 -9
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +33 -20
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +105 -37
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -1
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +27 -15
  36. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +130 -49
  37. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +6 -4
  38. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +64 -20
  39. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  40. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +19 -8
  41. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +55 -29
  42. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  43. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +43 -20
  44. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +28 -16
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +59 -27
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +3 -1
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -1
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +32 -19
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +19 -5
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +31 -15
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +58 -32
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +64 -21
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +89 -47
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +9 -5
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +10 -6
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +16 -4
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +12 -8
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +31 -13
  64. package/Microsoft.AspNetCore.Http/internal/index.d.ts +408 -199
  65. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +34 -16
  66. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +4 -0
  67. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +21 -16
  68. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +208 -88
  69. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +10 -6
  70. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  71. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +378 -171
  72. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  73. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +74 -26
  74. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +18 -8
  75. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +23 -11
  76. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  77. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  78. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +725 -456
  79. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  80. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +10 -6
  81. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +57 -27
  82. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +7 -3
  83. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +724 -205
  84. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +27 -13
  85. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +37 -13
  86. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +76 -30
  87. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +244 -125
  88. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +59 -25
  89. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +21 -10
  90. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +51 -24
  91. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -1
  92. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +12 -7
  93. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +43 -18
  94. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +431 -68
  95. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +140 -44
  96. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +192 -89
  97. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +77 -36
  98. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +3 -0
  99. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +162 -66
  100. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +48 -25
  101. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +379 -133
  102. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +217 -128
  103. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +156 -102
  104. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  105. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +100 -43
  106. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +3 -0
  107. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +105 -56
  108. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +19 -9
  109. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  110. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  111. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +43 -18
  112. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +81 -42
  113. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +70 -37
  114. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +123 -95
  115. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +57 -25
  116. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +151 -72
  117. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +41 -23
  118. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +94 -48
  119. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +24 -11
  120. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +266 -144
  121. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +7 -3
  122. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  123. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +44 -26
  124. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +22 -12
  125. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +28 -10
  126. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  127. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +100 -31
  128. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +11 -5
  129. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +18 -10
  130. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +64 -29
  131. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +20 -12
  132. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +291 -131
  133. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +191 -79
  134. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  135. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +61 -25
  136. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +40 -20
  137. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  138. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +29 -13
  139. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +50 -18
  140. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +12 -4
  141. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +17 -11
  142. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  143. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +56 -36
  144. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +17 -3
  145. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +20 -8
  146. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  147. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  148. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  149. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +29 -18
  150. package/Microsoft.AspNetCore.Session/internal/index.d.ts +32 -22
  151. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +191 -91
  152. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +63 -25
  153. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +21 -11
  154. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  155. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +38 -22
  156. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  157. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  158. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  159. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +119 -73
  160. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +135 -123
  161. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  162. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  163. package/Microsoft.JSInterop/internal/index.d.ts +95 -52
  164. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +40 -26
  165. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +10 -2
  166. package/Microsoft.Net.Http.Headers/internal/index.d.ts +92 -60
  167. package/System.Formats.Cbor/internal/index.d.ts +29 -21
  168. package/System.Security.Claims/internal/index.d.ts +3 -3
  169. package/System.Security.Claims.d.ts +3 -0
  170. package/System.Threading.RateLimiting/internal/index.d.ts +84 -29
  171. package/__internal/extensions/index.d.ts +1776 -1190
  172. package/package.json +4 -4
@@ -9,17 +9,17 @@ 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 * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
13
- import type { ICollection, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
14
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
15
- import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
16
- import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
17
- import type { Win32Exception } from "@tsonic/dotnet/System.ComponentModel.js";
18
- import * as System_Internal from "@tsonic/dotnet/System.js";
19
- import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Span, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System.js";
20
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
21
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
22
- import type { GenericSecurityDescriptor } from "@tsonic/dotnet/System.Security.AccessControl.js";
12
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
13
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
14
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
15
+ import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
16
+ import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
17
+ import type { Win32Exception } from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
18
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
19
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
20
+ import type { GenericSecurityDescriptor } from "@tsonic/dotnet/System.Security.AccessControl/internal/index.js";
21
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
22
+ import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
23
23
 
24
24
  export enum AuthenticationSchemes {
25
25
  None = 0,
@@ -86,6 +86,8 @@ export enum RequestQueueMode {
86
86
 
87
87
 
88
88
  export interface IHttpSysRequestDelegationFeature$instance {
89
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestDelegationFeature: never;
90
+
89
91
  readonly CanDelegate: boolean;
90
92
  DelegateRequest(destination: DelegationRule): void;
91
93
  }
@@ -94,21 +96,27 @@ export interface IHttpSysRequestDelegationFeature$instance {
94
96
  export type IHttpSysRequestDelegationFeature = IHttpSysRequestDelegationFeature$instance;
95
97
 
96
98
  export interface IHttpSysRequestInfoFeature$instance {
97
- readonly RequestInfo: IReadOnlyDictionary<System_Internal.Int32, ReadOnlyMemory<System_Internal.Byte>>;
99
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestInfoFeature: never;
100
+
101
+ readonly RequestInfo: IReadOnlyDictionary_2<System_Internal.Int32, ReadOnlyMemory_1<System_Internal.Byte>>;
98
102
  }
99
103
 
100
104
 
101
105
  export type IHttpSysRequestInfoFeature = IHttpSysRequestInfoFeature$instance;
102
106
 
103
107
  export interface IHttpSysRequestPropertyFeature$instance {
104
- TryGetTlsClientHello(tlsClientHelloBytesDestination: Span<System_Internal.Byte>, bytesReturned: int): boolean;
108
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestPropertyFeature: never;
109
+
110
+ TryGetTlsClientHello(tlsClientHelloBytesDestination: Span_1<System_Internal.Byte>, bytesReturned: int): boolean;
105
111
  }
106
112
 
107
113
 
108
114
  export type IHttpSysRequestPropertyFeature = IHttpSysRequestPropertyFeature$instance;
109
115
 
110
116
  export interface IHttpSysRequestTimingFeature$instance {
111
- readonly Timestamps: ReadOnlySpan<System_Internal.Int64>;
117
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestTimingFeature: never;
118
+
119
+ readonly Timestamps: ReadOnlySpan_1<System_Internal.Int64>;
112
120
  TryGetElapsedTime(startingTimestampType: HttpSysRequestTimingType, endingTimestampType: HttpSysRequestTimingType, elapsed: TimeSpan): boolean;
113
121
  TryGetTimestamp(timestampType: HttpSysRequestTimingType, timestamp: long): boolean;
114
122
  }
@@ -117,6 +125,8 @@ export interface IHttpSysRequestTimingFeature$instance {
117
125
  export type IHttpSysRequestTimingFeature = IHttpSysRequestTimingFeature$instance;
118
126
 
119
127
  export interface IServerDelegationFeature$instance {
128
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IServerDelegationFeature: never;
129
+
120
130
  CreateDelegationRule(queueName: string, urlPrefix: string): DelegationRule;
121
131
  }
122
132
 
@@ -124,6 +134,8 @@ export interface IServerDelegationFeature$instance {
124
134
  export type IServerDelegationFeature = IServerDelegationFeature$instance;
125
135
 
126
136
  export interface AuthenticationManager$instance {
137
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_AuthenticationManager: never;
138
+
127
139
  AllowAnonymous: boolean;
128
140
  get AuthenticationDisplayName(): string | undefined;
129
141
  set AuthenticationDisplayName(value: string | undefined);
@@ -141,6 +153,10 @@ export const AuthenticationManager: {
141
153
  export type AuthenticationManager = AuthenticationManager$instance;
142
154
 
143
155
  export interface DelegationRule$instance {
156
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_DelegationRule: never;
157
+
158
+ readonly __tsonic_iface_System_IDisposable: never;
159
+
144
160
  readonly QueueName: string;
145
161
  readonly UrlPrefix: string;
146
162
  Dispose(): void;
@@ -154,6 +170,10 @@ export const DelegationRule: {
154
170
  export type DelegationRule = DelegationRule$instance;
155
171
 
156
172
  export interface HttpSysException$instance extends Win32Exception {
173
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_HttpSysException: never;
174
+
175
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
176
+
157
177
  readonly ErrorCode: int;
158
178
  }
159
179
 
@@ -165,6 +185,8 @@ export const HttpSysException: {
165
185
  export type HttpSysException = HttpSysException$instance;
166
186
 
167
187
  export interface HttpSysOptions$instance {
188
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_HttpSysOptions: never;
189
+
168
190
  AllowSynchronousIO: boolean;
169
191
  readonly Authentication: AuthenticationManager;
170
192
  ClientCertificateMethod: ClientCertificateMethod;
@@ -172,8 +194,8 @@ export interface HttpSysOptions$instance {
172
194
  EnableResponseCaching: boolean;
173
195
  Http503Verbosity: Http503VerbosityLevel;
174
196
  MaxAccepts: int;
175
- MaxConnections: Nullable<System_Internal.Int64>;
176
- MaxRequestBodySize: Nullable<System_Internal.Int64>;
197
+ MaxConnections: Nullable_1<System_Internal.Int64>;
198
+ MaxRequestBodySize: Nullable_1<System_Internal.Int64>;
177
199
  RequestQueueLimit: long;
178
200
  RequestQueueMode: RequestQueueMode;
179
201
  get RequestQueueName(): string | undefined;
@@ -196,6 +218,8 @@ export const HttpSysOptions: {
196
218
  export type HttpSysOptions = HttpSysOptions$instance;
197
219
 
198
220
  export interface TimeoutManager$instance {
221
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_TimeoutManager: never;
222
+
199
223
  DrainEntityBody: TimeSpan;
200
224
  EntityBody: TimeSpan;
201
225
  HeaderWait: TimeSpan;
@@ -212,6 +236,8 @@ export const TimeoutManager: {
212
236
  export type TimeoutManager = TimeoutManager$instance;
213
237
 
214
238
  export interface UrlPrefix$instance {
239
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_UrlPrefix: never;
240
+
215
241
  readonly FullPrefix: string;
216
242
  readonly Host: string;
217
243
  readonly IsHttps: boolean;
@@ -226,7 +252,7 @@ export interface UrlPrefix$instance {
226
252
 
227
253
 
228
254
  export const UrlPrefix: {
229
- Create(scheme: string, host: string, portValue: Nullable<System_Internal.Int32>, path: string): UrlPrefix;
255
+ Create(scheme: string, host: string, portValue: Nullable_1<System_Internal.Int32>, path: string): UrlPrefix;
230
256
  Create(scheme: string, host: string, port: string, path: string): UrlPrefix;
231
257
  Create(prefix: string): UrlPrefix;
232
258
  };
@@ -235,6 +261,12 @@ export const UrlPrefix: {
235
261
  export type UrlPrefix = UrlPrefix$instance;
236
262
 
237
263
  export interface UrlPrefixCollection$instance {
264
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_UrlPrefixCollection: never;
265
+
266
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
267
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
268
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
269
+
238
270
  readonly Count: int;
239
271
  readonly IsReadOnly: boolean;
240
272
  Add(prefix: string): void;
@@ -242,7 +274,7 @@ export interface UrlPrefixCollection$instance {
242
274
  Clear(): void;
243
275
  Contains(item: UrlPrefix): boolean;
244
276
  CopyTo(array: UrlPrefix[], arrayIndex: int): void;
245
- GetEnumerator(): IEnumerator<UrlPrefix>;
277
+ GetEnumerator(): IEnumerator_1<UrlPrefix>;
246
278
  Remove(prefix: string): boolean;
247
279
  Remove(item: UrlPrefix): boolean;
248
280
  }
@@ -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 * as Microsoft_AspNetCore_Http_Internal from "../../Microsoft.AspNetCore.Http/internal/index.js";
10
10
  import type { BadHttpRequestException as BadHttpRequestException_Http, HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Int32, Object as ClrObject, String as ClrString, UInt32, Version } from "@tsonic/dotnet/System.js";
13
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
14
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
11
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
12
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
13
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { Int32, Object as ClrObject, String as ClrString, UInt32, Version } from "@tsonic/dotnet/System/internal/index.js";
15
15
 
16
16
  export interface IIISEnvironmentFeature$instance {
17
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_IIS_IIISEnvironmentFeature: never;
18
+
17
19
  readonly IISVersion: Version;
18
20
  readonly AppPoolId: string;
19
21
  readonly AppPoolConfigFile: string;
@@ -29,6 +31,10 @@ export interface IIISEnvironmentFeature$instance {
29
31
  export type IIISEnvironmentFeature = IIISEnvironmentFeature$instance;
30
32
 
31
33
  export interface BadHttpRequestException$instance extends BadHttpRequestException_Http {
34
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_IIS_BadHttpRequestException: never;
35
+
36
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
37
+
32
38
  readonly StatusCode: int;
33
39
  }
34
40
 
@@ -40,6 +46,8 @@ export const BadHttpRequestException: {
40
46
  export type BadHttpRequestException = BadHttpRequestException$instance;
41
47
 
42
48
  export interface IISServerDefaults$instance {
49
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_IIS_IISServerDefaults: never;
50
+
43
51
  }
44
52
 
45
53
 
@@ -11,14 +11,16 @@ import type { IISOptions } from "../../Microsoft.AspNetCore.Builder/internal/ind
11
11
  import * as Microsoft_AspNetCore_Hosting_Internal from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
12
12
  import type { IHostingStartup, IWebHostBuilder } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
13
13
  import type { HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
14
- import * as System_Internal from "@tsonic/dotnet/System.js";
15
- import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
16
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
17
- import type { IHostApplicationLifetime } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
18
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
19
- import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
14
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
15
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
16
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
17
+ import type { IHostApplicationLifetime } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
18
+ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
19
+ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
20
20
 
21
21
  export interface IISDefaults$instance {
22
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_IISIntegration_IISDefaults: never;
23
+
22
24
  }
23
25
 
24
26
 
@@ -32,7 +34,11 @@ export const IISDefaults: {
32
34
 
33
35
  export type IISDefaults = IISDefaults$instance;
34
36
 
35
- export interface IISHostingStartup$instance {
37
+ export interface IISHostingStartup$instance extends Microsoft_AspNetCore_Hosting_Internal.IHostingStartup$instance {
38
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_IISIntegration_IISHostingStartup: never;
39
+
40
+ readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IHostingStartup: never;
41
+
36
42
  Configure(builder: IWebHostBuilder): void;
37
43
  }
38
44
 
@@ -46,19 +52,19 @@ export interface __IISHostingStartup$views {
46
52
  As_IHostingStartup(): Microsoft_AspNetCore_Hosting_Internal.IHostingStartup$instance;
47
53
  }
48
54
 
49
- export interface IISHostingStartup$instance extends Microsoft_AspNetCore_Hosting_Internal.IHostingStartup$instance {}
50
-
51
55
  export type IISHostingStartup = IISHostingStartup$instance & __IISHostingStartup$views;
52
56
 
53
57
 
54
58
  export interface IISMiddleware$instance {
59
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_IISIntegration_IISMiddleware: never;
60
+
55
61
  Invoke(httpContext: HttpContext): Task;
56
62
  }
57
63
 
58
64
 
59
65
  export const IISMiddleware: {
60
- new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions<IISOptions>, pairingToken: string, authentication: IAuthenticationSchemeProvider, applicationLifetime: IHostApplicationLifetime): IISMiddleware;
61
- new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions<IISOptions>, pairingToken: string, isWebsocketsSupported: boolean, authentication: IAuthenticationSchemeProvider, applicationLifetime: IHostApplicationLifetime): IISMiddleware;
66
+ new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions_1<IISOptions>, pairingToken: string, authentication: IAuthenticationSchemeProvider, applicationLifetime: IHostApplicationLifetime): IISMiddleware;
67
+ new(next: RequestDelegate, loggerFactory: ILoggerFactory, options: IOptions_1<IISOptions>, pairingToken: string, isWebsocketsSupported: boolean, authentication: IAuthenticationSchemeProvider, applicationLifetime: IHostApplicationLifetime): IISMiddleware;
62
68
  };
63
69
 
64
70
 
@@ -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,10 @@ 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
+
43
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
44
+
41
45
  readonly StatusCode: int;
42
46
  }
43
47
 
@@ -49,6 +53,8 @@ export const BadHttpRequestException: {
49
53
  export type BadHttpRequestException = BadHttpRequestException$instance;
50
54
 
51
55
  export interface Http2Limits$instance {
56
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Http2Limits: never;
57
+
52
58
  HeaderTableSize: int;
53
59
  InitialConnectionWindowSize: int;
54
60
  InitialStreamWindowSize: int;
@@ -68,6 +74,8 @@ export const Http2Limits: {
68
74
  export type Http2Limits = Http2Limits$instance;
69
75
 
70
76
  export interface Http3Limits$instance {
77
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_Http3Limits: never;
78
+
71
79
  MaxRequestHeaderFieldSize: int;
72
80
  }
73
81
 
@@ -79,7 +87,12 @@ export const Http3Limits: {
79
87
 
80
88
  export type Http3Limits = Http3Limits$instance;
81
89
 
82
- 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
+
93
+ readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Server_IServer: never;
94
+ readonly __tsonic_iface_System_IDisposable: never;
95
+
83
96
  readonly Features: IFeatureCollection;
84
97
  readonly Options: KestrelServerOptions;
85
98
  Dispose(): void;
@@ -89,7 +102,7 @@ export interface KestrelServer$instance {
89
102
 
90
103
 
91
104
  export const KestrelServer: {
92
- new(options: IOptions<KestrelServerOptions>, transportFactory: IConnectionListenerFactory, loggerFactory: ILoggerFactory): KestrelServer;
105
+ new(options: IOptions_1<KestrelServerOptions>, transportFactory: IConnectionListenerFactory, loggerFactory: ILoggerFactory): KestrelServer;
93
106
  };
94
107
 
95
108
 
@@ -97,23 +110,23 @@ export interface __KestrelServer$views {
97
110
  As_IServer(): Microsoft_AspNetCore_Hosting_Server_Internal.IServer$instance;
98
111
  }
99
112
 
100
- export interface KestrelServer$instance extends Microsoft_AspNetCore_Hosting_Server_Internal.IServer$instance {}
101
-
102
113
  export type KestrelServer = KestrelServer$instance & __KestrelServer$views;
103
114
 
104
115
 
105
116
  export interface KestrelServerLimits$instance {
117
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_KestrelServerLimits: never;
118
+
106
119
  readonly Http2: Http2Limits;
107
120
  readonly Http3: Http3Limits;
108
121
  KeepAliveTimeout: TimeSpan;
109
- MaxConcurrentConnections: Nullable<System_Internal.Int64>;
110
- MaxConcurrentUpgradedConnections: Nullable<System_Internal.Int64>;
111
- MaxRequestBodySize: Nullable<System_Internal.Int64>;
112
- 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>;
113
126
  MaxRequestHeaderCount: int;
114
127
  MaxRequestHeadersTotalSize: int;
115
128
  MaxRequestLineSize: int;
116
- MaxResponseBufferSize: Nullable<System_Internal.Int64>;
129
+ MaxResponseBufferSize: Nullable_1<System_Internal.Int64>;
117
130
  get MinRequestBodyDataRate(): MinDataRate | undefined;
118
131
  set MinRequestBodyDataRate(value: MinDataRate | undefined);
119
132
  get MinResponseDataRate(): MinDataRate | undefined;
@@ -130,6 +143,8 @@ export const KestrelServerLimits: {
130
143
  export type KestrelServerLimits = KestrelServerLimits$instance;
131
144
 
132
145
  export interface KestrelServerOptions$instance {
146
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_KestrelServerOptions: never;
147
+
133
148
  AddServerHeader: boolean;
134
149
  AllowAlternateSchemes: boolean;
135
150
  AllowHostHeaderOverride: boolean;
@@ -141,29 +156,29 @@ export interface KestrelServerOptions$instance {
141
156
  DisableStringReuse: boolean;
142
157
  EnableAltSvc: boolean;
143
158
  readonly Limits: KestrelServerLimits;
144
- RequestHeaderEncodingSelector: Func<System_Internal.String, Encoding | undefined>;
145
- 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>;
146
161
  Configure(): KestrelConfigurationLoader;
147
162
  Configure(config: IConfiguration): KestrelConfigurationLoader;
148
163
  Configure(config: IConfiguration, reloadOnChange: boolean): KestrelConfigurationLoader;
149
- ConfigureEndpointDefaults(configureOptions: Action<ListenOptions>): void;
150
- ConfigureHttpsDefaults(configureOptions: Action<HttpsConnectionAdapterOptions>): void;
164
+ ConfigureEndpointDefaults(configureOptions: Action_1<ListenOptions>): void;
165
+ ConfigureHttpsDefaults(configureOptions: Action_1<HttpsConnectionAdapterOptions>): void;
151
166
  Listen(address: IPAddress, port: int): void;
152
- Listen(address: IPAddress, port: int, configure: Action<ListenOptions>): void;
167
+ Listen(address: IPAddress, port: int, configure: Action_1<ListenOptions>): void;
153
168
  Listen(endPoint: IPEndPoint): void;
154
169
  Listen(endPoint: EndPoint): void;
155
- Listen(endPoint: IPEndPoint, configure: Action<ListenOptions>): void;
156
- 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;
157
172
  ListenAnyIP(port: int): void;
158
- ListenAnyIP(port: int, configure: Action<ListenOptions>): void;
173
+ ListenAnyIP(port: int, configure: Action_1<ListenOptions>): void;
159
174
  ListenHandle(handle: ulong): void;
160
- ListenHandle(handle: ulong, configure: Action<ListenOptions>): void;
175
+ ListenHandle(handle: ulong, configure: Action_1<ListenOptions>): void;
161
176
  ListenLocalhost(port: int): void;
162
- ListenLocalhost(port: int, configure: Action<ListenOptions>): void;
177
+ ListenLocalhost(port: int, configure: Action_1<ListenOptions>): void;
163
178
  ListenNamedPipe(pipeName: string): void;
164
- ListenNamedPipe(pipeName: string, configure: Action<ListenOptions>): void;
179
+ ListenNamedPipe(pipeName: string, configure: Action_1<ListenOptions>): void;
165
180
  ListenUnixSocket(socketPath: string): void;
166
- ListenUnixSocket(socketPath: string, configure: Action<ListenOptions>): void;
181
+ ListenUnixSocket(socketPath: string, configure: Action_1<ListenOptions>): void;
167
182
  }
168
183
 
169
184
 
@@ -174,7 +189,12 @@ export const KestrelServerOptions: {
174
189
 
175
190
  export type KestrelServerOptions = KestrelServerOptions$instance;
176
191
 
177
- 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
+
195
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionBuilder: never;
196
+ readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionBuilder: never;
197
+
178
198
  readonly ApplicationServices: IServiceProvider;
179
199
  DisableAltSvcHeader: boolean;
180
200
  EndPoint: EndPoint;
@@ -186,7 +206,7 @@ export interface ListenOptions$instance {
186
206
  readonly SocketPath: string | undefined;
187
207
  Build(): ConnectionDelegate;
188
208
  ToString(): string | undefined;
189
- Use(middleware: Func<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
209
+ Use(middleware: Func_2<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
190
210
  }
191
211
 
192
212
 
@@ -199,12 +219,12 @@ export interface __ListenOptions$views {
199
219
  As_IMultiplexedConnectionBuilder(): Microsoft_AspNetCore_Connections_Internal.IMultiplexedConnectionBuilder$instance;
200
220
  }
201
221
 
202
- export interface ListenOptions$instance extends Microsoft_AspNetCore_Connections_Internal.IConnectionBuilder$instance {}
203
-
204
222
  export type ListenOptions = ListenOptions$instance & __ListenOptions$views;
205
223
 
206
224
 
207
225
  export interface MinDataRate$instance {
226
+ readonly __tsonic_type_Microsoft_AspNetCore_Server_Kestrel_Core_MinDataRate: never;
227
+
208
228
  readonly BytesPerSecond: double;
209
229
  readonly GracePeriod: TimeSpan;
210
230
  ToString(): string;
@@ -8,10 +8,12 @@ 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
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IConnectionTimeoutFeature: never;
16
+
15
17
  CancelTimeout(): void;
16
18
  SetTimeout(timeSpan: TimeSpan): void;
17
19
  }
@@ -20,6 +22,8 @@ export interface IConnectionTimeoutFeature$instance {
20
22
  export type IConnectionTimeoutFeature = IConnectionTimeoutFeature$instance;
21
23
 
22
24
  export interface IDecrementConcurrentConnectionCountFeature$instance {
25
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IDecrementConcurrentConnectionCountFeature: never;
26
+
23
27
  ReleaseConnection(): void;
24
28
  }
25
29
 
@@ -27,6 +31,8 @@ export interface IDecrementConcurrentConnectionCountFeature$instance {
27
31
  export type IDecrementConcurrentConnectionCountFeature = IDecrementConcurrentConnectionCountFeature$instance;
28
32
 
29
33
  export interface IHttp2StreamIdFeature$instance {
34
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IHttp2StreamIdFeature: never;
35
+
30
36
  readonly StreamId: int;
31
37
  }
32
38
 
@@ -34,6 +40,8 @@ export interface IHttp2StreamIdFeature$instance {
34
40
  export type IHttp2StreamIdFeature = IHttp2StreamIdFeature$instance;
35
41
 
36
42
  export interface IHttpMinRequestBodyDataRateFeature$instance {
43
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IHttpMinRequestBodyDataRateFeature: never;
44
+
37
45
  get MinDataRate(): MinDataRate | undefined;
38
46
  set MinDataRate(value: MinDataRate | undefined);
39
47
  }
@@ -42,6 +50,8 @@ export interface IHttpMinRequestBodyDataRateFeature$instance {
42
50
  export type IHttpMinRequestBodyDataRateFeature = IHttpMinRequestBodyDataRateFeature$instance;
43
51
 
44
52
  export interface IHttpMinResponseDataRateFeature$instance {
53
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IHttpMinResponseDataRateFeature: never;
54
+
45
55
  get MinDataRate(): MinDataRate | undefined;
46
56
  set MinDataRate(value: MinDataRate | undefined);
47
57
  }
@@ -50,6 +60,8 @@ export interface IHttpMinResponseDataRateFeature$instance {
50
60
  export type IHttpMinResponseDataRateFeature = IHttpMinResponseDataRateFeature$instance;
51
61
 
52
62
  export interface ISslStreamFeature$instance {
63
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_ISslStreamFeature: never;
64
+
53
65
  readonly SslStream: SslStream;
54
66
  }
55
67
 
@@ -57,7 +69,9 @@ export interface ISslStreamFeature$instance {
57
69
  export type ISslStreamFeature = ISslStreamFeature$instance;
58
70
 
59
71
  export interface ITlsApplicationProtocolFeature$instance {
60
- readonly ApplicationProtocol: ReadOnlyMemory<System_Internal.Byte>;
72
+ readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_ITlsApplicationProtocolFeature: never;
73
+
74
+ readonly ApplicationProtocol: ReadOnlyMemory_1<System_Internal.Byte>;
61
75
  }
62
76
 
63
77