@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
|
@@ -39,31 +39,31 @@ import * as Microsoft_AspNetCore_StaticFiles_Infrastructure_Internal from "../..
|
|
|
39
39
|
import type { SharedOptions, SharedOptionsBase } from "../../Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.js";
|
|
40
40
|
import type { IContentTypeProvider, IDirectoryFormatter, StaticFileResponseContext } from "../../Microsoft.AspNetCore.StaticFiles/internal/index.js";
|
|
41
41
|
import type { WebHostBuilderOptions } from "../../Microsoft.Extensions.Hosting/internal/index.js";
|
|
42
|
-
import type {
|
|
43
|
-
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
44
|
-
import
|
|
45
|
-
import type {
|
|
46
|
-
import type {
|
|
47
|
-
import type {
|
|
48
|
-
import
|
|
49
|
-
import type {
|
|
50
|
-
import type { ConfigurationManager, IConfiguration, IConfigurationBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
|
|
51
|
-
import type { IServiceCollection,
|
|
52
|
-
import type { IMetricsBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Diagnostics.Metrics.js";
|
|
53
|
-
import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
|
|
54
|
-
import * as Microsoft_Extensions_Hosting_Lib from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
|
|
55
|
-
import type { HostBuilderContext, IHost, IHostApplicationBuilder, IHostApplicationLifetime, IHostBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
|
|
56
|
-
import type { ILogger, ILoggerFactory, ILoggingBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
42
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
43
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
|
|
44
|
+
import type { IPAddress, IPNetwork as IPNetwork__System_Net } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
45
|
+
import type { Assembly } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
46
|
+
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
47
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
48
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
49
|
+
import type { Action_1, Action_2, Boolean as ClrBoolean, Delegate, Exception, Func_1, Func_2, Func_3, IAsyncDisposable, IDisposable, Int32, Int64, IServiceProvider, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
50
|
+
import type { ConfigurationManager, IConfiguration, IConfigurationBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
|
|
51
|
+
import type { IServiceCollection, IServiceProviderFactory_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
52
|
+
import type { IMetricsBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Diagnostics.Metrics/internal/index.js";
|
|
53
|
+
import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
|
|
54
|
+
import * as Microsoft_Extensions_Hosting_Lib from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
|
|
55
|
+
import type { HostBuilderContext, IHost, IHostApplicationBuilder, IHostApplicationLifetime, IHostBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
|
|
56
|
+
import type { ILogger, ILoggerFactory, ILoggingBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
57
57
|
|
|
58
58
|
export interface IApplicationBuilder$instance {
|
|
59
59
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
|
|
60
60
|
|
|
61
61
|
ApplicationServices: IServiceProvider;
|
|
62
62
|
readonly ServerFeatures: IFeatureCollection;
|
|
63
|
-
readonly Properties:
|
|
63
|
+
readonly Properties: IDictionary_2<System_Internal.String, unknown | undefined>;
|
|
64
64
|
Build(): RequestDelegate;
|
|
65
65
|
New(): IApplicationBuilder;
|
|
66
|
-
Use(middleware:
|
|
66
|
+
Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
|
|
@@ -72,7 +72,7 @@ export type IApplicationBuilder = IApplicationBuilder$instance;
|
|
|
72
72
|
export interface IEndpointConventionBuilder$instance {
|
|
73
73
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
74
74
|
|
|
75
|
-
Add(convention:
|
|
75
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
|
|
@@ -81,7 +81,7 @@ export type IEndpointConventionBuilder = IEndpointConventionBuilder$instance;
|
|
|
81
81
|
export interface IHubEndpointConventionBuilder$instance extends IEndpointConventionBuilder {
|
|
82
82
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IHubEndpointConventionBuilder: never;
|
|
83
83
|
|
|
84
|
-
Add(convention:
|
|
84
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
|
|
@@ -89,15 +89,17 @@ export interface IHubEndpointConventionBuilder$instance extends IEndpointConvent
|
|
|
89
89
|
|
|
90
90
|
export type IHubEndpointConventionBuilder = IHubEndpointConventionBuilder$instance;
|
|
91
91
|
|
|
92
|
-
export interface ApplicationBuilder$instance {
|
|
92
|
+
export interface ApplicationBuilder$instance extends IApplicationBuilder$instance {
|
|
93
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ApplicationBuilder: never;
|
|
94
|
+
|
|
93
95
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
|
|
94
96
|
|
|
95
97
|
ApplicationServices: IServiceProvider;
|
|
96
|
-
readonly Properties:
|
|
98
|
+
readonly Properties: IDictionary_2<System_Internal.String, unknown | undefined>;
|
|
97
99
|
readonly ServerFeatures: IFeatureCollection;
|
|
98
100
|
Build(): RequestDelegate;
|
|
99
101
|
New(): IApplicationBuilder;
|
|
100
|
-
Use(middleware:
|
|
102
|
+
Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
|
|
101
103
|
}
|
|
102
104
|
|
|
103
105
|
|
|
@@ -111,17 +113,17 @@ export interface __ApplicationBuilder$views {
|
|
|
111
113
|
As_IApplicationBuilder(): IApplicationBuilder$instance;
|
|
112
114
|
}
|
|
113
115
|
|
|
114
|
-
export interface ApplicationBuilder$instance extends IApplicationBuilder$instance {}
|
|
115
|
-
|
|
116
116
|
export type ApplicationBuilder = ApplicationBuilder$instance & __ApplicationBuilder$views;
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
export interface ComponentEndpointConventionBuilder$instance extends IHubEndpointConventionBuilder {
|
|
120
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ComponentEndpointConventionBuilder: never;
|
|
121
|
+
|
|
120
122
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
121
123
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IHubEndpointConventionBuilder: never;
|
|
122
124
|
|
|
123
|
-
Add(convention:
|
|
124
|
-
Finally(finalConvention:
|
|
125
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
126
|
+
Finally(finalConvention: Action_1<EndpointBuilder>): void;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
|
|
@@ -136,17 +138,19 @@ export interface __ComponentEndpointConventionBuilder$views {
|
|
|
136
138
|
export type ComponentEndpointConventionBuilder = ComponentEndpointConventionBuilder$instance & __ComponentEndpointConventionBuilder$views;
|
|
137
139
|
|
|
138
140
|
|
|
139
|
-
export interface ConfigureHostBuilder$instance {
|
|
141
|
+
export interface ConfigureHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsConfigureWebHost$instance, Microsoft_Extensions_Hosting_Lib.IHostBuilder {
|
|
142
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ConfigureHostBuilder: never;
|
|
143
|
+
|
|
140
144
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsConfigureWebHost: never;
|
|
141
145
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostBuilder: never;
|
|
142
146
|
|
|
143
|
-
readonly Properties:
|
|
144
|
-
ConfigureAppConfiguration(configureDelegate:
|
|
145
|
-
ConfigureContainer<TContainerBuilder>(configureDelegate:
|
|
146
|
-
ConfigureHostConfiguration(configureDelegate:
|
|
147
|
-
ConfigureServices(configureDelegate:
|
|
148
|
-
UseServiceProviderFactory<TContainerBuilder>(factory:
|
|
149
|
-
UseServiceProviderFactory<TContainerBuilder>(factory:
|
|
147
|
+
readonly Properties: IDictionary_2<unknown, unknown>;
|
|
148
|
+
ConfigureAppConfiguration(configureDelegate: Action_2<HostBuilderContext, IConfigurationBuilder>): IHostBuilder;
|
|
149
|
+
ConfigureContainer<TContainerBuilder>(configureDelegate: Action_2<HostBuilderContext, TContainerBuilder>): IHostBuilder;
|
|
150
|
+
ConfigureHostConfiguration(configureDelegate: Action_1<IConfigurationBuilder>): IHostBuilder;
|
|
151
|
+
ConfigureServices(configureDelegate: Action_2<HostBuilderContext, IServiceCollection>): IHostBuilder;
|
|
152
|
+
UseServiceProviderFactory<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>): IHostBuilder;
|
|
153
|
+
UseServiceProviderFactory<TContainerBuilder>(factory: Func_2<HostBuilderContext, IServiceProviderFactory_1<TContainerBuilder>>): IHostBuilder;
|
|
150
154
|
}
|
|
151
155
|
|
|
152
156
|
|
|
@@ -158,18 +162,18 @@ export interface __ConfigureHostBuilder$views {
|
|
|
158
162
|
As_ISupportsConfigureWebHost(): Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsConfigureWebHost$instance;
|
|
159
163
|
}
|
|
160
164
|
|
|
161
|
-
export interface ConfigureHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsConfigureWebHost$instance, Microsoft_Extensions_Hosting_Lib.IHostBuilder {}
|
|
162
|
-
|
|
163
165
|
export type ConfigureHostBuilder = ConfigureHostBuilder$instance & __ConfigureHostBuilder$views;
|
|
164
166
|
|
|
165
167
|
|
|
166
|
-
export interface ConfigureWebHostBuilder$instance {
|
|
168
|
+
export interface ConfigureWebHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsStartup$instance, Microsoft_AspNetCore_Hosting_Internal.IWebHostBuilder$instance {
|
|
169
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ConfigureWebHostBuilder: never;
|
|
170
|
+
|
|
167
171
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IWebHostBuilder: never;
|
|
168
172
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsStartup: never;
|
|
169
173
|
|
|
170
|
-
ConfigureAppConfiguration(configureDelegate:
|
|
171
|
-
ConfigureServices(configureServices:
|
|
172
|
-
ConfigureServices(configureServices:
|
|
174
|
+
ConfigureAppConfiguration(configureDelegate: Action_2<WebHostBuilderContext, IConfigurationBuilder>): IWebHostBuilder;
|
|
175
|
+
ConfigureServices(configureServices: Action_2<WebHostBuilderContext, IServiceCollection>): IWebHostBuilder;
|
|
176
|
+
ConfigureServices(configureServices: Action_1<IServiceCollection>): IWebHostBuilder;
|
|
173
177
|
GetSetting(key: string): string | undefined;
|
|
174
178
|
UseSetting(key: string, value: string): IWebHostBuilder;
|
|
175
179
|
}
|
|
@@ -184,16 +188,16 @@ export interface __ConfigureWebHostBuilder$views {
|
|
|
184
188
|
As_IWebHostBuilder(): Microsoft_AspNetCore_Hosting_Internal.IWebHostBuilder$instance;
|
|
185
189
|
}
|
|
186
190
|
|
|
187
|
-
export interface ConfigureWebHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsStartup$instance, Microsoft_AspNetCore_Hosting_Internal.IWebHostBuilder$instance {}
|
|
188
|
-
|
|
189
191
|
export type ConfigureWebHostBuilder = ConfigureWebHostBuilder$instance & __ConfigureWebHostBuilder$views;
|
|
190
192
|
|
|
191
193
|
|
|
192
|
-
export interface ConnectionEndpointRouteBuilder$instance {
|
|
194
|
+
export interface ConnectionEndpointRouteBuilder$instance extends IEndpointConventionBuilder$instance {
|
|
195
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ConnectionEndpointRouteBuilder: never;
|
|
196
|
+
|
|
193
197
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
194
198
|
|
|
195
|
-
Add(convention:
|
|
196
|
-
Finally(finalConvention:
|
|
199
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
200
|
+
Finally(finalConvention: Action_1<EndpointBuilder>): void;
|
|
197
201
|
}
|
|
198
202
|
|
|
199
203
|
|
|
@@ -205,16 +209,16 @@ export interface __ConnectionEndpointRouteBuilder$views {
|
|
|
205
209
|
As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
|
|
206
210
|
}
|
|
207
211
|
|
|
208
|
-
export interface ConnectionEndpointRouteBuilder$instance extends IEndpointConventionBuilder$instance {}
|
|
209
|
-
|
|
210
212
|
export type ConnectionEndpointRouteBuilder = ConnectionEndpointRouteBuilder$instance & __ConnectionEndpointRouteBuilder$views;
|
|
211
213
|
|
|
212
214
|
|
|
213
|
-
export interface ControllerActionEndpointConventionBuilder$instance {
|
|
215
|
+
export interface ControllerActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {
|
|
216
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ControllerActionEndpointConventionBuilder: never;
|
|
217
|
+
|
|
214
218
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
215
219
|
|
|
216
|
-
Add(convention:
|
|
217
|
-
Finally(finalConvention:
|
|
220
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
221
|
+
Finally(finalConvention: Action_1<EndpointBuilder>): void;
|
|
218
222
|
}
|
|
219
223
|
|
|
220
224
|
|
|
@@ -226,22 +230,22 @@ export interface __ControllerActionEndpointConventionBuilder$views {
|
|
|
226
230
|
As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
|
|
227
231
|
}
|
|
228
232
|
|
|
229
|
-
export interface ControllerActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {}
|
|
230
|
-
|
|
231
233
|
export type ControllerActionEndpointConventionBuilder = ControllerActionEndpointConventionBuilder$instance & __ControllerActionEndpointConventionBuilder$views;
|
|
232
234
|
|
|
233
235
|
|
|
234
236
|
export interface CookiePolicyOptions$instance {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_CookiePolicyOptions: never;
|
|
238
|
+
|
|
239
|
+
get CheckConsentNeeded(): Func_2<HttpContext, System_Internal.Boolean> | undefined;
|
|
240
|
+
set CheckConsentNeeded(value: Func_2<HttpContext, System_Internal.Boolean> | undefined);
|
|
237
241
|
ConsentCookie: CookieBuilder;
|
|
238
242
|
ConsentCookieValue: string;
|
|
239
243
|
HttpOnly: HttpOnlyPolicy;
|
|
240
244
|
MinimumSameSitePolicy: SameSiteMode;
|
|
241
|
-
get OnAppendCookie():
|
|
242
|
-
set OnAppendCookie(value:
|
|
243
|
-
get OnDeleteCookie():
|
|
244
|
-
set OnDeleteCookie(value:
|
|
245
|
+
get OnAppendCookie(): Action_1<AppendCookieContext> | undefined;
|
|
246
|
+
set OnAppendCookie(value: Action_1<AppendCookieContext> | undefined);
|
|
247
|
+
get OnDeleteCookie(): Action_1<DeleteCookieContext> | undefined;
|
|
248
|
+
set OnDeleteCookie(value: Action_1<DeleteCookieContext> | undefined);
|
|
245
249
|
Secure: CookieSecurePolicy;
|
|
246
250
|
}
|
|
247
251
|
|
|
@@ -254,7 +258,9 @@ export const CookiePolicyOptions: {
|
|
|
254
258
|
export type CookiePolicyOptions = CookiePolicyOptions$instance;
|
|
255
259
|
|
|
256
260
|
export interface DefaultFilesOptions$instance extends SharedOptionsBase {
|
|
257
|
-
|
|
261
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_DefaultFilesOptions: never;
|
|
262
|
+
|
|
263
|
+
DefaultFileNames: IList_1<System_Internal.String>;
|
|
258
264
|
}
|
|
259
265
|
|
|
260
266
|
|
|
@@ -267,6 +273,8 @@ export const DefaultFilesOptions: {
|
|
|
267
273
|
export type DefaultFilesOptions = DefaultFilesOptions$instance;
|
|
268
274
|
|
|
269
275
|
export interface DeveloperExceptionPageOptions$instance {
|
|
276
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_DeveloperExceptionPageOptions: never;
|
|
277
|
+
|
|
270
278
|
get FileProvider(): IFileProvider | undefined;
|
|
271
279
|
set FileProvider(value: IFileProvider | undefined);
|
|
272
280
|
SourceCodeLineCount: int;
|
|
@@ -281,6 +289,8 @@ export const DeveloperExceptionPageOptions: {
|
|
|
281
289
|
export type DeveloperExceptionPageOptions = DeveloperExceptionPageOptions$instance;
|
|
282
290
|
|
|
283
291
|
export interface DirectoryBrowserOptions$instance extends SharedOptionsBase {
|
|
292
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_DirectoryBrowserOptions: never;
|
|
293
|
+
|
|
284
294
|
get Formatter(): IDirectoryFormatter | undefined;
|
|
285
295
|
set Formatter(value: IDirectoryFormatter | undefined);
|
|
286
296
|
}
|
|
@@ -295,11 +305,13 @@ export const DirectoryBrowserOptions: {
|
|
|
295
305
|
export type DirectoryBrowserOptions = DirectoryBrowserOptions$instance;
|
|
296
306
|
|
|
297
307
|
export interface EndpointBuilder$instance {
|
|
308
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_EndpointBuilder: never;
|
|
309
|
+
|
|
298
310
|
ApplicationServices: IServiceProvider;
|
|
299
311
|
get DisplayName(): string | undefined;
|
|
300
312
|
set DisplayName(value: string | undefined);
|
|
301
|
-
readonly FilterFactories:
|
|
302
|
-
readonly Metadata:
|
|
313
|
+
readonly FilterFactories: IList_1<Func_3<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>>;
|
|
314
|
+
readonly Metadata: IList_1<unknown>;
|
|
303
315
|
get RequestDelegate(): RequestDelegate | undefined;
|
|
304
316
|
set RequestDelegate(value: RequestDelegate | undefined);
|
|
305
317
|
Build(): Endpoint;
|
|
@@ -313,15 +325,17 @@ export const EndpointBuilder: (abstract new() => EndpointBuilder) & {
|
|
|
313
325
|
export type EndpointBuilder = EndpointBuilder$instance;
|
|
314
326
|
|
|
315
327
|
export interface ExceptionHandlerOptions$instance {
|
|
328
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ExceptionHandlerOptions: never;
|
|
329
|
+
|
|
316
330
|
AllowStatusCode404Response: boolean;
|
|
317
331
|
CreateScopeForErrors: boolean;
|
|
318
332
|
get ExceptionHandler(): RequestDelegate | undefined;
|
|
319
333
|
set ExceptionHandler(value: RequestDelegate | undefined);
|
|
320
334
|
ExceptionHandlingPath: PathString;
|
|
321
|
-
get StatusCodeSelector():
|
|
322
|
-
set StatusCodeSelector(value:
|
|
323
|
-
get SuppressDiagnosticsCallback():
|
|
324
|
-
set SuppressDiagnosticsCallback(value:
|
|
335
|
+
get StatusCodeSelector(): Func_2<Exception, System_Internal.Int32> | undefined;
|
|
336
|
+
set StatusCodeSelector(value: Func_2<Exception, System_Internal.Int32> | undefined);
|
|
337
|
+
get SuppressDiagnosticsCallback(): Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | undefined;
|
|
338
|
+
set SuppressDiagnosticsCallback(value: Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | undefined);
|
|
325
339
|
}
|
|
326
340
|
|
|
327
341
|
|
|
@@ -333,6 +347,8 @@ export const ExceptionHandlerOptions: {
|
|
|
333
347
|
export type ExceptionHandlerOptions = ExceptionHandlerOptions$instance;
|
|
334
348
|
|
|
335
349
|
export interface FileServerOptions$instance extends SharedOptionsBase {
|
|
350
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_FileServerOptions: never;
|
|
351
|
+
|
|
336
352
|
DefaultFilesOptions: DefaultFilesOptions;
|
|
337
353
|
DirectoryBrowserOptions: DirectoryBrowserOptions;
|
|
338
354
|
EnableDefaultFiles: boolean;
|
|
@@ -349,16 +365,18 @@ export const FileServerOptions: {
|
|
|
349
365
|
export type FileServerOptions = FileServerOptions$instance;
|
|
350
366
|
|
|
351
367
|
export interface ForwardedHeadersOptions$instance {
|
|
352
|
-
|
|
368
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_ForwardedHeadersOptions: never;
|
|
369
|
+
|
|
370
|
+
AllowedHosts: IList_1<System_Internal.String>;
|
|
353
371
|
ForwardedForHeaderName: string;
|
|
354
372
|
ForwardedHeaders: ForwardedHeaders;
|
|
355
373
|
ForwardedHostHeaderName: string;
|
|
356
374
|
ForwardedPrefixHeaderName: string;
|
|
357
375
|
ForwardedProtoHeaderName: string;
|
|
358
|
-
ForwardLimit:
|
|
359
|
-
readonly KnownIPNetworks:
|
|
360
|
-
readonly KnownNetworks:
|
|
361
|
-
readonly KnownProxies:
|
|
376
|
+
ForwardLimit: Nullable_1<System_Internal.Int32>;
|
|
377
|
+
readonly KnownIPNetworks: IList_1<IPNetwork__System_Net>;
|
|
378
|
+
readonly KnownNetworks: IList_1<IPNetwork>;
|
|
379
|
+
readonly KnownProxies: IList_1<IPAddress>;
|
|
362
380
|
OriginalForHeaderName: string;
|
|
363
381
|
OriginalHostHeaderName: string;
|
|
364
382
|
OriginalPrefixHeaderName: string;
|
|
@@ -375,6 +393,8 @@ export const ForwardedHeadersOptions: {
|
|
|
375
393
|
export type ForwardedHeadersOptions = ForwardedHeadersOptions$instance;
|
|
376
394
|
|
|
377
395
|
export interface HttpMethodOverrideOptions$instance {
|
|
396
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_HttpMethodOverrideOptions: never;
|
|
397
|
+
|
|
378
398
|
get FormFieldName(): string | undefined;
|
|
379
399
|
set FormFieldName(value: string | undefined);
|
|
380
400
|
}
|
|
@@ -388,11 +408,13 @@ export const HttpMethodOverrideOptions: {
|
|
|
388
408
|
export type HttpMethodOverrideOptions = HttpMethodOverrideOptions$instance;
|
|
389
409
|
|
|
390
410
|
export interface HubEndpointConventionBuilder$instance extends IHubEndpointConventionBuilder {
|
|
411
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_HubEndpointConventionBuilder: never;
|
|
412
|
+
|
|
391
413
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
392
414
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IHubEndpointConventionBuilder: never;
|
|
393
415
|
|
|
394
|
-
Add(convention:
|
|
395
|
-
Finally(finalConvention:
|
|
416
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
417
|
+
Finally(finalConvention: Action_1<EndpointBuilder>): void;
|
|
396
418
|
}
|
|
397
419
|
|
|
398
420
|
|
|
@@ -408,6 +430,8 @@ export type HubEndpointConventionBuilder = HubEndpointConventionBuilder$instance
|
|
|
408
430
|
|
|
409
431
|
|
|
410
432
|
export interface IISOptions$instance {
|
|
433
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_IISOptions: never;
|
|
434
|
+
|
|
411
435
|
get AuthenticationDisplayName(): string | undefined;
|
|
412
436
|
set AuthenticationDisplayName(value: string | undefined);
|
|
413
437
|
AutomaticAuthentication: boolean;
|
|
@@ -423,12 +447,14 @@ export const IISOptions: {
|
|
|
423
447
|
export type IISOptions = IISOptions$instance;
|
|
424
448
|
|
|
425
449
|
export interface IISServerOptions$instance {
|
|
450
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_IISServerOptions: never;
|
|
451
|
+
|
|
426
452
|
AllowSynchronousIO: boolean;
|
|
427
453
|
get AuthenticationDisplayName(): string | undefined;
|
|
428
454
|
set AuthenticationDisplayName(value: string | undefined);
|
|
429
455
|
AutomaticAuthentication: boolean;
|
|
430
456
|
MaxRequestBodyBufferSize: int;
|
|
431
|
-
MaxRequestBodySize:
|
|
457
|
+
MaxRequestBodySize: Nullable_1<System_Internal.Int64>;
|
|
432
458
|
}
|
|
433
459
|
|
|
434
460
|
|
|
@@ -439,11 +465,13 @@ export const IISServerOptions: {
|
|
|
439
465
|
|
|
440
466
|
export type IISServerOptions = IISServerOptions$instance;
|
|
441
467
|
|
|
442
|
-
export interface PageActionEndpointConventionBuilder$instance {
|
|
468
|
+
export interface PageActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {
|
|
469
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_PageActionEndpointConventionBuilder: never;
|
|
470
|
+
|
|
443
471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
444
472
|
|
|
445
|
-
Add(convention:
|
|
446
|
-
Finally(finalConvention:
|
|
473
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
474
|
+
Finally(finalConvention: Action_1<EndpointBuilder>): void;
|
|
447
475
|
}
|
|
448
476
|
|
|
449
477
|
|
|
@@ -455,16 +483,16 @@ export interface __PageActionEndpointConventionBuilder$views {
|
|
|
455
483
|
As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
|
|
456
484
|
}
|
|
457
485
|
|
|
458
|
-
export interface PageActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {}
|
|
459
|
-
|
|
460
486
|
export type PageActionEndpointConventionBuilder = PageActionEndpointConventionBuilder$instance & __PageActionEndpointConventionBuilder$views;
|
|
461
487
|
|
|
462
488
|
|
|
463
|
-
export interface RazorComponentsEndpointConventionBuilder$instance {
|
|
489
|
+
export interface RazorComponentsEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {
|
|
490
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_RazorComponentsEndpointConventionBuilder: never;
|
|
491
|
+
|
|
464
492
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
465
493
|
|
|
466
|
-
Add(convention:
|
|
467
|
-
Finally(finallyConvention:
|
|
494
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
495
|
+
Finally(finallyConvention: Action_1<EndpointBuilder>): void;
|
|
468
496
|
}
|
|
469
497
|
|
|
470
498
|
|
|
@@ -476,22 +504,22 @@ export interface __RazorComponentsEndpointConventionBuilder$views {
|
|
|
476
504
|
As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
|
|
477
505
|
}
|
|
478
506
|
|
|
479
|
-
export interface RazorComponentsEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {}
|
|
480
|
-
|
|
481
507
|
export type RazorComponentsEndpointConventionBuilder = RazorComponentsEndpointConventionBuilder$instance & __RazorComponentsEndpointConventionBuilder$views;
|
|
482
508
|
|
|
483
509
|
|
|
484
510
|
export interface RequestLocalizationOptions$instance {
|
|
511
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_RequestLocalizationOptions: never;
|
|
512
|
+
|
|
485
513
|
ApplyCurrentCultureToResponseHeaders: boolean;
|
|
486
514
|
CultureInfoUseUserOverride: boolean;
|
|
487
515
|
DefaultRequestCulture: RequestCulture;
|
|
488
516
|
FallBackToParentCultures: boolean;
|
|
489
517
|
FallBackToParentUICultures: boolean;
|
|
490
|
-
RequestCultureProviders:
|
|
491
|
-
get SupportedCultures():
|
|
492
|
-
set SupportedCultures(value:
|
|
493
|
-
get SupportedUICultures():
|
|
494
|
-
set SupportedUICultures(value:
|
|
518
|
+
RequestCultureProviders: IList_1<IRequestCultureProvider>;
|
|
519
|
+
get SupportedCultures(): IList_1<CultureInfo> | undefined;
|
|
520
|
+
set SupportedCultures(value: IList_1<CultureInfo> | undefined);
|
|
521
|
+
get SupportedUICultures(): IList_1<CultureInfo> | undefined;
|
|
522
|
+
set SupportedUICultures(value: IList_1<CultureInfo> | undefined);
|
|
495
523
|
AddSupportedCultures(...cultures: string[]): RequestLocalizationOptions;
|
|
496
524
|
AddSupportedUICultures(...uiCultures: string[]): RequestLocalizationOptions;
|
|
497
525
|
SetDefaultCulture(defaultCulture: string): RequestLocalizationOptions;
|
|
@@ -505,16 +533,18 @@ export const RequestLocalizationOptions: {
|
|
|
505
533
|
|
|
506
534
|
export type RequestLocalizationOptions = RequestLocalizationOptions$instance;
|
|
507
535
|
|
|
508
|
-
export interface RouteHandlerBuilder$instance {
|
|
536
|
+
export interface RouteHandlerBuilder$instance extends IEndpointConventionBuilder$instance {
|
|
537
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_RouteHandlerBuilder: never;
|
|
538
|
+
|
|
509
539
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
|
|
510
540
|
|
|
511
|
-
Add(convention:
|
|
512
|
-
Finally(finalConvention:
|
|
541
|
+
Add(convention: Action_1<EndpointBuilder>): void;
|
|
542
|
+
Finally(finalConvention: Action_1<EndpointBuilder>): void;
|
|
513
543
|
}
|
|
514
544
|
|
|
515
545
|
|
|
516
546
|
export const RouteHandlerBuilder: {
|
|
517
|
-
new(endpointConventionBuilders:
|
|
547
|
+
new(endpointConventionBuilders: IEnumerable_1<IEndpointConventionBuilder>): RouteHandlerBuilder;
|
|
518
548
|
};
|
|
519
549
|
|
|
520
550
|
|
|
@@ -522,12 +552,12 @@ export interface __RouteHandlerBuilder$views {
|
|
|
522
552
|
As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
|
|
523
553
|
}
|
|
524
554
|
|
|
525
|
-
export interface RouteHandlerBuilder$instance extends IEndpointConventionBuilder$instance {}
|
|
526
|
-
|
|
527
555
|
export type RouteHandlerBuilder = RouteHandlerBuilder$instance & __RouteHandlerBuilder$views;
|
|
528
556
|
|
|
529
557
|
|
|
530
558
|
export interface RouterMiddleware$instance {
|
|
559
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_RouterMiddleware: never;
|
|
560
|
+
|
|
531
561
|
Invoke(httpContext: HttpContext): Task;
|
|
532
562
|
}
|
|
533
563
|
|
|
@@ -540,6 +570,8 @@ export const RouterMiddleware: {
|
|
|
540
570
|
export type RouterMiddleware = RouterMiddleware$instance;
|
|
541
571
|
|
|
542
572
|
export interface SessionOptions$instance {
|
|
573
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_SessionOptions: never;
|
|
574
|
+
|
|
543
575
|
Cookie: CookieBuilder;
|
|
544
576
|
IdleTimeout: TimeSpan;
|
|
545
577
|
IOTimeout: TimeSpan;
|
|
@@ -554,12 +586,14 @@ export const SessionOptions: {
|
|
|
554
586
|
export type SessionOptions = SessionOptions$instance;
|
|
555
587
|
|
|
556
588
|
export interface StaticFileOptions$instance extends SharedOptionsBase {
|
|
589
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_StaticFileOptions: never;
|
|
590
|
+
|
|
557
591
|
ContentTypeProvider: IContentTypeProvider;
|
|
558
592
|
get DefaultContentType(): string | undefined;
|
|
559
593
|
set DefaultContentType(value: string | undefined);
|
|
560
594
|
HttpsCompression: HttpsCompressionMode;
|
|
561
|
-
OnPrepareResponse:
|
|
562
|
-
OnPrepareResponseAsync:
|
|
595
|
+
OnPrepareResponse: Action_1<StaticFileResponseContext>;
|
|
596
|
+
OnPrepareResponseAsync: Func_2<StaticFileResponseContext, Task>;
|
|
563
597
|
ServeUnknownFileTypes: boolean;
|
|
564
598
|
}
|
|
565
599
|
|
|
@@ -573,8 +607,10 @@ export const StaticFileOptions: {
|
|
|
573
607
|
export type StaticFileOptions = StaticFileOptions$instance;
|
|
574
608
|
|
|
575
609
|
export interface StatusCodePagesOptions$instance {
|
|
610
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_StatusCodePagesOptions: never;
|
|
611
|
+
|
|
576
612
|
CreateScopeForStatusCodePages: boolean;
|
|
577
|
-
HandleAsync:
|
|
613
|
+
HandleAsync: Func_2<StatusCodeContext, Task>;
|
|
578
614
|
}
|
|
579
615
|
|
|
580
616
|
|
|
@@ -585,7 +621,9 @@ export const StatusCodePagesOptions: {
|
|
|
585
621
|
|
|
586
622
|
export type StatusCodePagesOptions = StatusCodePagesOptions$instance;
|
|
587
623
|
|
|
588
|
-
export interface WebApplication$instance {
|
|
624
|
+
export interface WebApplication$instance extends IApplicationBuilder$instance, Microsoft_AspNetCore_Routing_Internal.IEndpointRouteBuilder$instance, Microsoft_Extensions_Hosting_Lib.IHost, System_Internal.IAsyncDisposable, System_Internal.IDisposable {
|
|
625
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplication: never;
|
|
626
|
+
|
|
589
627
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
|
|
590
628
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder: never;
|
|
591
629
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHost: never;
|
|
@@ -597,13 +635,13 @@ export interface WebApplication$instance {
|
|
|
597
635
|
readonly Lifetime: IHostApplicationLifetime;
|
|
598
636
|
readonly Logger: ILogger;
|
|
599
637
|
readonly Services: IServiceProvider;
|
|
600
|
-
readonly Urls:
|
|
638
|
+
readonly Urls: ICollection_1<System_Internal.String>;
|
|
601
639
|
DisposeAsync(): ValueTask;
|
|
602
640
|
Run(url?: string): void;
|
|
603
641
|
RunAsync(url?: string): Task;
|
|
604
642
|
StartAsync(cancellationToken?: CancellationToken): Task;
|
|
605
643
|
StopAsync(cancellationToken?: CancellationToken): Task;
|
|
606
|
-
Use(middleware:
|
|
644
|
+
Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
|
|
607
645
|
}
|
|
608
646
|
|
|
609
647
|
|
|
@@ -624,12 +662,12 @@ export interface __WebApplication$views {
|
|
|
624
662
|
As_IEndpointRouteBuilder(): Microsoft_AspNetCore_Routing_Internal.IEndpointRouteBuilder$instance;
|
|
625
663
|
}
|
|
626
664
|
|
|
627
|
-
export interface WebApplication$instance extends IApplicationBuilder$instance, Microsoft_AspNetCore_Routing_Internal.IEndpointRouteBuilder$instance, Microsoft_Extensions_Hosting_Lib.IHost, System_Internal.IAsyncDisposable, System_Internal.IDisposable {}
|
|
628
|
-
|
|
629
665
|
export type WebApplication = WebApplication$instance & __WebApplication$views;
|
|
630
666
|
|
|
631
667
|
|
|
632
668
|
export interface WebApplicationBuilder$instance {
|
|
669
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplicationBuilder: never;
|
|
670
|
+
|
|
633
671
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostApplicationBuilder: never;
|
|
634
672
|
|
|
635
673
|
readonly Configuration: ConfigurationManager;
|
|
@@ -650,6 +688,8 @@ export const WebApplicationBuilder: {
|
|
|
650
688
|
export type WebApplicationBuilder = WebApplicationBuilder$instance;
|
|
651
689
|
|
|
652
690
|
export interface WebApplicationOptions$instance {
|
|
691
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplicationOptions: never;
|
|
692
|
+
|
|
653
693
|
get ApplicationName(): string | undefined;
|
|
654
694
|
set ApplicationName(value: string | undefined);
|
|
655
695
|
get Args(): string[] | undefined;
|
|
@@ -671,7 +711,9 @@ export const WebApplicationOptions: {
|
|
|
671
711
|
export type WebApplicationOptions = WebApplicationOptions$instance;
|
|
672
712
|
|
|
673
713
|
export interface WebSocketOptions$instance {
|
|
674
|
-
readonly
|
|
714
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebSocketOptions: never;
|
|
715
|
+
|
|
716
|
+
readonly AllowedOrigins: IList_1<System_Internal.String>;
|
|
675
717
|
KeepAliveInterval: TimeSpan;
|
|
676
718
|
KeepAliveTimeout: TimeSpan;
|
|
677
719
|
ReceiveBufferSize: int;
|
|
@@ -686,6 +728,8 @@ export const WebSocketOptions: {
|
|
|
686
728
|
export type WebSocketOptions = WebSocketOptions$instance;
|
|
687
729
|
|
|
688
730
|
export interface WelcomePageOptions$instance {
|
|
731
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Builder_WelcomePageOptions: never;
|
|
732
|
+
|
|
689
733
|
Path: PathString;
|
|
690
734
|
}
|
|
691
735
|
|
|
@@ -706,7 +750,7 @@ export type AntiforgeryApplicationBuilderExtensions = AntiforgeryApplicationBuil
|
|
|
706
750
|
|
|
707
751
|
export abstract class ApplicationBuilderExtensions$instance {
|
|
708
752
|
static UseRequestLocalization(app: IApplicationBuilder, options: RequestLocalizationOptions): IApplicationBuilder;
|
|
709
|
-
static UseRequestLocalization(app: IApplicationBuilder, optionsAction:
|
|
753
|
+
static UseRequestLocalization(app: IApplicationBuilder, optionsAction: Action_1<RequestLocalizationOptions>): IApplicationBuilder;
|
|
710
754
|
static UseRequestLocalization(app: IApplicationBuilder, ...cultures: string[]): IApplicationBuilder;
|
|
711
755
|
static UseRequestLocalization(app: IApplicationBuilder): IApplicationBuilder;
|
|
712
756
|
}
|
|
@@ -732,7 +776,7 @@ export abstract class AuthorizationEndpointConventionBuilderExtensions$instance
|
|
|
732
776
|
static AllowAnonymous<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
|
|
733
777
|
static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, policy: AuthorizationPolicy): TBuilder;
|
|
734
778
|
static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...authorizeData: IAuthorizeData[]): TBuilder;
|
|
735
|
-
static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy:
|
|
779
|
+
static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy: Action_1<AuthorizationPolicyBuilder>): TBuilder;
|
|
736
780
|
static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...policyNames: string[]): TBuilder;
|
|
737
781
|
static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
|
|
738
782
|
}
|
|
@@ -748,8 +792,8 @@ export abstract class CertificateForwardingBuilderExtensions$instance {
|
|
|
748
792
|
export type CertificateForwardingBuilderExtensions = CertificateForwardingBuilderExtensions$instance;
|
|
749
793
|
|
|
750
794
|
export abstract class ComponentEndpointRouteBuilderExtensions$instance {
|
|
751
|
-
static MapBlazorHub(endpoints: IEndpointRouteBuilder, configureOptions:
|
|
752
|
-
static MapBlazorHub(endpoints: IEndpointRouteBuilder, path: string, configureOptions:
|
|
795
|
+
static MapBlazorHub(endpoints: IEndpointRouteBuilder, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ComponentEndpointConventionBuilder;
|
|
796
|
+
static MapBlazorHub(endpoints: IEndpointRouteBuilder, path: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ComponentEndpointConventionBuilder;
|
|
753
797
|
static MapBlazorHub(endpoints: IEndpointRouteBuilder, path: string): ComponentEndpointConventionBuilder;
|
|
754
798
|
static MapBlazorHub(endpoints: IEndpointRouteBuilder): ComponentEndpointConventionBuilder;
|
|
755
799
|
}
|
|
@@ -758,10 +802,10 @@ export abstract class ComponentEndpointRouteBuilderExtensions$instance {
|
|
|
758
802
|
export type ComponentEndpointRouteBuilderExtensions = ComponentEndpointRouteBuilderExtensions$instance;
|
|
759
803
|
|
|
760
804
|
export abstract class ConnectionEndpointRouteBuilderExtensions$instance {
|
|
761
|
-
static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions:
|
|
805
|
+
static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ConnectionEndpointRouteBuilder;
|
|
762
806
|
static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string): ConnectionEndpointRouteBuilder;
|
|
763
|
-
static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, options: HttpConnectionDispatcherOptions, configure:
|
|
764
|
-
static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, configure:
|
|
807
|
+
static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, options: HttpConnectionDispatcherOptions, configure: Action_1<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
|
|
808
|
+
static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, configure: Action_1<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
|
|
765
809
|
}
|
|
766
810
|
|
|
767
811
|
|
|
@@ -808,7 +852,7 @@ export abstract class CookieRedirectEndpointConventionBuilderExtensions$instance
|
|
|
808
852
|
export type CookieRedirectEndpointConventionBuilderExtensions = CookieRedirectEndpointConventionBuilderExtensions$instance;
|
|
809
853
|
|
|
810
854
|
export abstract class CorsEndpointConventionBuilderExtensions$instance {
|
|
811
|
-
static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy:
|
|
855
|
+
static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy: Action_1<CorsPolicyBuilder>): TBuilder;
|
|
812
856
|
static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, policyName: string): TBuilder;
|
|
813
857
|
static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
|
|
814
858
|
}
|
|
@@ -817,7 +861,7 @@ export abstract class CorsEndpointConventionBuilderExtensions$instance {
|
|
|
817
861
|
export type CorsEndpointConventionBuilderExtensions = CorsEndpointConventionBuilderExtensions$instance;
|
|
818
862
|
|
|
819
863
|
export abstract class CorsMiddlewareExtensions$instance {
|
|
820
|
-
static UseCors(app: IApplicationBuilder, configurePolicy:
|
|
864
|
+
static UseCors(app: IApplicationBuilder, configurePolicy: Action_1<CorsPolicyBuilder>): IApplicationBuilder;
|
|
821
865
|
static UseCors(app: IApplicationBuilder, policyName: string): IApplicationBuilder;
|
|
822
866
|
static UseCors(app: IApplicationBuilder): IApplicationBuilder;
|
|
823
867
|
}
|
|
@@ -864,8 +908,8 @@ export abstract class EndpointRouteBuilderExtensions$instance {
|
|
|
864
908
|
static MapGet(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function): RouteHandlerBuilder;
|
|
865
909
|
static MapGroup(endpoints: IEndpointRouteBuilder, prefix: RoutePattern): RouteGroupBuilder;
|
|
866
910
|
static MapGroup(endpoints: IEndpointRouteBuilder, prefix: string): RouteGroupBuilder;
|
|
867
|
-
static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods:
|
|
868
|
-
static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods:
|
|
911
|
+
static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods: IEnumerable_1<System_Internal.String>, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
|
|
912
|
+
static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods: IEnumerable_1<System_Internal.String>, handler: Function): RouteHandlerBuilder;
|
|
869
913
|
static MapPatch(endpoints: IEndpointRouteBuilder, pattern: string, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
|
|
870
914
|
static MapPatch(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function): RouteHandlerBuilder;
|
|
871
915
|
static MapPost(endpoints: IEndpointRouteBuilder, pattern: string, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
|
|
@@ -878,7 +922,7 @@ export abstract class EndpointRouteBuilderExtensions$instance {
|
|
|
878
922
|
export type EndpointRouteBuilderExtensions = EndpointRouteBuilderExtensions$instance;
|
|
879
923
|
|
|
880
924
|
export abstract class EndpointRoutingApplicationBuilderExtensions$instance {
|
|
881
|
-
static UseEndpoints(builder: IApplicationBuilder, configure:
|
|
925
|
+
static UseEndpoints(builder: IApplicationBuilder, configure: Action_1<IEndpointRouteBuilder>): IApplicationBuilder;
|
|
882
926
|
static UseRouting(builder: IApplicationBuilder): IApplicationBuilder;
|
|
883
927
|
}
|
|
884
928
|
|
|
@@ -887,7 +931,7 @@ export type EndpointRoutingApplicationBuilderExtensions = EndpointRoutingApplica
|
|
|
887
931
|
|
|
888
932
|
export abstract class ExceptionHandlerExtensions$instance {
|
|
889
933
|
static UseExceptionHandler(app: IApplicationBuilder, options: ExceptionHandlerOptions): IApplicationBuilder;
|
|
890
|
-
static UseExceptionHandler(app: IApplicationBuilder, configure:
|
|
934
|
+
static UseExceptionHandler(app: IApplicationBuilder, configure: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
891
935
|
static UseExceptionHandler(app: IApplicationBuilder, errorHandlingPath: string, createScopeForErrors: boolean): IApplicationBuilder;
|
|
892
936
|
static UseExceptionHandler(app: IApplicationBuilder, errorHandlingPath: string): IApplicationBuilder;
|
|
893
937
|
static UseExceptionHandler(app: IApplicationBuilder): IApplicationBuilder;
|
|
@@ -951,7 +995,7 @@ export abstract class HostFilteringBuilderExtensions$instance {
|
|
|
951
995
|
export type HostFilteringBuilderExtensions = HostFilteringBuilderExtensions$instance;
|
|
952
996
|
|
|
953
997
|
export abstract class HostFilteringServicesExtensions$instance {
|
|
954
|
-
static AddHostFiltering(services: IServiceCollection, configureOptions:
|
|
998
|
+
static AddHostFiltering(services: IServiceCollection, configureOptions: Action_1<HostFilteringOptions>): IServiceCollection;
|
|
955
999
|
}
|
|
956
1000
|
|
|
957
1001
|
|
|
@@ -965,7 +1009,7 @@ export abstract class HstsBuilderExtensions$instance {
|
|
|
965
1009
|
export type HstsBuilderExtensions = HstsBuilderExtensions$instance;
|
|
966
1010
|
|
|
967
1011
|
export abstract class HstsServicesExtensions$instance {
|
|
968
|
-
static AddHsts(services: IServiceCollection, configureOptions:
|
|
1012
|
+
static AddHsts(services: IServiceCollection, configureOptions: Action_1<HstsOptions>): IServiceCollection;
|
|
969
1013
|
}
|
|
970
1014
|
|
|
971
1015
|
|
|
@@ -980,7 +1024,7 @@ export abstract class HttpLoggingBuilderExtensions$instance {
|
|
|
980
1024
|
export type HttpLoggingBuilderExtensions = HttpLoggingBuilderExtensions$instance;
|
|
981
1025
|
|
|
982
1026
|
export abstract class HttpLoggingEndpointConventionBuilderExtensions$instance {
|
|
983
|
-
static WithHttpLogging<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, loggingFields: HttpLoggingFields, requestBodyLogLimit?:
|
|
1027
|
+
static WithHttpLogging<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, loggingFields: HttpLoggingFields, requestBodyLogLimit?: Nullable_1<System_Internal.Int32>, responseBodyLogLimit?: Nullable_1<System_Internal.Int32>): TBuilder;
|
|
984
1028
|
}
|
|
985
1029
|
|
|
986
1030
|
|
|
@@ -1009,14 +1053,14 @@ export abstract class HttpsPolicyBuilderExtensions$instance {
|
|
|
1009
1053
|
export type HttpsPolicyBuilderExtensions = HttpsPolicyBuilderExtensions$instance;
|
|
1010
1054
|
|
|
1011
1055
|
export abstract class HttpsRedirectionServicesExtensions$instance {
|
|
1012
|
-
static AddHttpsRedirection(services: IServiceCollection, configureOptions:
|
|
1056
|
+
static AddHttpsRedirection(services: IServiceCollection, configureOptions: Action_1<HttpsRedirectionOptions>): IServiceCollection;
|
|
1013
1057
|
}
|
|
1014
1058
|
|
|
1015
1059
|
|
|
1016
1060
|
export type HttpsRedirectionServicesExtensions = HttpsRedirectionServicesExtensions$instance;
|
|
1017
1061
|
|
|
1018
1062
|
export abstract class HubEndpointRouteBuilderExtensions$instance {
|
|
1019
|
-
static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions:
|
|
1063
|
+
static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): HubEndpointConventionBuilder;
|
|
1020
1064
|
static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string): HubEndpointConventionBuilder;
|
|
1021
1065
|
}
|
|
1022
1066
|
|
|
@@ -1024,9 +1068,9 @@ export abstract class HubEndpointRouteBuilderExtensions$instance {
|
|
|
1024
1068
|
export type HubEndpointRouteBuilderExtensions = HubEndpointRouteBuilderExtensions$instance;
|
|
1025
1069
|
|
|
1026
1070
|
export abstract class MapExtensions$instance {
|
|
1027
|
-
static Map(app: IApplicationBuilder, pathMatch: PathString, configuration:
|
|
1028
|
-
static Map(app: IApplicationBuilder, pathMatch: PathString, preserveMatchedPathSegment: boolean, configuration:
|
|
1029
|
-
static Map(app: IApplicationBuilder, pathMatch: string, configuration:
|
|
1071
|
+
static Map(app: IApplicationBuilder, pathMatch: PathString, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
1072
|
+
static Map(app: IApplicationBuilder, pathMatch: PathString, preserveMatchedPathSegment: boolean, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
1073
|
+
static Map(app: IApplicationBuilder, pathMatch: string, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
1030
1074
|
}
|
|
1031
1075
|
|
|
1032
1076
|
|
|
@@ -1043,14 +1087,14 @@ export abstract class MapRouteRouteBuilderExtensions$instance {
|
|
|
1043
1087
|
export type MapRouteRouteBuilderExtensions = MapRouteRouteBuilderExtensions$instance;
|
|
1044
1088
|
|
|
1045
1089
|
export abstract class MapWhenExtensions$instance {
|
|
1046
|
-
static MapWhen(app: IApplicationBuilder, predicate:
|
|
1090
|
+
static MapWhen(app: IApplicationBuilder, predicate: Func_2<HttpContext, System_Internal.Boolean>, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
1047
1091
|
}
|
|
1048
1092
|
|
|
1049
1093
|
|
|
1050
1094
|
export type MapWhenExtensions = MapWhenExtensions$instance;
|
|
1051
1095
|
|
|
1052
1096
|
export abstract class MvcApplicationBuilderExtensions$instance {
|
|
1053
|
-
static UseMvc(app: IApplicationBuilder, configureRoutes:
|
|
1097
|
+
static UseMvc(app: IApplicationBuilder, configureRoutes: Action_1<IRouteBuilder>): IApplicationBuilder;
|
|
1054
1098
|
static UseMvc(app: IApplicationBuilder): IApplicationBuilder;
|
|
1055
1099
|
static UseMvcWithDefaultRoute(app: IApplicationBuilder): IApplicationBuilder;
|
|
1056
1100
|
}
|
|
@@ -1100,7 +1144,7 @@ export abstract class RateLimiterEndpointConventionBuilderExtensions$instance {
|
|
|
1100
1144
|
export type RateLimiterEndpointConventionBuilderExtensions = RateLimiterEndpointConventionBuilderExtensions$instance;
|
|
1101
1145
|
|
|
1102
1146
|
export abstract class RateLimiterServiceCollectionExtensions$instance {
|
|
1103
|
-
static AddRateLimiter(services: IServiceCollection, configureOptions:
|
|
1147
|
+
static AddRateLimiter(services: IServiceCollection, configureOptions: Action_1<RateLimiterOptions>): IServiceCollection;
|
|
1104
1148
|
static AddRateLimiter(services: IServiceCollection): IServiceCollection;
|
|
1105
1149
|
}
|
|
1106
1150
|
|
|
@@ -1182,7 +1226,7 @@ export abstract class ResponseCompressionBuilderExtensions$instance {
|
|
|
1182
1226
|
export type ResponseCompressionBuilderExtensions = ResponseCompressionBuilderExtensions$instance;
|
|
1183
1227
|
|
|
1184
1228
|
export abstract class ResponseCompressionServicesExtensions$instance {
|
|
1185
|
-
static AddResponseCompression(services: IServiceCollection, configureOptions:
|
|
1229
|
+
static AddResponseCompression(services: IServiceCollection, configureOptions: Action_1<ResponseCompressionOptions>): IServiceCollection;
|
|
1186
1230
|
static AddResponseCompression(services: IServiceCollection): IServiceCollection;
|
|
1187
1231
|
}
|
|
1188
1232
|
|
|
@@ -1198,7 +1242,7 @@ export abstract class RewriteBuilderExtensions$instance {
|
|
|
1198
1242
|
export type RewriteBuilderExtensions = RewriteBuilderExtensions$instance;
|
|
1199
1243
|
|
|
1200
1244
|
export abstract class RouteShortCircuitEndpointConventionBuilderExtensions$instance {
|
|
1201
|
-
static ShortCircuit(builder: IEndpointConventionBuilder, statusCode?:
|
|
1245
|
+
static ShortCircuit(builder: IEndpointConventionBuilder, statusCode?: Nullable_1<System_Internal.Int32>): IEndpointConventionBuilder;
|
|
1202
1246
|
}
|
|
1203
1247
|
|
|
1204
1248
|
|
|
@@ -1206,7 +1250,7 @@ export type RouteShortCircuitEndpointConventionBuilderExtensions = RouteShortCir
|
|
|
1206
1250
|
|
|
1207
1251
|
export abstract class RoutingBuilderExtensions$instance {
|
|
1208
1252
|
static UseRouter(builder: IApplicationBuilder, router: IRouter): IApplicationBuilder;
|
|
1209
|
-
static UseRouter(builder: IApplicationBuilder, action:
|
|
1253
|
+
static UseRouter(builder: IApplicationBuilder, action: Action_1<IRouteBuilder>): IApplicationBuilder;
|
|
1210
1254
|
}
|
|
1211
1255
|
|
|
1212
1256
|
|
|
@@ -1215,10 +1259,10 @@ export type RoutingBuilderExtensions = RoutingBuilderExtensions$instance;
|
|
|
1215
1259
|
export abstract class RoutingEndpointConventionBuilderExtensions$instance {
|
|
1216
1260
|
static DisableAntiforgery<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
|
|
1217
1261
|
static RequireHost<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...hosts: string[]): TBuilder;
|
|
1218
|
-
static WithDisplayName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, func:
|
|
1262
|
+
static WithDisplayName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, func: Func_2<EndpointBuilder, System_Internal.String>): TBuilder;
|
|
1219
1263
|
static WithDisplayName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, displayName: string): TBuilder;
|
|
1220
|
-
static WithFormMappingOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, maxCollectionSize?:
|
|
1221
|
-
static WithFormOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, bufferBody?:
|
|
1264
|
+
static WithFormMappingOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, maxCollectionSize?: Nullable_1<System_Internal.Int32>, maxRecursionDepth?: Nullable_1<System_Internal.Int32>, maxKeySize?: Nullable_1<System_Internal.Int32>): TBuilder;
|
|
1265
|
+
static WithFormOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, bufferBody?: Nullable_1<System_Internal.Boolean>, memoryBufferThreshold?: Nullable_1<System_Internal.Int32>, bufferBodyLengthLimit?: Nullable_1<System_Internal.Int64>, valueCountLimit?: Nullable_1<System_Internal.Int32>, keyLengthLimit?: Nullable_1<System_Internal.Int32>, valueLengthLimit?: Nullable_1<System_Internal.Int32>, multipartBoundaryLengthLimit?: Nullable_1<System_Internal.Int32>, multipartHeadersCountLimit?: Nullable_1<System_Internal.Int32>, multipartHeadersLengthLimit?: Nullable_1<System_Internal.Int32>, multipartBodyLengthLimit?: Nullable_1<System_Internal.Int64>): TBuilder;
|
|
1222
1266
|
static WithGroupName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, endpointGroupName: string): TBuilder;
|
|
1223
1267
|
static WithMetadata<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...items: unknown[]): TBuilder;
|
|
1224
1268
|
static WithName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, endpointName: string): TBuilder;
|
|
@@ -1236,7 +1280,7 @@ export abstract class RunExtensions$instance {
|
|
|
1236
1280
|
export type RunExtensions = RunExtensions$instance;
|
|
1237
1281
|
|
|
1238
1282
|
export abstract class ServerRazorComponentsEndpointConventionBuilderExtensions$instance {
|
|
1239
|
-
static AddInteractiveServerRenderMode(builder: RazorComponentsEndpointConventionBuilder, configure:
|
|
1283
|
+
static AddInteractiveServerRenderMode(builder: RazorComponentsEndpointConventionBuilder, configure: Action_1<ServerComponentsEndpointOptions>): RazorComponentsEndpointConventionBuilder;
|
|
1240
1284
|
static AddInteractiveServerRenderMode(builder: RazorComponentsEndpointConventionBuilder): RazorComponentsEndpointConventionBuilder;
|
|
1241
1285
|
}
|
|
1242
1286
|
|
|
@@ -1279,8 +1323,8 @@ export type StaticFilesEndpointRouteBuilderExtensions = StaticFilesEndpointRoute
|
|
|
1279
1323
|
|
|
1280
1324
|
export abstract class StatusCodePagesExtensions$instance {
|
|
1281
1325
|
static UseStatusCodePages(app: IApplicationBuilder, options: StatusCodePagesOptions): IApplicationBuilder;
|
|
1282
|
-
static UseStatusCodePages(app: IApplicationBuilder, configuration:
|
|
1283
|
-
static UseStatusCodePages(app: IApplicationBuilder, handler:
|
|
1326
|
+
static UseStatusCodePages(app: IApplicationBuilder, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
1327
|
+
static UseStatusCodePages(app: IApplicationBuilder, handler: Func_2<StatusCodeContext, Task>): IApplicationBuilder;
|
|
1284
1328
|
static UseStatusCodePages(app: IApplicationBuilder, contentType: string, bodyFormat: string): IApplicationBuilder;
|
|
1285
1329
|
static UseStatusCodePages(app: IApplicationBuilder): IApplicationBuilder;
|
|
1286
1330
|
static UseStatusCodePagesWithRedirects(app: IApplicationBuilder, locationFormat: string): IApplicationBuilder;
|
|
@@ -1292,8 +1336,8 @@ export abstract class StatusCodePagesExtensions$instance {
|
|
|
1292
1336
|
export type StatusCodePagesExtensions = StatusCodePagesExtensions$instance;
|
|
1293
1337
|
|
|
1294
1338
|
export abstract class UseExtensions$instance {
|
|
1295
|
-
static Use(app: IApplicationBuilder, middleware:
|
|
1296
|
-
static Use(app: IApplicationBuilder, middleware:
|
|
1339
|
+
static Use(app: IApplicationBuilder, middleware: Func_3<HttpContext, RequestDelegate, Task>): IApplicationBuilder;
|
|
1340
|
+
static Use(app: IApplicationBuilder, middleware: Func_3<HttpContext, Func_1<Task>, Task>): IApplicationBuilder;
|
|
1297
1341
|
}
|
|
1298
1342
|
|
|
1299
1343
|
|
|
@@ -1315,7 +1359,7 @@ export abstract class UsePathBaseExtensions$instance {
|
|
|
1315
1359
|
export type UsePathBaseExtensions = UsePathBaseExtensions$instance;
|
|
1316
1360
|
|
|
1317
1361
|
export abstract class UseWhenExtensions$instance {
|
|
1318
|
-
static UseWhen(app: IApplicationBuilder, predicate:
|
|
1362
|
+
static UseWhen(app: IApplicationBuilder, predicate: Func_2<HttpContext, System_Internal.Boolean>, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
|
|
1319
1363
|
}
|
|
1320
1364
|
|
|
1321
1365
|
|