@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.
- package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -7,11 +7,11 @@ 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 { IParameterPolicy, IRouteConstraint, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import * as
|
|
12
|
-
import type {
|
|
13
|
-
import * as
|
|
14
|
-
import type {
|
|
10
|
+
import type { IEnumerable_1, IReadOnlyDictionary_2, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
12
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { Boolean as ClrBoolean, Decimal, Enum, Exception, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export enum RoutePatternParameterKind {
|
|
17
17
|
Standard = 0,
|
|
@@ -28,14 +28,16 @@ export enum RoutePatternPartKind {
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
export interface RoutePattern$instance {
|
|
31
|
-
readonly
|
|
31
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePattern: never;
|
|
32
|
+
|
|
33
|
+
readonly Defaults: IReadOnlyDictionary_2<System_Internal.String, unknown | undefined>;
|
|
32
34
|
readonly InboundPrecedence: decimal;
|
|
33
35
|
readonly OutboundPrecedence: decimal;
|
|
34
|
-
readonly ParameterPolicies:
|
|
35
|
-
readonly Parameters:
|
|
36
|
-
readonly PathSegments:
|
|
36
|
+
readonly ParameterPolicies: IReadOnlyDictionary_2<System_Internal.String, IReadOnlyList_1<RoutePatternParameterPolicyReference>>;
|
|
37
|
+
readonly Parameters: IReadOnlyList_1<RoutePatternParameterPart>;
|
|
38
|
+
readonly PathSegments: IReadOnlyList_1<RoutePatternPathSegment>;
|
|
37
39
|
readonly RawText: string | undefined;
|
|
38
|
-
readonly RequiredValues:
|
|
40
|
+
readonly RequiredValues: IReadOnlyDictionary_2<System_Internal.String, unknown | undefined>;
|
|
39
41
|
GetParameter(name: string): RoutePatternParameterPart | undefined;
|
|
40
42
|
}
|
|
41
43
|
|
|
@@ -48,6 +50,8 @@ export const RoutePattern: {
|
|
|
48
50
|
export type RoutePattern = RoutePattern$instance;
|
|
49
51
|
|
|
50
52
|
export interface RoutePatternException$instance extends Exception {
|
|
53
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternException: never;
|
|
54
|
+
|
|
51
55
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
52
56
|
|
|
53
57
|
readonly Pattern: string;
|
|
@@ -63,6 +67,8 @@ export const RoutePatternException: {
|
|
|
63
67
|
export type RoutePatternException = RoutePatternException$instance;
|
|
64
68
|
|
|
65
69
|
export interface RoutePatternLiteralPart$instance extends RoutePatternPart {
|
|
70
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternLiteralPart: never;
|
|
71
|
+
|
|
66
72
|
readonly Content: string;
|
|
67
73
|
}
|
|
68
74
|
|
|
@@ -74,13 +80,15 @@ export const RoutePatternLiteralPart: {
|
|
|
74
80
|
export type RoutePatternLiteralPart = RoutePatternLiteralPart$instance;
|
|
75
81
|
|
|
76
82
|
export interface RoutePatternParameterPart$instance extends RoutePatternPart {
|
|
83
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternParameterPart: never;
|
|
84
|
+
|
|
77
85
|
readonly Default: unknown | undefined;
|
|
78
86
|
readonly EncodeSlashes: boolean;
|
|
79
87
|
readonly IsCatchAll: boolean;
|
|
80
88
|
readonly IsOptional: boolean;
|
|
81
89
|
readonly Name: string;
|
|
82
90
|
readonly ParameterKind: RoutePatternParameterKind;
|
|
83
|
-
readonly ParameterPolicies:
|
|
91
|
+
readonly ParameterPolicies: IReadOnlyList_1<RoutePatternParameterPolicyReference>;
|
|
84
92
|
}
|
|
85
93
|
|
|
86
94
|
|
|
@@ -91,6 +99,8 @@ export const RoutePatternParameterPart: {
|
|
|
91
99
|
export type RoutePatternParameterPart = RoutePatternParameterPart$instance;
|
|
92
100
|
|
|
93
101
|
export interface RoutePatternParameterPolicyReference$instance {
|
|
102
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternParameterPolicyReference: never;
|
|
103
|
+
|
|
94
104
|
readonly Content: string | undefined;
|
|
95
105
|
readonly ParameterPolicy: IParameterPolicy | undefined;
|
|
96
106
|
}
|
|
@@ -103,6 +113,8 @@ export const RoutePatternParameterPolicyReference: {
|
|
|
103
113
|
export type RoutePatternParameterPolicyReference = RoutePatternParameterPolicyReference$instance;
|
|
104
114
|
|
|
105
115
|
export interface RoutePatternPart$instance {
|
|
116
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternPart: never;
|
|
117
|
+
|
|
106
118
|
readonly IsLiteral: boolean;
|
|
107
119
|
readonly IsParameter: boolean;
|
|
108
120
|
readonly IsSeparator: boolean;
|
|
@@ -117,8 +129,10 @@ export const RoutePatternPart: {
|
|
|
117
129
|
export type RoutePatternPart = RoutePatternPart$instance;
|
|
118
130
|
|
|
119
131
|
export interface RoutePatternPathSegment$instance {
|
|
132
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternPathSegment: never;
|
|
133
|
+
|
|
120
134
|
readonly IsSimple: boolean;
|
|
121
|
-
readonly Parts:
|
|
135
|
+
readonly Parts: IReadOnlyList_1<RoutePatternPart>;
|
|
122
136
|
}
|
|
123
137
|
|
|
124
138
|
|
|
@@ -129,6 +143,8 @@ export const RoutePatternPathSegment: {
|
|
|
129
143
|
export type RoutePatternPathSegment = RoutePatternPathSegment$instance;
|
|
130
144
|
|
|
131
145
|
export interface RoutePatternSeparatorPart$instance extends RoutePatternPart {
|
|
146
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternSeparatorPart: never;
|
|
147
|
+
|
|
132
148
|
readonly Content: string;
|
|
133
149
|
}
|
|
134
150
|
|
|
@@ -140,6 +156,8 @@ export const RoutePatternSeparatorPart: {
|
|
|
140
156
|
export type RoutePatternSeparatorPart = RoutePatternSeparatorPart$instance;
|
|
141
157
|
|
|
142
158
|
export interface RoutePatternTransformer$instance {
|
|
159
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Patterns_RoutePatternTransformer: never;
|
|
160
|
+
|
|
143
161
|
SubstituteRequiredValues(original: RoutePattern, requiredValues: unknown): RoutePattern | undefined;
|
|
144
162
|
SubstituteRequiredValues(original: RoutePattern, requiredValues: RouteValueDictionary): RoutePattern | undefined;
|
|
145
163
|
}
|
|
@@ -158,7 +176,7 @@ export abstract class RoutePatternFactory$instance {
|
|
|
158
176
|
static Constraint(constraint: string): RoutePatternParameterPolicyReference;
|
|
159
177
|
static LiteralPart(content: string): RoutePatternLiteralPart;
|
|
160
178
|
static ParameterPart(parameterName: string, default_: unknown, parameterKind: RoutePatternParameterKind, ...parameterPolicies: RoutePatternParameterPolicyReference[]): RoutePatternParameterPart;
|
|
161
|
-
static ParameterPart(parameterName: string, default_: unknown, parameterKind: RoutePatternParameterKind, parameterPolicies:
|
|
179
|
+
static ParameterPart(parameterName: string, default_: unknown, parameterKind: RoutePatternParameterKind, parameterPolicies: IEnumerable_1<RoutePatternParameterPolicyReference>): RoutePatternParameterPart;
|
|
162
180
|
static ParameterPart(parameterName: string, default_: unknown, parameterKind: RoutePatternParameterKind): RoutePatternParameterPart;
|
|
163
181
|
static ParameterPart(parameterName: string, default_: unknown): RoutePatternParameterPart;
|
|
164
182
|
static ParameterPart(parameterName: string): RoutePatternParameterPart;
|
|
@@ -171,18 +189,18 @@ export abstract class RoutePatternFactory$instance {
|
|
|
171
189
|
static Parse(pattern: string): RoutePattern;
|
|
172
190
|
static Pattern(...segments: RoutePatternPathSegment[]): RoutePattern;
|
|
173
191
|
static Pattern(defaults: RouteValueDictionary, parameterPolicies: RouteValueDictionary, ...segments: RoutePatternPathSegment[]): RoutePattern;
|
|
174
|
-
static Pattern(defaults: RouteValueDictionary, parameterPolicies: RouteValueDictionary, segments:
|
|
175
|
-
static Pattern(segments:
|
|
192
|
+
static Pattern(defaults: RouteValueDictionary, parameterPolicies: RouteValueDictionary, segments: IEnumerable_1<RoutePatternPathSegment>): RoutePattern;
|
|
193
|
+
static Pattern(segments: IEnumerable_1<RoutePatternPathSegment>): RoutePattern;
|
|
176
194
|
static Pattern(defaults: unknown, parameterPolicies: unknown, ...segments: RoutePatternPathSegment[]): RoutePattern;
|
|
177
|
-
static Pattern(defaults: unknown, parameterPolicies: unknown, segments:
|
|
195
|
+
static Pattern(defaults: unknown, parameterPolicies: unknown, segments: IEnumerable_1<RoutePatternPathSegment>): RoutePattern;
|
|
178
196
|
static Pattern(rawText: string, ...segments: RoutePatternPathSegment[]): RoutePattern;
|
|
179
197
|
static Pattern(rawText: string, defaults: RouteValueDictionary, parameterPolicies: RouteValueDictionary, ...segments: RoutePatternPathSegment[]): RoutePattern;
|
|
180
|
-
static Pattern(rawText: string, defaults: RouteValueDictionary, parameterPolicies: RouteValueDictionary, segments:
|
|
181
|
-
static Pattern(rawText: string, segments:
|
|
198
|
+
static Pattern(rawText: string, defaults: RouteValueDictionary, parameterPolicies: RouteValueDictionary, segments: IEnumerable_1<RoutePatternPathSegment>): RoutePattern;
|
|
199
|
+
static Pattern(rawText: string, segments: IEnumerable_1<RoutePatternPathSegment>): RoutePattern;
|
|
182
200
|
static Pattern(rawText: string, defaults: unknown, parameterPolicies: unknown, ...segments: RoutePatternPathSegment[]): RoutePattern;
|
|
183
|
-
static Pattern(rawText: string, defaults: unknown, parameterPolicies: unknown, segments:
|
|
201
|
+
static Pattern(rawText: string, defaults: unknown, parameterPolicies: unknown, segments: IEnumerable_1<RoutePatternPathSegment>): RoutePattern;
|
|
184
202
|
static Segment(...parts: RoutePatternPart[]): RoutePatternPathSegment;
|
|
185
|
-
static Segment(parts:
|
|
203
|
+
static Segment(parts: IEnumerable_1<RoutePatternPart>): RoutePatternPathSegment;
|
|
186
204
|
static SeparatorPart(content: string): RoutePatternSeparatorPart;
|
|
187
205
|
}
|
|
188
206
|
|
|
@@ -12,11 +12,13 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
12
12
|
import type { HttpContext, PathString } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
13
13
|
import type { RoutePattern, RoutePatternParameterPolicyReference, RoutePatternPart, RoutePatternPathSegment } from "../../Microsoft.AspNetCore.Routing.Patterns/internal/index.js";
|
|
14
14
|
import type { IRouteConstraint, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
15
|
-
import type {
|
|
16
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
17
|
-
import type { Boolean as ClrBoolean, Decimal, Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
15
|
+
import type { IEnumerable_1, IList_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Boolean as ClrBoolean, Decimal, Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface InlineConstraint$instance {
|
|
20
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_InlineConstraint: never;
|
|
21
|
+
|
|
20
22
|
readonly Constraint: string;
|
|
21
23
|
}
|
|
22
24
|
|
|
@@ -30,8 +32,10 @@ export const InlineConstraint: {
|
|
|
30
32
|
export type InlineConstraint = InlineConstraint$instance;
|
|
31
33
|
|
|
32
34
|
export interface RouteTemplate$instance {
|
|
33
|
-
readonly
|
|
34
|
-
|
|
35
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_RouteTemplate: never;
|
|
36
|
+
|
|
37
|
+
readonly Parameters: IList_1<TemplatePart>;
|
|
38
|
+
readonly Segments: IList_1<TemplateSegment>;
|
|
35
39
|
readonly TemplateText: string | undefined;
|
|
36
40
|
GetParameter(name: string): TemplatePart | undefined;
|
|
37
41
|
GetSegment(index: int): TemplateSegment | undefined;
|
|
@@ -41,13 +45,15 @@ export interface RouteTemplate$instance {
|
|
|
41
45
|
|
|
42
46
|
export const RouteTemplate: {
|
|
43
47
|
new(other: RoutePattern): RouteTemplate;
|
|
44
|
-
new(template: string, segments:
|
|
48
|
+
new(template: string, segments: List_1<TemplateSegment>): RouteTemplate;
|
|
45
49
|
};
|
|
46
50
|
|
|
47
51
|
|
|
48
52
|
export type RouteTemplate = RouteTemplate$instance;
|
|
49
53
|
|
|
50
54
|
export interface TemplateBinder$instance {
|
|
55
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_TemplateBinder: never;
|
|
56
|
+
|
|
51
57
|
BindValues(acceptedValues: RouteValueDictionary): string | undefined;
|
|
52
58
|
GetValues(ambientValues: RouteValueDictionary, values: RouteValueDictionary): TemplateValuesResult | undefined;
|
|
53
59
|
TryProcessConstraints(httpContext: HttpContext, combinedValues: RouteValueDictionary, parameterName: string, constraint: IRouteConstraint): boolean;
|
|
@@ -62,6 +68,8 @@ export const TemplateBinder: {
|
|
|
62
68
|
export type TemplateBinder = TemplateBinder$instance;
|
|
63
69
|
|
|
64
70
|
export interface TemplateBinderFactory$instance {
|
|
71
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_TemplateBinderFactory: never;
|
|
72
|
+
|
|
65
73
|
Create(template: RouteTemplate, defaults: RouteValueDictionary): TemplateBinder;
|
|
66
74
|
Create(pattern: RoutePattern): TemplateBinder;
|
|
67
75
|
}
|
|
@@ -74,6 +82,8 @@ export const TemplateBinderFactory: (abstract new() => TemplateBinderFactory) &
|
|
|
74
82
|
export type TemplateBinderFactory = TemplateBinderFactory$instance;
|
|
75
83
|
|
|
76
84
|
export interface TemplateMatcher$instance {
|
|
85
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_TemplateMatcher: never;
|
|
86
|
+
|
|
77
87
|
readonly Defaults: RouteValueDictionary;
|
|
78
88
|
readonly Template: RouteTemplate;
|
|
79
89
|
TryMatch(path: PathString, values: RouteValueDictionary): boolean;
|
|
@@ -88,9 +98,11 @@ export const TemplateMatcher: {
|
|
|
88
98
|
export type TemplateMatcher = TemplateMatcher$instance;
|
|
89
99
|
|
|
90
100
|
export interface TemplatePart$instance {
|
|
101
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_TemplatePart: never;
|
|
102
|
+
|
|
91
103
|
get DefaultValue(): unknown | undefined;
|
|
92
104
|
set DefaultValue(value: unknown | undefined);
|
|
93
|
-
InlineConstraints:
|
|
105
|
+
InlineConstraints: IEnumerable_1<InlineConstraint>;
|
|
94
106
|
IsCatchAll: boolean;
|
|
95
107
|
IsLiteral: boolean;
|
|
96
108
|
IsOptional: boolean;
|
|
@@ -108,15 +120,17 @@ export const TemplatePart: {
|
|
|
108
120
|
new(): TemplatePart;
|
|
109
121
|
new(other: RoutePatternPart): TemplatePart;
|
|
110
122
|
CreateLiteral(text: string): TemplatePart;
|
|
111
|
-
CreateParameter(name: string, isCatchAll: boolean, isOptional: boolean, defaultValue: unknown, inlineConstraints:
|
|
123
|
+
CreateParameter(name: string, isCatchAll: boolean, isOptional: boolean, defaultValue: unknown, inlineConstraints: IEnumerable_1<InlineConstraint>): TemplatePart;
|
|
112
124
|
};
|
|
113
125
|
|
|
114
126
|
|
|
115
127
|
export type TemplatePart = TemplatePart$instance;
|
|
116
128
|
|
|
117
129
|
export interface TemplateSegment$instance {
|
|
130
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_TemplateSegment: never;
|
|
131
|
+
|
|
118
132
|
readonly IsSimple: boolean;
|
|
119
|
-
readonly Parts:
|
|
133
|
+
readonly Parts: List_1<TemplatePart>;
|
|
120
134
|
ToRoutePatternPathSegment(): RoutePatternPathSegment;
|
|
121
135
|
}
|
|
122
136
|
|
|
@@ -130,6 +144,8 @@ export const TemplateSegment: {
|
|
|
130
144
|
export type TemplateSegment = TemplateSegment$instance;
|
|
131
145
|
|
|
132
146
|
export interface TemplateValuesResult$instance {
|
|
147
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Template_TemplateValuesResult: never;
|
|
148
|
+
|
|
133
149
|
AcceptedValues: RouteValueDictionary;
|
|
134
150
|
CombinedValues: RouteValueDictionary;
|
|
135
151
|
}
|
|
@@ -9,12 +9,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { RouteTemplate, TemplateBinder, TemplateMatcher } from "../../Microsoft.AspNetCore.Routing.Template/internal/index.js";
|
|
10
10
|
import * as Microsoft_AspNetCore_Routing_Internal from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
11
11
|
import type { IRouteConstraint, IRouter, RouteContext, RouteValueDictionary, VirtualPathContext, VirtualPathData } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import type {
|
|
12
|
+
import type { Dictionary_2, IDictionary_2, IList_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
14
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { Boolean as ClrBoolean, Decimal, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface InboundMatch$instance {
|
|
18
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_InboundMatch: never;
|
|
19
|
+
|
|
18
20
|
Entry: InboundRouteEntry;
|
|
19
21
|
TemplateMatcher: TemplateMatcher;
|
|
20
22
|
}
|
|
@@ -28,7 +30,9 @@ export const InboundMatch: {
|
|
|
28
30
|
export type InboundMatch = InboundMatch$instance;
|
|
29
31
|
|
|
30
32
|
export interface InboundRouteEntry$instance {
|
|
31
|
-
|
|
33
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_InboundRouteEntry: never;
|
|
34
|
+
|
|
35
|
+
Constraints: IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
32
36
|
Defaults: RouteValueDictionary;
|
|
33
37
|
Handler: IRouter;
|
|
34
38
|
Order: int;
|
|
@@ -46,6 +50,8 @@ export const InboundRouteEntry: {
|
|
|
46
50
|
export type InboundRouteEntry = InboundRouteEntry$instance;
|
|
47
51
|
|
|
48
52
|
export interface OutboundMatch$instance {
|
|
53
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_OutboundMatch: never;
|
|
54
|
+
|
|
49
55
|
Entry: OutboundRouteEntry;
|
|
50
56
|
TemplateBinder: TemplateBinder;
|
|
51
57
|
}
|
|
@@ -59,7 +65,9 @@ export const OutboundMatch: {
|
|
|
59
65
|
export type OutboundMatch = OutboundMatch$instance;
|
|
60
66
|
|
|
61
67
|
export interface OutboundRouteEntry$instance {
|
|
62
|
-
|
|
68
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_OutboundRouteEntry: never;
|
|
69
|
+
|
|
70
|
+
Constraints: IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
63
71
|
Data: unknown;
|
|
64
72
|
Defaults: RouteValueDictionary;
|
|
65
73
|
Handler: IRouter;
|
|
@@ -79,8 +87,10 @@ export const OutboundRouteEntry: {
|
|
|
79
87
|
export type OutboundRouteEntry = OutboundRouteEntry$instance;
|
|
80
88
|
|
|
81
89
|
export interface TreeRouteBuilder$instance {
|
|
82
|
-
readonly
|
|
83
|
-
|
|
90
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_TreeRouteBuilder: never;
|
|
91
|
+
|
|
92
|
+
readonly InboundEntries: IList_1<InboundRouteEntry>;
|
|
93
|
+
readonly OutboundEntries: IList_1<OutboundRouteEntry>;
|
|
84
94
|
Build(): TreeRouter;
|
|
85
95
|
Build(version: int): TreeRouter;
|
|
86
96
|
Clear(): void;
|
|
@@ -95,7 +105,9 @@ export const TreeRouteBuilder: {
|
|
|
95
105
|
|
|
96
106
|
export type TreeRouteBuilder = TreeRouteBuilder$instance;
|
|
97
107
|
|
|
98
|
-
export interface TreeRouter$instance {
|
|
108
|
+
export interface TreeRouter$instance extends Microsoft_AspNetCore_Routing_Internal.IRouter$instance {
|
|
109
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_TreeRouter: never;
|
|
110
|
+
|
|
99
111
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
100
112
|
|
|
101
113
|
readonly Version: int;
|
|
@@ -113,19 +125,19 @@ export interface __TreeRouter$views {
|
|
|
113
125
|
As_IRouter(): Microsoft_AspNetCore_Routing_Internal.IRouter$instance;
|
|
114
126
|
}
|
|
115
127
|
|
|
116
|
-
export interface TreeRouter$instance extends Microsoft_AspNetCore_Routing_Internal.IRouter$instance {}
|
|
117
|
-
|
|
118
128
|
export type TreeRouter = TreeRouter$instance & __TreeRouter$views;
|
|
119
129
|
|
|
120
130
|
|
|
121
131
|
export interface UrlMatchingNode$instance {
|
|
132
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_UrlMatchingNode: never;
|
|
133
|
+
|
|
122
134
|
CatchAlls: UrlMatchingNode;
|
|
123
135
|
ConstrainedCatchAlls: UrlMatchingNode;
|
|
124
136
|
ConstrainedParameters: UrlMatchingNode;
|
|
125
137
|
readonly Depth: int;
|
|
126
138
|
IsCatchAll: boolean;
|
|
127
|
-
readonly Literals:
|
|
128
|
-
readonly Matches:
|
|
139
|
+
readonly Literals: Dictionary_2<System_Internal.String, UrlMatchingNode>;
|
|
140
|
+
readonly Matches: List_1<InboundMatch>;
|
|
129
141
|
Parameters: UrlMatchingNode;
|
|
130
142
|
}
|
|
131
143
|
|
|
@@ -138,6 +150,8 @@ export const UrlMatchingNode: {
|
|
|
138
150
|
export type UrlMatchingNode = UrlMatchingNode$instance;
|
|
139
151
|
|
|
140
152
|
export interface UrlMatchingTree$instance {
|
|
153
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Tree_UrlMatchingTree: never;
|
|
154
|
+
|
|
141
155
|
readonly Order: int;
|
|
142
156
|
readonly Root: UrlMatchingNode;
|
|
143
157
|
}
|
|
@@ -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 {
|
|
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
|
|
19
|
-
import type {
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import type {
|
|
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,
|
|
@@ -98,7 +98,7 @@ export type IHttpSysRequestDelegationFeature = IHttpSysRequestDelegationFeature$
|
|
|
98
98
|
export interface IHttpSysRequestInfoFeature$instance {
|
|
99
99
|
readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestInfoFeature: never;
|
|
100
100
|
|
|
101
|
-
readonly RequestInfo:
|
|
101
|
+
readonly RequestInfo: IReadOnlyDictionary_2<System_Internal.Int32, ReadOnlyMemory_1<System_Internal.Byte>>;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
|
|
@@ -107,7 +107,7 @@ export type IHttpSysRequestInfoFeature = IHttpSysRequestInfoFeature$instance;
|
|
|
107
107
|
export interface IHttpSysRequestPropertyFeature$instance {
|
|
108
108
|
readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestPropertyFeature: never;
|
|
109
109
|
|
|
110
|
-
TryGetTlsClientHello(tlsClientHelloBytesDestination:
|
|
110
|
+
TryGetTlsClientHello(tlsClientHelloBytesDestination: Span_1<System_Internal.Byte>, bytesReturned: int): boolean;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
|
|
@@ -116,7 +116,7 @@ export type IHttpSysRequestPropertyFeature = IHttpSysRequestPropertyFeature$inst
|
|
|
116
116
|
export interface IHttpSysRequestTimingFeature$instance {
|
|
117
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Server_HttpSys_IHttpSysRequestTimingFeature: never;
|
|
118
118
|
|
|
119
|
-
readonly Timestamps:
|
|
119
|
+
readonly Timestamps: ReadOnlySpan_1<System_Internal.Int64>;
|
|
120
120
|
TryGetElapsedTime(startingTimestampType: HttpSysRequestTimingType, endingTimestampType: HttpSysRequestTimingType, elapsed: TimeSpan): boolean;
|
|
121
121
|
TryGetTimestamp(timestampType: HttpSysRequestTimingType, timestamp: long): boolean;
|
|
122
122
|
}
|
|
@@ -134,6 +134,8 @@ export interface IServerDelegationFeature$instance {
|
|
|
134
134
|
export type IServerDelegationFeature = IServerDelegationFeature$instance;
|
|
135
135
|
|
|
136
136
|
export interface AuthenticationManager$instance {
|
|
137
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_AuthenticationManager: never;
|
|
138
|
+
|
|
137
139
|
AllowAnonymous: boolean;
|
|
138
140
|
get AuthenticationDisplayName(): string | undefined;
|
|
139
141
|
set AuthenticationDisplayName(value: string | undefined);
|
|
@@ -151,6 +153,8 @@ export const AuthenticationManager: {
|
|
|
151
153
|
export type AuthenticationManager = AuthenticationManager$instance;
|
|
152
154
|
|
|
153
155
|
export interface DelegationRule$instance {
|
|
156
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_DelegationRule: never;
|
|
157
|
+
|
|
154
158
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
155
159
|
|
|
156
160
|
readonly QueueName: string;
|
|
@@ -166,6 +170,8 @@ export const DelegationRule: {
|
|
|
166
170
|
export type DelegationRule = DelegationRule$instance;
|
|
167
171
|
|
|
168
172
|
export interface HttpSysException$instance extends Win32Exception {
|
|
173
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_HttpSysException: never;
|
|
174
|
+
|
|
169
175
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
170
176
|
|
|
171
177
|
readonly ErrorCode: int;
|
|
@@ -179,6 +185,8 @@ export const HttpSysException: {
|
|
|
179
185
|
export type HttpSysException = HttpSysException$instance;
|
|
180
186
|
|
|
181
187
|
export interface HttpSysOptions$instance {
|
|
188
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_HttpSysOptions: never;
|
|
189
|
+
|
|
182
190
|
AllowSynchronousIO: boolean;
|
|
183
191
|
readonly Authentication: AuthenticationManager;
|
|
184
192
|
ClientCertificateMethod: ClientCertificateMethod;
|
|
@@ -186,8 +194,8 @@ export interface HttpSysOptions$instance {
|
|
|
186
194
|
EnableResponseCaching: boolean;
|
|
187
195
|
Http503Verbosity: Http503VerbosityLevel;
|
|
188
196
|
MaxAccepts: int;
|
|
189
|
-
MaxConnections:
|
|
190
|
-
MaxRequestBodySize:
|
|
197
|
+
MaxConnections: Nullable_1<System_Internal.Int64>;
|
|
198
|
+
MaxRequestBodySize: Nullable_1<System_Internal.Int64>;
|
|
191
199
|
RequestQueueLimit: long;
|
|
192
200
|
RequestQueueMode: RequestQueueMode;
|
|
193
201
|
get RequestQueueName(): string | undefined;
|
|
@@ -210,6 +218,8 @@ export const HttpSysOptions: {
|
|
|
210
218
|
export type HttpSysOptions = HttpSysOptions$instance;
|
|
211
219
|
|
|
212
220
|
export interface TimeoutManager$instance {
|
|
221
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_TimeoutManager: never;
|
|
222
|
+
|
|
213
223
|
DrainEntityBody: TimeSpan;
|
|
214
224
|
EntityBody: TimeSpan;
|
|
215
225
|
HeaderWait: TimeSpan;
|
|
@@ -226,6 +236,8 @@ export const TimeoutManager: {
|
|
|
226
236
|
export type TimeoutManager = TimeoutManager$instance;
|
|
227
237
|
|
|
228
238
|
export interface UrlPrefix$instance {
|
|
239
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_UrlPrefix: never;
|
|
240
|
+
|
|
229
241
|
readonly FullPrefix: string;
|
|
230
242
|
readonly Host: string;
|
|
231
243
|
readonly IsHttps: boolean;
|
|
@@ -240,7 +252,7 @@ export interface UrlPrefix$instance {
|
|
|
240
252
|
|
|
241
253
|
|
|
242
254
|
export const UrlPrefix: {
|
|
243
|
-
Create(scheme: string, host: string, portValue:
|
|
255
|
+
Create(scheme: string, host: string, portValue: Nullable_1<System_Internal.Int32>, path: string): UrlPrefix;
|
|
244
256
|
Create(scheme: string, host: string, port: string, path: string): UrlPrefix;
|
|
245
257
|
Create(prefix: string): UrlPrefix;
|
|
246
258
|
};
|
|
@@ -249,6 +261,8 @@ export const UrlPrefix: {
|
|
|
249
261
|
export type UrlPrefix = UrlPrefix$instance;
|
|
250
262
|
|
|
251
263
|
export interface UrlPrefixCollection$instance {
|
|
264
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_HttpSys_UrlPrefixCollection: never;
|
|
265
|
+
|
|
252
266
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
253
267
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
254
268
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -260,7 +274,7 @@ export interface UrlPrefixCollection$instance {
|
|
|
260
274
|
Clear(): void;
|
|
261
275
|
Contains(item: UrlPrefix): boolean;
|
|
262
276
|
CopyTo(array: UrlPrefix[], arrayIndex: int): void;
|
|
263
|
-
GetEnumerator():
|
|
277
|
+
GetEnumerator(): IEnumerator_1<UrlPrefix>;
|
|
264
278
|
Remove(prefix: string): boolean;
|
|
265
279
|
Remove(item: UrlPrefix): boolean;
|
|
266
280
|
}
|
|
@@ -8,10 +8,10 @@ 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
|
|
12
|
-
import type {
|
|
13
|
-
import * as
|
|
14
|
-
import type {
|
|
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
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_Server_IIS_IIISEnvironmentFeature: never;
|
|
@@ -31,6 +31,8 @@ export interface IIISEnvironmentFeature$instance {
|
|
|
31
31
|
export type IIISEnvironmentFeature = IIISEnvironmentFeature$instance;
|
|
32
32
|
|
|
33
33
|
export interface BadHttpRequestException$instance extends BadHttpRequestException_Http {
|
|
34
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_IIS_BadHttpRequestException: never;
|
|
35
|
+
|
|
34
36
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
35
37
|
|
|
36
38
|
readonly StatusCode: int;
|
|
@@ -44,6 +46,8 @@ export const BadHttpRequestException: {
|
|
|
44
46
|
export type BadHttpRequestException = BadHttpRequestException$instance;
|
|
45
47
|
|
|
46
48
|
export interface IISServerDefaults$instance {
|
|
49
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_IIS_IISServerDefaults: never;
|
|
50
|
+
|
|
47
51
|
}
|
|
48
52
|
|
|
49
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
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
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 {
|
|
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,9 @@ 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
|
+
|
|
36
40
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IHostingStartup: never;
|
|
37
41
|
|
|
38
42
|
Configure(builder: IWebHostBuilder): void;
|
|
@@ -48,19 +52,19 @@ export interface __IISHostingStartup$views {
|
|
|
48
52
|
As_IHostingStartup(): Microsoft_AspNetCore_Hosting_Internal.IHostingStartup$instance;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
|
-
export interface IISHostingStartup$instance extends Microsoft_AspNetCore_Hosting_Internal.IHostingStartup$instance {}
|
|
52
|
-
|
|
53
55
|
export type IISHostingStartup = IISHostingStartup$instance & __IISHostingStartup$views;
|
|
54
56
|
|
|
55
57
|
|
|
56
58
|
export interface IISMiddleware$instance {
|
|
59
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Server_IISIntegration_IISMiddleware: never;
|
|
60
|
+
|
|
57
61
|
Invoke(httpContext: HttpContext): Task;
|
|
58
62
|
}
|
|
59
63
|
|
|
60
64
|
|
|
61
65
|
export const IISMiddleware: {
|
|
62
|
-
new(next: RequestDelegate, loggerFactory: ILoggerFactory, options:
|
|
63
|
-
new(next: RequestDelegate, loggerFactory: ILoggerFactory, options:
|
|
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;
|
|
64
68
|
};
|
|
65
69
|
|
|
66
70
|
|