@tsonic/aspnetcore 10.0.5 → 10.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +183 -113
- 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 +287 -189
- 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 +35 -13
- 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 +278 -204
- 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 +97 -89
- 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 +173 -171
- 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 +572 -456
- 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 +32 -24
- 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 -68
- 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 +92 -66
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
- 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 +24 -18
- 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 +58 -48
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
- 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 +59 -31
- 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 +187 -131
- 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 +41 -25
- 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 +139 -91
- 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
|
@@ -21,33 +21,33 @@ import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.M
|
|
|
21
21
|
import type { ProblemDetails } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
22
22
|
import type { RouteGroupBuilder, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
23
23
|
import type { EntityTagHeaderValue, MediaTypeHeaderValue, SetCookieHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
|
|
24
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
25
|
-
import type {
|
|
26
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
27
|
-
import type { ICollection, IEnumerable, IEnumerator, IList } from "@tsonic/dotnet/System.Collections.js";
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import type {
|
|
31
|
-
import
|
|
32
|
-
import type {
|
|
33
|
-
import type { IPAddress } from "@tsonic/dotnet/System.Net.js";
|
|
34
|
-
import type {
|
|
35
|
-
import
|
|
36
|
-
import type {
|
|
37
|
-
import
|
|
38
|
-
import type {
|
|
39
|
-
import type {
|
|
40
|
-
import type {
|
|
41
|
-
import type {
|
|
42
|
-
import type {
|
|
43
|
-
import type {
|
|
44
|
-
import type {
|
|
45
|
-
import
|
|
46
|
-
import type {
|
|
47
|
-
import type { IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
48
|
-
import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
|
|
49
|
-
import * as Microsoft_Extensions_Primitives_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
|
|
50
|
-
import type { StringSegment, StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
|
|
24
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
25
|
+
import type { Dictionary_2, IAsyncEnumerable_1, ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1, KeyValuePair_2, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
26
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
27
|
+
import type { ICollection, IEnumerable, IEnumerator, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
28
|
+
import type { PipeReader, PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
|
|
29
|
+
import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
30
|
+
import type { IOException, Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
31
|
+
import type { SseItem_1 } from "@tsonic/dotnet/System.Net.ServerSentEvents/internal/index.js";
|
|
32
|
+
import type { WebSocket } from "@tsonic/dotnet/System.Net.WebSockets/internal/index.js";
|
|
33
|
+
import type { IPAddress } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
34
|
+
import type { MethodInfo, ParameterInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
35
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
36
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
37
|
+
import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
38
|
+
import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
39
|
+
import type { JsonTypeInfo, JsonTypeInfo_1 } from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata/internal/index.js";
|
|
40
|
+
import type { JsonSerializerContext } from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
|
41
|
+
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
42
|
+
import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
43
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
44
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
45
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
46
|
+
import type { Action_1, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, DateTimeOffset, Delegate, Enum, Exception, Func_1, Func_2, Func_3, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, StringComparison, TimeSpan, Type, Uri, ValueType, Version, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
47
|
+
import type { IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
48
|
+
import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
|
|
49
|
+
import * as Microsoft_Extensions_Primitives_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
|
|
50
|
+
import type { StringSegment, StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
|
|
51
51
|
|
|
52
52
|
export enum CookieSecurePolicy {
|
|
53
53
|
SameAsRequest = 0,
|
|
@@ -64,7 +64,7 @@ export enum SameSiteMode {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
export type EndpointFilterDelegate = (context: EndpointFilterInvocationContext) =>
|
|
67
|
+
export type EndpointFilterDelegate = (context: EndpointFilterInvocationContext) => ValueTask_1<unknown>;
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
export type RequestDelegate = (context: HttpContext) => Task;
|
|
@@ -90,7 +90,7 @@ export type IContentTypeHttpResult = IContentTypeHttpResult$instance;
|
|
|
90
90
|
export interface IEndpointFilter$instance {
|
|
91
91
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IEndpointFilter: never;
|
|
92
92
|
|
|
93
|
-
InvokeAsync(context: EndpointFilterInvocationContext, next: EndpointFilterDelegate):
|
|
93
|
+
InvokeAsync(context: EndpointFilterInvocationContext, next: EndpointFilterDelegate): ValueTask_1<unknown>;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
|
|
@@ -106,11 +106,11 @@ export interface IFileHttpResult$instance {
|
|
|
106
106
|
|
|
107
107
|
export type IFileHttpResult = IFileHttpResult$instance;
|
|
108
108
|
|
|
109
|
-
export interface IFormCollection$instance extends
|
|
109
|
+
export interface IFormCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
|
|
110
110
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormCollection: never;
|
|
111
111
|
|
|
112
112
|
readonly Count: int;
|
|
113
|
-
readonly Keys:
|
|
113
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
114
114
|
readonly [key: string]: StringValues;
|
|
115
115
|
readonly Files: IFormFileCollection;
|
|
116
116
|
ContainsKey(key: string): boolean;
|
|
@@ -118,7 +118,7 @@ export interface IFormCollection$instance extends IEnumerable__System_Collection
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
export interface IFormCollection$instance extends System_Collections_Generic_Internal.
|
|
121
|
+
export interface IFormCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
|
|
122
122
|
|
|
123
123
|
export type IFormCollection = IFormCollection$instance;
|
|
124
124
|
|
|
@@ -139,24 +139,24 @@ export interface IFormFile$instance {
|
|
|
139
139
|
|
|
140
140
|
export type IFormFile = IFormFile$instance;
|
|
141
141
|
|
|
142
|
-
export interface IFormFileCollection$instance extends
|
|
142
|
+
export interface IFormFileCollection$instance extends IReadOnlyList_1<IFormFile>, IEnumerable_1<IFormFile>, IEnumerable, IReadOnlyCollection_1<IFormFile> {
|
|
143
143
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFileCollection: never;
|
|
144
144
|
|
|
145
145
|
readonly [name: string]: IFormFile | undefined;
|
|
146
146
|
GetFile(name: string): IFormFile | undefined;
|
|
147
|
-
GetFiles(name: string):
|
|
147
|
+
GetFiles(name: string): IReadOnlyList_1<IFormFile>;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
export interface IFormFileCollection$instance extends System_Collections_Generic_Internal.
|
|
151
|
+
export interface IFormFileCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<IFormFile>, System_Collections_Generic_Internal.IReadOnlyCollection_1<IFormFile>, System_Collections_Generic_Internal.IReadOnlyList_1<IFormFile> {}
|
|
152
152
|
|
|
153
153
|
export type IFormFileCollection = IFormFileCollection$instance;
|
|
154
154
|
|
|
155
|
-
export interface IHeaderDictionary$instance extends
|
|
155
|
+
export interface IHeaderDictionary$instance extends IDictionary_2<System_Internal.String, StringValues>, ICollection_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
|
|
156
156
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHeaderDictionary: never;
|
|
157
157
|
|
|
158
158
|
[key: string]: StringValues;
|
|
159
|
-
ContentLength:
|
|
159
|
+
ContentLength: Nullable_1<System_Internal.Int64>;
|
|
160
160
|
Accept: StringValues;
|
|
161
161
|
AcceptCharset: StringValues;
|
|
162
162
|
AcceptEncoding: StringValues;
|
|
@@ -249,7 +249,7 @@ export interface IHeaderDictionary$instance extends IDictionary<System_Internal.
|
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
|
|
252
|
-
export interface IHeaderDictionary$instance extends System_Collections_Generic_Internal.
|
|
252
|
+
export interface IHeaderDictionary$instance extends System_Collections_Generic_Internal.ICollection_1<KeyValuePair_2<System_Internal.String, StringValues>>, System_Collections_Generic_Internal.IDictionary_2<System_Internal.String, StringValues>, System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
|
|
253
253
|
|
|
254
254
|
export type IHeaderDictionary = IHeaderDictionary$instance;
|
|
255
255
|
|
|
@@ -304,7 +304,7 @@ export type INestedHttpResult = INestedHttpResult$instance;
|
|
|
304
304
|
export interface IProblemDetailsService$instance {
|
|
305
305
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IProblemDetailsService: never;
|
|
306
306
|
|
|
307
|
-
TryWriteAsync(context: ProblemDetailsContext):
|
|
307
|
+
TryWriteAsync(context: ProblemDetailsContext): ValueTask_1<System_Internal.Boolean>;
|
|
308
308
|
WriteAsync(context: ProblemDetailsContext): ValueTask;
|
|
309
309
|
}
|
|
310
310
|
|
|
@@ -321,40 +321,40 @@ export interface IProblemDetailsWriter$instance {
|
|
|
321
321
|
|
|
322
322
|
export type IProblemDetailsWriter = IProblemDetailsWriter$instance;
|
|
323
323
|
|
|
324
|
-
export interface IQueryCollection$instance extends
|
|
324
|
+
export interface IQueryCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
|
|
325
325
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IQueryCollection: never;
|
|
326
326
|
|
|
327
327
|
readonly Count: int;
|
|
328
|
-
readonly Keys:
|
|
328
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
329
329
|
readonly [key: string]: StringValues;
|
|
330
330
|
ContainsKey(key: string): boolean;
|
|
331
331
|
TryGetValue(key: string, value: StringValues): boolean;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
|
|
335
|
-
export interface IQueryCollection$instance extends System_Collections_Generic_Internal.
|
|
335
|
+
export interface IQueryCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
|
|
336
336
|
|
|
337
337
|
export type IQueryCollection = IQueryCollection$instance;
|
|
338
338
|
|
|
339
|
-
export interface IRequestCookieCollection$instance extends
|
|
339
|
+
export interface IRequestCookieCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>, IEnumerable {
|
|
340
340
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IRequestCookieCollection: never;
|
|
341
341
|
|
|
342
342
|
readonly Count: int;
|
|
343
|
-
readonly Keys:
|
|
343
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
344
344
|
readonly [key: string]: string | undefined;
|
|
345
345
|
ContainsKey(key: string): boolean;
|
|
346
346
|
TryGetValue(key: string, value: string): boolean;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
|
|
350
|
-
export interface IRequestCookieCollection$instance extends System_Collections_Generic_Internal.
|
|
350
|
+
export interface IRequestCookieCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> {}
|
|
351
351
|
|
|
352
352
|
export type IRequestCookieCollection = IRequestCookieCollection$instance;
|
|
353
353
|
|
|
354
354
|
export interface IResponseCookies$instance {
|
|
355
355
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResponseCookies: never;
|
|
356
356
|
|
|
357
|
-
Append(keyValuePairs:
|
|
357
|
+
Append(keyValuePairs: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>, options: CookieOptions): void;
|
|
358
358
|
Append(key: string, value: string, options: CookieOptions): void;
|
|
359
359
|
Append(key: string, value: string): void;
|
|
360
360
|
Delete(key: string, options: CookieOptions): void;
|
|
@@ -386,7 +386,7 @@ export interface ISession$instance {
|
|
|
386
386
|
|
|
387
387
|
readonly IsAvailable: boolean;
|
|
388
388
|
readonly Id: string;
|
|
389
|
-
readonly Keys:
|
|
389
|
+
readonly Keys: IEnumerable_1<System_Internal.String>;
|
|
390
390
|
Clear(): void;
|
|
391
391
|
LoadAsync(cancellationToken?: CancellationToken): Task;
|
|
392
392
|
Remove(key: string): void;
|
|
@@ -400,7 +400,7 @@ export type ISession = ISession$instance;
|
|
|
400
400
|
export interface IStatusCodeHttpResult$instance {
|
|
401
401
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
|
|
402
402
|
|
|
403
|
-
readonly StatusCode:
|
|
403
|
+
readonly StatusCode: Nullable_1<System_Internal.Int32>;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
|
|
@@ -425,6 +425,8 @@ export interface IValueHttpResult_1$instance<TValue> {
|
|
|
425
425
|
export type IValueHttpResult_1<TValue> = IValueHttpResult_1$instance<TValue>;
|
|
426
426
|
|
|
427
427
|
export interface EndpointMetadataCollection_Enumerator$instance {
|
|
428
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointMetadataCollection_Enumerator: never;
|
|
429
|
+
|
|
428
430
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
429
431
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
430
432
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -444,11 +446,13 @@ export const EndpointMetadataCollection_Enumerator: {
|
|
|
444
446
|
export type EndpointMetadataCollection_Enumerator = EndpointMetadataCollection_Enumerator$instance;
|
|
445
447
|
|
|
446
448
|
export interface FormCollection_Enumerator$instance {
|
|
449
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_FormCollection_Enumerator: never;
|
|
450
|
+
|
|
447
451
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
448
452
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
449
453
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
450
454
|
|
|
451
|
-
readonly Current:
|
|
455
|
+
readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
|
|
452
456
|
Dispose(): void;
|
|
453
457
|
MoveNext(): boolean;
|
|
454
458
|
Reset(): void;
|
|
@@ -463,6 +467,8 @@ export const FormCollection_Enumerator: {
|
|
|
463
467
|
export type FormCollection_Enumerator = FormCollection_Enumerator$instance;
|
|
464
468
|
|
|
465
469
|
export interface FragmentString$instance {
|
|
470
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_FragmentString: never;
|
|
471
|
+
|
|
466
472
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
467
473
|
|
|
468
474
|
readonly HasValue: boolean;
|
|
@@ -486,11 +492,13 @@ export const FragmentString: {
|
|
|
486
492
|
export type FragmentString = FragmentString$instance;
|
|
487
493
|
|
|
488
494
|
export interface HeaderDictionary_Enumerator$instance {
|
|
495
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HeaderDictionary_Enumerator: never;
|
|
496
|
+
|
|
489
497
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
490
498
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
491
499
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
492
500
|
|
|
493
|
-
readonly Current:
|
|
501
|
+
readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
|
|
494
502
|
Dispose(): void;
|
|
495
503
|
MoveNext(): boolean;
|
|
496
504
|
Reset(): void;
|
|
@@ -505,11 +513,13 @@ export const HeaderDictionary_Enumerator: {
|
|
|
505
513
|
export type HeaderDictionary_Enumerator = HeaderDictionary_Enumerator$instance;
|
|
506
514
|
|
|
507
515
|
export interface HostString$instance {
|
|
516
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HostString: never;
|
|
517
|
+
|
|
508
518
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
509
519
|
|
|
510
520
|
readonly HasValue: boolean;
|
|
511
521
|
readonly Host: string;
|
|
512
|
-
readonly Port:
|
|
522
|
+
readonly Port: Nullable_1<System_Internal.Int32>;
|
|
513
523
|
readonly Value: string | undefined;
|
|
514
524
|
Equals(other: HostString): boolean;
|
|
515
525
|
Equals(obj: unknown): boolean;
|
|
@@ -524,13 +534,15 @@ export const HostString: {
|
|
|
524
534
|
new(host: string, port: int): HostString;
|
|
525
535
|
FromUriComponent(uriComponent: string): HostString;
|
|
526
536
|
FromUriComponent(uri: Uri): HostString;
|
|
527
|
-
MatchesAny(value: StringSegment, patterns:
|
|
537
|
+
MatchesAny(value: StringSegment, patterns: IList_1<StringSegment>): boolean;
|
|
528
538
|
};
|
|
529
539
|
|
|
530
540
|
|
|
531
541
|
export type HostString = HostString$instance;
|
|
532
542
|
|
|
533
543
|
export interface PathString$instance {
|
|
544
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_PathString: never;
|
|
545
|
+
|
|
534
546
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
535
547
|
|
|
536
548
|
readonly HasValue: boolean;
|
|
@@ -563,11 +575,13 @@ export const PathString: {
|
|
|
563
575
|
export type PathString = PathString$instance;
|
|
564
576
|
|
|
565
577
|
export interface QueryCollection_Enumerator$instance {
|
|
578
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryCollection_Enumerator: never;
|
|
579
|
+
|
|
566
580
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
567
581
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
568
582
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
569
583
|
|
|
570
|
-
readonly Current:
|
|
584
|
+
readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
|
|
571
585
|
Dispose(): void;
|
|
572
586
|
MoveNext(): boolean;
|
|
573
587
|
Reset(): void;
|
|
@@ -582,6 +596,8 @@ export const QueryCollection_Enumerator: {
|
|
|
582
596
|
export type QueryCollection_Enumerator = QueryCollection_Enumerator$instance;
|
|
583
597
|
|
|
584
598
|
export interface QueryString$instance {
|
|
599
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryString: never;
|
|
600
|
+
|
|
585
601
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
586
602
|
|
|
587
603
|
readonly HasValue: boolean;
|
|
@@ -599,8 +615,8 @@ export interface QueryString$instance {
|
|
|
599
615
|
export const QueryString: {
|
|
600
616
|
new(value: string): QueryString;
|
|
601
617
|
readonly Empty: QueryString;
|
|
602
|
-
Create(parameters:
|
|
603
|
-
Create(parameters:
|
|
618
|
+
Create(parameters: IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>): QueryString;
|
|
619
|
+
Create(parameters: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): QueryString;
|
|
604
620
|
Create(name: string, value: string): QueryString;
|
|
605
621
|
FromUriComponent(uriComponent: string): QueryString;
|
|
606
622
|
FromUriComponent(uri: Uri): QueryString;
|
|
@@ -610,6 +626,8 @@ export const QueryString: {
|
|
|
610
626
|
export type QueryString = QueryString$instance;
|
|
611
627
|
|
|
612
628
|
export interface AllowCookieRedirectAttribute$instance extends Attribute, IAllowCookieRedirectMetadata {
|
|
629
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_AllowCookieRedirectAttribute: never;
|
|
630
|
+
|
|
613
631
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAllowCookieRedirectMetadata: never;
|
|
614
632
|
|
|
615
633
|
}
|
|
@@ -623,6 +641,8 @@ export const AllowCookieRedirectAttribute: {
|
|
|
623
641
|
export type AllowCookieRedirectAttribute = AllowCookieRedirectAttribute$instance;
|
|
624
642
|
|
|
625
643
|
export interface AsParametersAttribute$instance extends Attribute {
|
|
644
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_AsParametersAttribute: never;
|
|
645
|
+
|
|
626
646
|
}
|
|
627
647
|
|
|
628
648
|
|
|
@@ -634,6 +654,8 @@ export const AsParametersAttribute: {
|
|
|
634
654
|
export type AsParametersAttribute = AsParametersAttribute$instance;
|
|
635
655
|
|
|
636
656
|
export interface BadHttpRequestException$instance extends IOException {
|
|
657
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_BadHttpRequestException: never;
|
|
658
|
+
|
|
637
659
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
638
660
|
|
|
639
661
|
readonly StatusCode: int;
|
|
@@ -651,6 +673,8 @@ export const BadHttpRequestException: {
|
|
|
651
673
|
export type BadHttpRequestException = BadHttpRequestException$instance;
|
|
652
674
|
|
|
653
675
|
export interface BindingAddress$instance {
|
|
676
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_BindingAddress: never;
|
|
677
|
+
|
|
654
678
|
readonly Host: string;
|
|
655
679
|
readonly IsNamedPipe: boolean;
|
|
656
680
|
readonly IsUnixPipe: boolean;
|
|
@@ -674,6 +698,8 @@ export const BindingAddress: {
|
|
|
674
698
|
export type BindingAddress = BindingAddress$instance;
|
|
675
699
|
|
|
676
700
|
export interface ConnectionInfo$instance {
|
|
701
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_ConnectionInfo: never;
|
|
702
|
+
|
|
677
703
|
get ClientCertificate(): X509Certificate2 | undefined;
|
|
678
704
|
set ClientCertificate(value: X509Certificate2 | undefined);
|
|
679
705
|
Id: string;
|
|
@@ -683,7 +709,7 @@ export interface ConnectionInfo$instance {
|
|
|
683
709
|
get RemoteIpAddress(): IPAddress | undefined;
|
|
684
710
|
set RemoteIpAddress(value: IPAddress | undefined);
|
|
685
711
|
RemotePort: int;
|
|
686
|
-
GetClientCertificateAsync(cancellationToken?: CancellationToken):
|
|
712
|
+
GetClientCertificateAsync(cancellationToken?: CancellationToken): Task_1<X509Certificate2 | undefined>;
|
|
687
713
|
RequestClose(): void;
|
|
688
714
|
}
|
|
689
715
|
|
|
@@ -695,13 +721,15 @@ export const ConnectionInfo: (abstract new() => ConnectionInfo) & {
|
|
|
695
721
|
export type ConnectionInfo = ConnectionInfo$instance;
|
|
696
722
|
|
|
697
723
|
export interface CookieBuilder$instance {
|
|
724
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_CookieBuilder: never;
|
|
725
|
+
|
|
698
726
|
get Domain(): string | undefined;
|
|
699
727
|
set Domain(value: string | undefined);
|
|
700
|
-
Expiration:
|
|
701
|
-
readonly Extensions:
|
|
728
|
+
Expiration: Nullable_1<TimeSpan>;
|
|
729
|
+
readonly Extensions: IList_1<System_Internal.String>;
|
|
702
730
|
HttpOnly: boolean;
|
|
703
731
|
IsEssential: boolean;
|
|
704
|
-
MaxAge:
|
|
732
|
+
MaxAge: Nullable_1<TimeSpan>;
|
|
705
733
|
get Name(): string | undefined;
|
|
706
734
|
set Name(value: string | undefined);
|
|
707
735
|
get Path(): string | undefined;
|
|
@@ -721,13 +749,15 @@ export const CookieBuilder: {
|
|
|
721
749
|
export type CookieBuilder = CookieBuilder$instance;
|
|
722
750
|
|
|
723
751
|
export interface CookieOptions$instance {
|
|
752
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_CookieOptions: never;
|
|
753
|
+
|
|
724
754
|
get Domain(): string | undefined;
|
|
725
755
|
set Domain(value: string | undefined);
|
|
726
|
-
Expires:
|
|
727
|
-
readonly Extensions:
|
|
756
|
+
Expires: Nullable_1<DateTimeOffset>;
|
|
757
|
+
readonly Extensions: IList_1<System_Internal.String>;
|
|
728
758
|
HttpOnly: boolean;
|
|
729
759
|
IsEssential: boolean;
|
|
730
|
-
MaxAge:
|
|
760
|
+
MaxAge: Nullable_1<TimeSpan>;
|
|
731
761
|
get Path(): string | undefined;
|
|
732
762
|
set Path(value: string | undefined);
|
|
733
763
|
SameSite: SameSiteMode;
|
|
@@ -745,7 +775,9 @@ export const CookieOptions: {
|
|
|
745
775
|
export type CookieOptions = CookieOptions$instance;
|
|
746
776
|
|
|
747
777
|
export interface DefaultEndpointFilterInvocationContext$instance extends EndpointFilterInvocationContext {
|
|
748
|
-
readonly
|
|
778
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultEndpointFilterInvocationContext: never;
|
|
779
|
+
|
|
780
|
+
readonly Arguments: IList_1<unknown | undefined>;
|
|
749
781
|
readonly HttpContext: HttpContext;
|
|
750
782
|
GetArgument<T>(index: int): T;
|
|
751
783
|
}
|
|
@@ -759,11 +791,13 @@ export const DefaultEndpointFilterInvocationContext: {
|
|
|
759
791
|
export type DefaultEndpointFilterInvocationContext = DefaultEndpointFilterInvocationContext$instance;
|
|
760
792
|
|
|
761
793
|
export interface DefaultHttpContext$instance extends HttpContext {
|
|
794
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultHttpContext: never;
|
|
795
|
+
|
|
762
796
|
readonly Connection: ConnectionInfo;
|
|
763
797
|
readonly Features: IFeatureCollection;
|
|
764
798
|
FormOptions: FormOptions;
|
|
765
799
|
readonly HttpContext: HttpContext;
|
|
766
|
-
Items:
|
|
800
|
+
Items: IDictionary_2<unknown, unknown | undefined>;
|
|
767
801
|
readonly Request: HttpRequest;
|
|
768
802
|
RequestAborted: CancellationToken;
|
|
769
803
|
RequestServices: IServiceProvider;
|
|
@@ -787,7 +821,9 @@ export const DefaultHttpContext: {
|
|
|
787
821
|
|
|
788
822
|
export type DefaultHttpContext = DefaultHttpContext$instance;
|
|
789
823
|
|
|
790
|
-
export interface DefaultHttpContextFactory$instance {
|
|
824
|
+
export interface DefaultHttpContextFactory$instance extends IHttpContextFactory$instance {
|
|
825
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultHttpContextFactory: never;
|
|
826
|
+
|
|
791
827
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextFactory: never;
|
|
792
828
|
|
|
793
829
|
Create(featureCollection: IFeatureCollection): HttpContext;
|
|
@@ -804,12 +840,12 @@ export interface __DefaultHttpContextFactory$views {
|
|
|
804
840
|
As_IHttpContextFactory(): IHttpContextFactory$instance;
|
|
805
841
|
}
|
|
806
842
|
|
|
807
|
-
export interface DefaultHttpContextFactory$instance extends IHttpContextFactory$instance {}
|
|
808
|
-
|
|
809
843
|
export type DefaultHttpContextFactory = DefaultHttpContextFactory$instance & __DefaultHttpContextFactory$views;
|
|
810
844
|
|
|
811
845
|
|
|
812
846
|
export interface DisableHttpMetricsAttribute$instance extends Attribute, IDisableHttpMetricsMetadata {
|
|
847
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_DisableHttpMetricsAttribute: never;
|
|
848
|
+
|
|
813
849
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IDisableHttpMetricsMetadata: never;
|
|
814
850
|
|
|
815
851
|
ToString(): string;
|
|
@@ -824,6 +860,8 @@ export const DisableHttpMetricsAttribute: {
|
|
|
824
860
|
export type DisableHttpMetricsAttribute = DisableHttpMetricsAttribute$instance;
|
|
825
861
|
|
|
826
862
|
export interface Endpoint$instance {
|
|
863
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_Endpoint: never;
|
|
864
|
+
|
|
827
865
|
readonly DisplayName: string | undefined;
|
|
828
866
|
readonly Metadata: EndpointMetadataCollection;
|
|
829
867
|
readonly RequestDelegate: RequestDelegate | undefined;
|
|
@@ -838,7 +876,9 @@ export const Endpoint: {
|
|
|
838
876
|
|
|
839
877
|
export type Endpoint = Endpoint$instance;
|
|
840
878
|
|
|
841
|
-
export interface EndpointDescriptionAttribute$instance extends Attribute {
|
|
879
|
+
export interface EndpointDescriptionAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance {
|
|
880
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointDescriptionAttribute: never;
|
|
881
|
+
|
|
842
882
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointDescriptionMetadata: never;
|
|
843
883
|
|
|
844
884
|
readonly Description: string;
|
|
@@ -855,12 +895,12 @@ export interface __EndpointDescriptionAttribute$views {
|
|
|
855
895
|
As_IEndpointDescriptionMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance;
|
|
856
896
|
}
|
|
857
897
|
|
|
858
|
-
export interface EndpointDescriptionAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance {}
|
|
859
|
-
|
|
860
898
|
export type EndpointDescriptionAttribute = EndpointDescriptionAttribute$instance & __EndpointDescriptionAttribute$views;
|
|
861
899
|
|
|
862
900
|
|
|
863
901
|
export interface EndpointFilterFactoryContext$instance {
|
|
902
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointFilterFactoryContext: never;
|
|
903
|
+
|
|
864
904
|
ApplicationServices: IServiceProvider;
|
|
865
905
|
MethodInfo: MethodInfo;
|
|
866
906
|
}
|
|
@@ -874,7 +914,9 @@ export const EndpointFilterFactoryContext: {
|
|
|
874
914
|
export type EndpointFilterFactoryContext = EndpointFilterFactoryContext$instance;
|
|
875
915
|
|
|
876
916
|
export interface EndpointFilterInvocationContext$instance {
|
|
877
|
-
readonly
|
|
917
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointFilterInvocationContext: never;
|
|
918
|
+
|
|
919
|
+
readonly Arguments: IList_1<unknown | undefined>;
|
|
878
920
|
readonly HttpContext: HttpContext;
|
|
879
921
|
GetArgument<T>(index: int): T;
|
|
880
922
|
}
|
|
@@ -896,6 +938,8 @@ export const EndpointFilterInvocationContext: (abstract new() => EndpointFilterI
|
|
|
896
938
|
export type EndpointFilterInvocationContext = EndpointFilterInvocationContext$instance;
|
|
897
939
|
|
|
898
940
|
export interface EndpointMetadataCollection$instance {
|
|
941
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointMetadataCollection: never;
|
|
942
|
+
|
|
899
943
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
900
944
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
901
945
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
@@ -905,13 +949,13 @@ export interface EndpointMetadataCollection$instance {
|
|
|
905
949
|
readonly [index: number]: unknown;
|
|
906
950
|
GetEnumerator(): EndpointMetadataCollection_Enumerator;
|
|
907
951
|
GetMetadata<T>(): T | undefined;
|
|
908
|
-
GetOrderedMetadata<T>():
|
|
952
|
+
GetOrderedMetadata<T>(): IReadOnlyList_1<T>;
|
|
909
953
|
GetRequiredMetadata<T>(): T;
|
|
910
954
|
}
|
|
911
955
|
|
|
912
956
|
|
|
913
957
|
export const EndpointMetadataCollection: {
|
|
914
|
-
new(items:
|
|
958
|
+
new(items: IEnumerable_1<unknown>): EndpointMetadataCollection;
|
|
915
959
|
new(items: unknown[]): EndpointMetadataCollection;
|
|
916
960
|
readonly Empty: EndpointMetadataCollection;
|
|
917
961
|
};
|
|
@@ -919,7 +963,9 @@ export const EndpointMetadataCollection: {
|
|
|
919
963
|
|
|
920
964
|
export type EndpointMetadataCollection = EndpointMetadataCollection$instance;
|
|
921
965
|
|
|
922
|
-
export interface EndpointSummaryAttribute$instance extends Attribute {
|
|
966
|
+
export interface EndpointSummaryAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance {
|
|
967
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointSummaryAttribute: never;
|
|
968
|
+
|
|
923
969
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointSummaryMetadata: never;
|
|
924
970
|
|
|
925
971
|
readonly Summary: string;
|
|
@@ -936,12 +982,12 @@ export interface __EndpointSummaryAttribute$views {
|
|
|
936
982
|
As_IEndpointSummaryMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance;
|
|
937
983
|
}
|
|
938
984
|
|
|
939
|
-
export interface EndpointSummaryAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance {}
|
|
940
|
-
|
|
941
985
|
export type EndpointSummaryAttribute = EndpointSummaryAttribute$instance & __EndpointSummaryAttribute$views;
|
|
942
986
|
|
|
943
987
|
|
|
944
988
|
export interface FormCollection$instance {
|
|
989
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_FormCollection: never;
|
|
990
|
+
|
|
945
991
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormCollection: never;
|
|
946
992
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
947
993
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -949,7 +995,7 @@ export interface FormCollection$instance {
|
|
|
949
995
|
readonly Count: int;
|
|
950
996
|
Files: IFormFileCollection;
|
|
951
997
|
readonly [key: string]: StringValues;
|
|
952
|
-
readonly Keys:
|
|
998
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
953
999
|
ContainsKey(key: string): boolean;
|
|
954
1000
|
GetEnumerator(): FormCollection_Enumerator;
|
|
955
1001
|
TryGetValue(key: string, value: StringValues): boolean;
|
|
@@ -957,7 +1003,7 @@ export interface FormCollection$instance {
|
|
|
957
1003
|
|
|
958
1004
|
|
|
959
1005
|
export const FormCollection: {
|
|
960
|
-
new(fields:
|
|
1006
|
+
new(fields: Dictionary_2<System_Internal.String, StringValues>, files: IFormFileCollection): FormCollection;
|
|
961
1007
|
readonly Empty: FormCollection;
|
|
962
1008
|
};
|
|
963
1009
|
|
|
@@ -970,6 +1016,8 @@ export type FormCollection = FormCollection$instance & __FormCollection$views;
|
|
|
970
1016
|
|
|
971
1017
|
|
|
972
1018
|
export interface FormFile$instance {
|
|
1019
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_FormFile: never;
|
|
1020
|
+
|
|
973
1021
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFile: never;
|
|
974
1022
|
|
|
975
1023
|
ContentDisposition: string;
|
|
@@ -996,7 +1044,9 @@ export interface __FormFile$views {
|
|
|
996
1044
|
export type FormFile = FormFile$instance & __FormFile$views;
|
|
997
1045
|
|
|
998
1046
|
|
|
999
|
-
export interface FormFileCollection$instance extends
|
|
1047
|
+
export interface FormFileCollection$instance extends List_1<IFormFile> {
|
|
1048
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_FormFileCollection: never;
|
|
1049
|
+
|
|
1000
1050
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFileCollection: never;
|
|
1001
1051
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1002
1052
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -1009,7 +1059,7 @@ export interface FormFileCollection$instance extends List<IFormFile> {
|
|
|
1009
1059
|
|
|
1010
1060
|
readonly [name: string]: IFormFile | undefined;
|
|
1011
1061
|
GetFile(name: string): IFormFile | undefined;
|
|
1012
|
-
GetFiles(name: string):
|
|
1062
|
+
GetFiles(name: string): IReadOnlyList_1<IFormFile>;
|
|
1013
1063
|
}
|
|
1014
1064
|
|
|
1015
1065
|
|
|
@@ -1022,32 +1072,32 @@ export interface __FormFileCollection$views {
|
|
|
1022
1072
|
As_IFormFileCollection(): IFormFileCollection$instance;
|
|
1023
1073
|
}
|
|
1024
1074
|
|
|
1025
|
-
export interface FormFileCollection$instance extends IFormFileCollection$instance, System_Collections_Generic_Internal.ICollection<IFormFile>, System_Collections_Generic_Internal.IList<IFormFile> {}
|
|
1026
|
-
|
|
1027
1075
|
export type FormFileCollection = FormFileCollection$instance & __FormFileCollection$views;
|
|
1028
1076
|
|
|
1029
1077
|
|
|
1030
|
-
export interface HeaderDictionary$instance {
|
|
1078
|
+
export interface HeaderDictionary$instance extends IHeaderDictionary$instance {
|
|
1079
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HeaderDictionary: never;
|
|
1080
|
+
|
|
1031
1081
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHeaderDictionary: never;
|
|
1032
1082
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1033
1083
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
1034
1084
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1035
1085
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1036
1086
|
|
|
1037
|
-
ContentLength:
|
|
1087
|
+
ContentLength: Nullable_1<System_Internal.Int64>;
|
|
1038
1088
|
readonly Count: int;
|
|
1039
1089
|
IsReadOnly: boolean;
|
|
1040
1090
|
[key: string]: StringValues;
|
|
1041
|
-
readonly Keys:
|
|
1042
|
-
readonly Values:
|
|
1043
|
-
Add(item:
|
|
1091
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
1092
|
+
readonly Values: ICollection_1<StringValues>;
|
|
1093
|
+
Add(item: KeyValuePair_2<System_Internal.String, StringValues>): void;
|
|
1044
1094
|
Add(key: string, value: StringValues): void;
|
|
1045
1095
|
Clear(): void;
|
|
1046
|
-
Contains(item:
|
|
1096
|
+
Contains(item: KeyValuePair_2<System_Internal.String, StringValues>): boolean;
|
|
1047
1097
|
ContainsKey(key: string): boolean;
|
|
1048
|
-
CopyTo(array:
|
|
1098
|
+
CopyTo(array: KeyValuePair_2<System_Internal.String, StringValues>[], arrayIndex: int): void;
|
|
1049
1099
|
GetEnumerator(): HeaderDictionary_Enumerator;
|
|
1050
|
-
Remove(item:
|
|
1100
|
+
Remove(item: KeyValuePair_2<System_Internal.String, StringValues>): boolean;
|
|
1051
1101
|
Remove(key: string): boolean;
|
|
1052
1102
|
TryGetValue(key: string, value: StringValues): boolean;
|
|
1053
1103
|
}
|
|
@@ -1055,7 +1105,7 @@ export interface HeaderDictionary$instance {
|
|
|
1055
1105
|
|
|
1056
1106
|
export const HeaderDictionary: {
|
|
1057
1107
|
new(): HeaderDictionary;
|
|
1058
|
-
new(store:
|
|
1108
|
+
new(store: Dictionary_2<System_Internal.String, StringValues>): HeaderDictionary;
|
|
1059
1109
|
new(capacity: int): HeaderDictionary;
|
|
1060
1110
|
};
|
|
1061
1111
|
|
|
@@ -1064,15 +1114,15 @@ export interface __HeaderDictionary$views {
|
|
|
1064
1114
|
As_IHeaderDictionary(): IHeaderDictionary$instance;
|
|
1065
1115
|
}
|
|
1066
1116
|
|
|
1067
|
-
export interface HeaderDictionary$instance extends IHeaderDictionary$instance {}
|
|
1068
|
-
|
|
1069
1117
|
export type HeaderDictionary = HeaderDictionary$instance & __HeaderDictionary$views;
|
|
1070
1118
|
|
|
1071
1119
|
|
|
1072
1120
|
export interface HttpContext$instance {
|
|
1121
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpContext: never;
|
|
1122
|
+
|
|
1073
1123
|
readonly Connection: ConnectionInfo;
|
|
1074
1124
|
readonly Features: IFeatureCollection;
|
|
1075
|
-
Items:
|
|
1125
|
+
Items: IDictionary_2<unknown, unknown | undefined>;
|
|
1076
1126
|
readonly Request: HttpRequest;
|
|
1077
1127
|
RequestAborted: CancellationToken;
|
|
1078
1128
|
RequestServices: IServiceProvider;
|
|
@@ -1091,7 +1141,9 @@ export const HttpContext: (abstract new() => HttpContext) & {
|
|
|
1091
1141
|
|
|
1092
1142
|
export type HttpContext = HttpContext$instance;
|
|
1093
1143
|
|
|
1094
|
-
export interface HttpContextAccessor$instance {
|
|
1144
|
+
export interface HttpContextAccessor$instance extends IHttpContextAccessor$instance {
|
|
1145
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpContextAccessor: never;
|
|
1146
|
+
|
|
1095
1147
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextAccessor: never;
|
|
1096
1148
|
|
|
1097
1149
|
get HttpContext(): HttpContext | undefined;
|
|
@@ -1108,15 +1160,15 @@ export interface __HttpContextAccessor$views {
|
|
|
1108
1160
|
As_IHttpContextAccessor(): IHttpContextAccessor$instance;
|
|
1109
1161
|
}
|
|
1110
1162
|
|
|
1111
|
-
export interface HttpContextAccessor$instance extends IHttpContextAccessor$instance {}
|
|
1112
|
-
|
|
1113
1163
|
export type HttpContextAccessor = HttpContextAccessor$instance & __HttpContextAccessor$views;
|
|
1114
1164
|
|
|
1115
1165
|
|
|
1116
1166
|
export interface HttpRequest$instance {
|
|
1167
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpRequest: never;
|
|
1168
|
+
|
|
1117
1169
|
Body: Stream;
|
|
1118
1170
|
readonly BodyReader: PipeReader;
|
|
1119
|
-
ContentLength:
|
|
1171
|
+
ContentLength: Nullable_1<System_Internal.Int64>;
|
|
1120
1172
|
get ContentType(): string | undefined;
|
|
1121
1173
|
set ContentType(value: string | undefined);
|
|
1122
1174
|
Cookies: IRequestCookieCollection;
|
|
@@ -1134,7 +1186,7 @@ export interface HttpRequest$instance {
|
|
|
1134
1186
|
QueryString: QueryString;
|
|
1135
1187
|
RouteValues: RouteValueDictionary;
|
|
1136
1188
|
Scheme: string;
|
|
1137
|
-
ReadFormAsync(cancellationToken?: CancellationToken):
|
|
1189
|
+
ReadFormAsync(cancellationToken?: CancellationToken): Task_1<IFormCollection>;
|
|
1138
1190
|
}
|
|
1139
1191
|
|
|
1140
1192
|
|
|
@@ -1145,9 +1197,11 @@ export const HttpRequest: (abstract new() => HttpRequest) & {
|
|
|
1145
1197
|
export type HttpRequest = HttpRequest$instance;
|
|
1146
1198
|
|
|
1147
1199
|
export interface HttpResponse$instance {
|
|
1200
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResponse: never;
|
|
1201
|
+
|
|
1148
1202
|
Body: Stream;
|
|
1149
1203
|
readonly BodyWriter: PipeWriter;
|
|
1150
|
-
ContentLength:
|
|
1204
|
+
ContentLength: Nullable_1<System_Internal.Int64>;
|
|
1151
1205
|
get ContentType(): string | undefined;
|
|
1152
1206
|
set ContentType(value: string | undefined);
|
|
1153
1207
|
readonly Cookies: IResponseCookies;
|
|
@@ -1156,10 +1210,10 @@ export interface HttpResponse$instance {
|
|
|
1156
1210
|
readonly HttpContext: HttpContext;
|
|
1157
1211
|
StatusCode: int;
|
|
1158
1212
|
CompleteAsync(): Task;
|
|
1159
|
-
OnCompleted(callback:
|
|
1160
|
-
OnCompleted(callback:
|
|
1161
|
-
OnStarting(callback:
|
|
1162
|
-
OnStarting(callback:
|
|
1213
|
+
OnCompleted(callback: Func_2<unknown, Task>, state: unknown): void;
|
|
1214
|
+
OnCompleted(callback: Func_1<Task>): void;
|
|
1215
|
+
OnStarting(callback: Func_2<unknown, Task>, state: unknown): void;
|
|
1216
|
+
OnStarting(callback: Func_1<Task>): void;
|
|
1163
1217
|
Redirect(location: string): void;
|
|
1164
1218
|
Redirect(location: string, permanent: boolean): void;
|
|
1165
1219
|
RegisterForDispose(disposable: IDisposable): void;
|
|
@@ -1175,20 +1229,24 @@ export const HttpResponse: (abstract new() => HttpResponse) & {
|
|
|
1175
1229
|
export type HttpResponse = HttpResponse$instance;
|
|
1176
1230
|
|
|
1177
1231
|
export interface HttpValidationProblemDetails$instance extends ProblemDetails {
|
|
1178
|
-
|
|
1232
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpValidationProblemDetails: never;
|
|
1233
|
+
|
|
1234
|
+
Errors: IDictionary_2<System_Internal.String, string[]>;
|
|
1179
1235
|
}
|
|
1180
1236
|
|
|
1181
1237
|
|
|
1182
1238
|
export const HttpValidationProblemDetails: {
|
|
1183
1239
|
new(): HttpValidationProblemDetails;
|
|
1184
|
-
new(errors:
|
|
1185
|
-
new(errors:
|
|
1240
|
+
new(errors: IDictionary_2<System_Internal.String, string[]>): HttpValidationProblemDetails;
|
|
1241
|
+
new(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>): HttpValidationProblemDetails;
|
|
1186
1242
|
};
|
|
1187
1243
|
|
|
1188
1244
|
|
|
1189
1245
|
export type HttpValidationProblemDetails = HttpValidationProblemDetails$instance;
|
|
1190
1246
|
|
|
1191
|
-
export interface MiddlewareFactory$instance {
|
|
1247
|
+
export interface MiddlewareFactory$instance extends IMiddlewareFactory$instance {
|
|
1248
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_MiddlewareFactory: never;
|
|
1249
|
+
|
|
1192
1250
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IMiddlewareFactory: never;
|
|
1193
1251
|
|
|
1194
1252
|
Create(middlewareType: Type): IMiddleware | undefined;
|
|
@@ -1205,12 +1263,12 @@ export interface __MiddlewareFactory$views {
|
|
|
1205
1263
|
As_IMiddlewareFactory(): IMiddlewareFactory$instance;
|
|
1206
1264
|
}
|
|
1207
1265
|
|
|
1208
|
-
export interface MiddlewareFactory$instance extends IMiddlewareFactory$instance {}
|
|
1209
|
-
|
|
1210
1266
|
export type MiddlewareFactory = MiddlewareFactory$instance & __MiddlewareFactory$views;
|
|
1211
1267
|
|
|
1212
1268
|
|
|
1213
1269
|
export interface ProblemDetailsContext$instance {
|
|
1270
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_ProblemDetailsContext: never;
|
|
1271
|
+
|
|
1214
1272
|
get AdditionalMetadata(): EndpointMetadataCollection | undefined;
|
|
1215
1273
|
set AdditionalMetadata(value: EndpointMetadataCollection | undefined);
|
|
1216
1274
|
get Exception(): Exception | undefined;
|
|
@@ -1228,8 +1286,10 @@ export const ProblemDetailsContext: {
|
|
|
1228
1286
|
export type ProblemDetailsContext = ProblemDetailsContext$instance;
|
|
1229
1287
|
|
|
1230
1288
|
export interface ProblemDetailsOptions$instance {
|
|
1231
|
-
|
|
1232
|
-
|
|
1289
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_ProblemDetailsOptions: never;
|
|
1290
|
+
|
|
1291
|
+
get CustomizeProblemDetails(): Action_1<ProblemDetailsContext> | undefined;
|
|
1292
|
+
set CustomizeProblemDetails(value: Action_1<ProblemDetailsContext> | undefined);
|
|
1233
1293
|
}
|
|
1234
1294
|
|
|
1235
1295
|
|
|
@@ -1241,9 +1301,11 @@ export const ProblemDetailsOptions: {
|
|
|
1241
1301
|
export type ProblemDetailsOptions = ProblemDetailsOptions$instance;
|
|
1242
1302
|
|
|
1243
1303
|
export interface ProducesResponseTypeMetadata$instance {
|
|
1304
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_ProducesResponseTypeMetadata: never;
|
|
1305
|
+
|
|
1244
1306
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IProducesResponseTypeMetadata: never;
|
|
1245
1307
|
|
|
1246
|
-
ContentTypes:
|
|
1308
|
+
ContentTypes: IEnumerable_1<System_Internal.String>;
|
|
1247
1309
|
get Description(): string | undefined;
|
|
1248
1310
|
set Description(value: string | undefined);
|
|
1249
1311
|
StatusCode: int;
|
|
@@ -1265,14 +1327,16 @@ export interface __ProducesResponseTypeMetadata$views {
|
|
|
1265
1327
|
export type ProducesResponseTypeMetadata = ProducesResponseTypeMetadata$instance & __ProducesResponseTypeMetadata$views;
|
|
1266
1328
|
|
|
1267
1329
|
|
|
1268
|
-
export interface QueryCollection$instance {
|
|
1330
|
+
export interface QueryCollection$instance extends IQueryCollection$instance {
|
|
1331
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryCollection: never;
|
|
1332
|
+
|
|
1269
1333
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IQueryCollection: never;
|
|
1270
1334
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1271
1335
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1272
1336
|
|
|
1273
1337
|
readonly Count: int;
|
|
1274
1338
|
readonly [key: string]: StringValues;
|
|
1275
|
-
readonly Keys:
|
|
1339
|
+
readonly Keys: ICollection_1<System_Internal.String>;
|
|
1276
1340
|
ContainsKey(key: string): boolean;
|
|
1277
1341
|
GetEnumerator(): QueryCollection_Enumerator;
|
|
1278
1342
|
TryGetValue(key: string, value: StringValues): boolean;
|
|
@@ -1281,7 +1345,7 @@ export interface QueryCollection$instance {
|
|
|
1281
1345
|
|
|
1282
1346
|
export const QueryCollection: {
|
|
1283
1347
|
new(): QueryCollection;
|
|
1284
|
-
new(store:
|
|
1348
|
+
new(store: Dictionary_2<System_Internal.String, StringValues>): QueryCollection;
|
|
1285
1349
|
new(store: QueryCollection): QueryCollection;
|
|
1286
1350
|
new(capacity: int): QueryCollection;
|
|
1287
1351
|
readonly Empty: QueryCollection;
|
|
@@ -1292,17 +1356,17 @@ export interface __QueryCollection$views {
|
|
|
1292
1356
|
As_IQueryCollection(): IQueryCollection$instance;
|
|
1293
1357
|
}
|
|
1294
1358
|
|
|
1295
|
-
export interface QueryCollection$instance extends IQueryCollection$instance {}
|
|
1296
|
-
|
|
1297
1359
|
export type QueryCollection = QueryCollection$instance & __QueryCollection$views;
|
|
1298
1360
|
|
|
1299
1361
|
|
|
1300
1362
|
export interface RequestDelegateFactoryOptions$instance {
|
|
1363
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateFactoryOptions: never;
|
|
1364
|
+
|
|
1301
1365
|
DisableInferBodyFromParameters: boolean;
|
|
1302
1366
|
get EndpointBuilder(): EndpointBuilder | undefined;
|
|
1303
1367
|
set EndpointBuilder(value: EndpointBuilder | undefined);
|
|
1304
|
-
get RouteParameterNames():
|
|
1305
|
-
set RouteParameterNames(value:
|
|
1368
|
+
get RouteParameterNames(): IEnumerable_1<System_Internal.String> | undefined;
|
|
1369
|
+
set RouteParameterNames(value: IEnumerable_1<System_Internal.String> | undefined);
|
|
1306
1370
|
get ServiceProvider(): IServiceProvider | undefined;
|
|
1307
1371
|
set ServiceProvider(value: IServiceProvider | undefined);
|
|
1308
1372
|
ThrowOnBadRequest: boolean;
|
|
@@ -1317,7 +1381,9 @@ export const RequestDelegateFactoryOptions: {
|
|
|
1317
1381
|
export type RequestDelegateFactoryOptions = RequestDelegateFactoryOptions$instance;
|
|
1318
1382
|
|
|
1319
1383
|
export interface RequestDelegateMetadataResult$instance {
|
|
1320
|
-
|
|
1384
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateMetadataResult: never;
|
|
1385
|
+
|
|
1386
|
+
EndpointMetadata: IReadOnlyList_1<unknown>;
|
|
1321
1387
|
}
|
|
1322
1388
|
|
|
1323
1389
|
|
|
@@ -1329,19 +1395,23 @@ export const RequestDelegateMetadataResult: {
|
|
|
1329
1395
|
export type RequestDelegateMetadataResult = RequestDelegateMetadataResult$instance;
|
|
1330
1396
|
|
|
1331
1397
|
export interface RequestDelegateResult$instance {
|
|
1332
|
-
readonly
|
|
1398
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateResult: never;
|
|
1399
|
+
|
|
1400
|
+
readonly EndpointMetadata: IReadOnlyList_1<unknown>;
|
|
1333
1401
|
readonly RequestDelegate: RequestDelegate;
|
|
1334
1402
|
}
|
|
1335
1403
|
|
|
1336
1404
|
|
|
1337
1405
|
export const RequestDelegateResult: {
|
|
1338
|
-
new(requestDelegate: RequestDelegate, metadata:
|
|
1406
|
+
new(requestDelegate: RequestDelegate, metadata: IReadOnlyList_1<unknown>): RequestDelegateResult;
|
|
1339
1407
|
};
|
|
1340
1408
|
|
|
1341
1409
|
|
|
1342
1410
|
export type RequestDelegateResult = RequestDelegateResult$instance;
|
|
1343
1411
|
|
|
1344
1412
|
export interface StreamResponseBodyFeature$instance {
|
|
1413
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_StreamResponseBodyFeature: never;
|
|
1414
|
+
|
|
1345
1415
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Features_IHttpResponseBodyFeature: never;
|
|
1346
1416
|
|
|
1347
1417
|
readonly PriorFeature: IHttpResponseBodyFeature | undefined;
|
|
@@ -1350,7 +1420,7 @@ export interface StreamResponseBodyFeature$instance {
|
|
|
1350
1420
|
CompleteAsync(): Task;
|
|
1351
1421
|
DisableBuffering(): void;
|
|
1352
1422
|
Dispose(): void;
|
|
1353
|
-
SendFileAsync(path: string, offset: long, count:
|
|
1423
|
+
SendFileAsync(path: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
|
|
1354
1424
|
StartAsync(cancellationToken?: CancellationToken): Task;
|
|
1355
1425
|
}
|
|
1356
1426
|
|
|
@@ -1368,10 +1438,12 @@ export interface __StreamResponseBodyFeature$views {
|
|
|
1368
1438
|
export type StreamResponseBodyFeature = StreamResponseBodyFeature$instance & __StreamResponseBodyFeature$views;
|
|
1369
1439
|
|
|
1370
1440
|
|
|
1371
|
-
export interface TagsAttribute$instance extends Attribute {
|
|
1441
|
+
export interface TagsAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance {
|
|
1442
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_TagsAttribute: never;
|
|
1443
|
+
|
|
1372
1444
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_ITagsMetadata: never;
|
|
1373
1445
|
|
|
1374
|
-
readonly Tags:
|
|
1446
|
+
readonly Tags: IReadOnlyList_1<System_Internal.String>;
|
|
1375
1447
|
ToString(): string;
|
|
1376
1448
|
}
|
|
1377
1449
|
|
|
@@ -1385,16 +1457,16 @@ export interface __TagsAttribute$views {
|
|
|
1385
1457
|
As_ITagsMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance;
|
|
1386
1458
|
}
|
|
1387
1459
|
|
|
1388
|
-
export interface TagsAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance {}
|
|
1389
|
-
|
|
1390
1460
|
export type TagsAttribute = TagsAttribute$instance & __TagsAttribute$views;
|
|
1391
1461
|
|
|
1392
1462
|
|
|
1393
1463
|
export interface WebSocketAcceptContext$instance {
|
|
1464
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_WebSocketAcceptContext: never;
|
|
1465
|
+
|
|
1394
1466
|
DangerousEnableCompression: boolean;
|
|
1395
1467
|
DisableServerContextTakeover: boolean;
|
|
1396
|
-
KeepAliveInterval:
|
|
1397
|
-
KeepAliveTimeout:
|
|
1468
|
+
KeepAliveInterval: Nullable_1<TimeSpan>;
|
|
1469
|
+
KeepAliveTimeout: Nullable_1<TimeSpan>;
|
|
1398
1470
|
ServerMaxWindowBits: int;
|
|
1399
1471
|
get SubProtocol(): string | undefined;
|
|
1400
1472
|
set SubProtocol(value: string | undefined);
|
|
@@ -1409,11 +1481,13 @@ export const WebSocketAcceptContext: {
|
|
|
1409
1481
|
export type WebSocketAcceptContext = WebSocketAcceptContext$instance;
|
|
1410
1482
|
|
|
1411
1483
|
export interface WebSocketManager$instance {
|
|
1484
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Http_WebSocketManager: never;
|
|
1485
|
+
|
|
1412
1486
|
readonly IsWebSocketRequest: boolean;
|
|
1413
|
-
readonly WebSocketRequestedProtocols:
|
|
1414
|
-
AcceptWebSocketAsync():
|
|
1415
|
-
AcceptWebSocketAsync(subProtocol: string):
|
|
1416
|
-
AcceptWebSocketAsync(acceptContext: WebSocketAcceptContext):
|
|
1487
|
+
readonly WebSocketRequestedProtocols: IList_1<System_Internal.String>;
|
|
1488
|
+
AcceptWebSocketAsync(): Task_1<WebSocket>;
|
|
1489
|
+
AcceptWebSocketAsync(subProtocol: string): Task_1<WebSocket>;
|
|
1490
|
+
AcceptWebSocketAsync(acceptContext: WebSocketAcceptContext): Task_1<WebSocket>;
|
|
1417
1491
|
}
|
|
1418
1492
|
|
|
1419
1493
|
|
|
@@ -1427,9 +1501,9 @@ export abstract class EndpointFilterExtensions$instance {
|
|
|
1427
1501
|
static AddEndpointFilter<TFilterType extends IEndpointFilter>(builder: RouteHandlerBuilder): RouteHandlerBuilder;
|
|
1428
1502
|
static AddEndpointFilter<TFilterType extends IEndpointFilter>(builder: RouteGroupBuilder): RouteGroupBuilder;
|
|
1429
1503
|
static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filter: IEndpointFilter): TBuilder;
|
|
1430
|
-
static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, routeHandlerFilter:
|
|
1504
|
+
static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, routeHandlerFilter: Func_3<EndpointFilterInvocationContext, EndpointFilterDelegate, ValueTask_1<unknown>>): TBuilder;
|
|
1431
1505
|
static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder, TFilterType extends IEndpointFilter>(builder: TBuilder): TBuilder;
|
|
1432
|
-
static AddEndpointFilterFactory<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filterFactory:
|
|
1506
|
+
static AddEndpointFilterFactory<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filterFactory: Func_3<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>): TBuilder;
|
|
1433
1507
|
}
|
|
1434
1508
|
|
|
1435
1509
|
|
|
@@ -1454,7 +1528,7 @@ export abstract class HeaderDictionaryExtensions$instance {
|
|
|
1454
1528
|
export type HeaderDictionaryExtensions = HeaderDictionaryExtensions$instance;
|
|
1455
1529
|
|
|
1456
1530
|
export abstract class HeaderDictionaryTypeExtensions$instance {
|
|
1457
|
-
static AppendList<T>(Headers: IHeaderDictionary, name: string, values:
|
|
1531
|
+
static AppendList<T>(Headers: IHeaderDictionary, name: string, values: IList_1<T>): void;
|
|
1458
1532
|
static GetTypedHeaders(request: HttpRequest): RequestHeaders;
|
|
1459
1533
|
static GetTypedHeaders(response: HttpResponse): ResponseHeaders;
|
|
1460
1534
|
}
|
|
@@ -1516,13 +1590,13 @@ export type HttpProtocol = HttpProtocol$instance;
|
|
|
1516
1590
|
|
|
1517
1591
|
export abstract class HttpRequestJsonExtensions$instance {
|
|
1518
1592
|
static HasJsonContentType(request: HttpRequest): boolean;
|
|
1519
|
-
static ReadFromJsonAsync<TValue>(request: HttpRequest, jsonTypeInfo:
|
|
1520
|
-
static ReadFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken):
|
|
1521
|
-
static ReadFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken):
|
|
1522
|
-
static ReadFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken):
|
|
1523
|
-
static ReadFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken):
|
|
1524
|
-
static ReadFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken):
|
|
1525
|
-
static ReadFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken):
|
|
1593
|
+
static ReadFromJsonAsync<TValue>(request: HttpRequest, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
1594
|
+
static ReadFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
1595
|
+
static ReadFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
1596
|
+
static ReadFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
1597
|
+
static ReadFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
1598
|
+
static ReadFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
1599
|
+
static ReadFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
1526
1600
|
}
|
|
1527
1601
|
|
|
1528
1602
|
|
|
@@ -1544,7 +1618,7 @@ export abstract class HttpResponseJsonExtensions$instance {
|
|
|
1544
1618
|
static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
|
|
1545
1619
|
static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, context: JsonSerializerContext, contentType?: string, cancellationToken?: CancellationToken): Task;
|
|
1546
1620
|
static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, cancellationToken?: CancellationToken): Task;
|
|
1547
|
-
static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo:
|
|
1621
|
+
static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, cancellationToken?: CancellationToken): Task;
|
|
1548
1622
|
static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, contentType: string, cancellationToken?: CancellationToken): Task;
|
|
1549
1623
|
static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
|
|
1550
1624
|
static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, cancellationToken?: CancellationToken): Task;
|
|
@@ -1586,8 +1660,8 @@ export type OpenApiRouteHandlerBuilderExtensions = OpenApiRouteHandlerBuilderExt
|
|
|
1586
1660
|
export abstract class RequestDelegateFactory$instance {
|
|
1587
1661
|
static Create(handler: Function, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
|
|
1588
1662
|
static Create(handler: Function, options: RequestDelegateFactoryOptions): RequestDelegateResult;
|
|
1589
|
-
static Create(methodInfo: MethodInfo, targetFactory?:
|
|
1590
|
-
static Create(methodInfo: MethodInfo, targetFactory:
|
|
1663
|
+
static Create(methodInfo: MethodInfo, targetFactory?: Func_2<HttpContext, unknown>, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
|
|
1664
|
+
static Create(methodInfo: MethodInfo, targetFactory: Func_2<HttpContext, unknown>, options: RequestDelegateFactoryOptions): RequestDelegateResult;
|
|
1591
1665
|
static InferMetadata(methodInfo: MethodInfo, options?: RequestDelegateFactoryOptions): RequestDelegateMetadataResult;
|
|
1592
1666
|
}
|
|
1593
1667
|
|
|
@@ -1595,7 +1669,7 @@ export abstract class RequestDelegateFactory$instance {
|
|
|
1595
1669
|
export type RequestDelegateFactory = RequestDelegateFactory$instance;
|
|
1596
1670
|
|
|
1597
1671
|
export abstract class RequestFormReaderExtensions$instance {
|
|
1598
|
-
static ReadFormAsync(request: HttpRequest, options: FormOptions, cancellationToken?: CancellationToken):
|
|
1672
|
+
static ReadFormAsync(request: HttpRequest, options: FormOptions, cancellationToken?: CancellationToken): Task_1<IFormCollection>;
|
|
1599
1673
|
}
|
|
1600
1674
|
|
|
1601
1675
|
|
|
@@ -1639,13 +1713,13 @@ export abstract class Results$instance {
|
|
|
1639
1713
|
static AcceptedAtRoute<TValue>(routeName?: string, routeValues?: unknown, value?: TValue): IResult;
|
|
1640
1714
|
static BadRequest(error?: unknown): IResult;
|
|
1641
1715
|
static BadRequest<TValue>(error: TValue): IResult;
|
|
1642
|
-
static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?:
|
|
1643
|
-
static Bytes(contents:
|
|
1644
|
-
static Challenge(properties?: AuthenticationProperties, authenticationSchemes?:
|
|
1716
|
+
static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
|
|
1717
|
+
static Bytes(contents: ReadOnlyMemory_1<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
|
|
1718
|
+
static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
|
|
1645
1719
|
static Conflict(error?: unknown): IResult;
|
|
1646
1720
|
static Conflict<TValue>(error: TValue): IResult;
|
|
1647
1721
|
static Content(content: string, contentType: MediaTypeHeaderValue): IResult;
|
|
1648
|
-
static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?:
|
|
1722
|
+
static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1649
1723
|
static Content(content: string, contentType: string, contentEncoding: Encoding): IResult;
|
|
1650
1724
|
static Created(): IResult;
|
|
1651
1725
|
static Created(uri: string, value: unknown): IResult;
|
|
@@ -1656,18 +1730,18 @@ export abstract class Results$instance {
|
|
|
1656
1730
|
static CreatedAtRoute<TValue>(routeName: string, routeValues: RouteValueDictionary, value?: TValue): IResult;
|
|
1657
1731
|
static CreatedAtRoute(routeName?: string, routeValues?: unknown, value?: unknown): IResult;
|
|
1658
1732
|
static CreatedAtRoute<TValue>(routeName?: string, routeValues?: unknown, value?: TValue): IResult;
|
|
1659
|
-
static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?:
|
|
1660
|
-
static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1661
|
-
static File(path: string, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1662
|
-
static Forbid(properties?: AuthenticationProperties, authenticationSchemes?:
|
|
1733
|
+
static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
|
|
1734
|
+
static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
|
|
1735
|
+
static File(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
|
|
1736
|
+
static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
|
|
1663
1737
|
static InternalServerError(): IResult;
|
|
1664
1738
|
static InternalServerError<TValue>(error: TValue): IResult;
|
|
1665
|
-
static Json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?:
|
|
1666
|
-
static Json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?:
|
|
1667
|
-
static Json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?:
|
|
1668
|
-
static Json<TValue>(data: TValue, jsonTypeInfo:
|
|
1669
|
-
static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?:
|
|
1670
|
-
static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?:
|
|
1739
|
+
static Json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1740
|
+
static Json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1741
|
+
static Json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1742
|
+
static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1743
|
+
static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1744
|
+
static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1671
1745
|
static LocalRedirect(localUrl: string, permanent?: boolean, preserveMethod?: boolean): IResult;
|
|
1672
1746
|
static NoContent(): IResult;
|
|
1673
1747
|
static NotFound(value?: unknown): IResult;
|
|
@@ -1675,44 +1749,44 @@ export abstract class Results$instance {
|
|
|
1675
1749
|
static Ok(value?: unknown): IResult;
|
|
1676
1750
|
static Ok<TValue>(value: TValue): IResult;
|
|
1677
1751
|
static Problem(problemDetails: ProblemDetails): IResult;
|
|
1678
|
-
static Problem(detail: string, instance: string, statusCode:
|
|
1679
|
-
static Problem(detail?: string, instance?: string, statusCode?:
|
|
1752
|
+
static Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): IResult;
|
|
1753
|
+
static Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): IResult;
|
|
1680
1754
|
static Redirect(url: string, permanent?: boolean, preserveMethod?: boolean): IResult;
|
|
1681
1755
|
static RedirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
|
|
1682
1756
|
static RedirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
|
|
1683
|
-
static ServerSentEvents<T>(values:
|
|
1684
|
-
static ServerSentEvents<T>(values:
|
|
1685
|
-
static ServerSentEvents(values:
|
|
1757
|
+
static ServerSentEvents<T>(values: IAsyncEnumerable_1<T>, eventType?: string): IResult;
|
|
1758
|
+
static ServerSentEvents<T>(values: IAsyncEnumerable_1<SseItem_1<T>>): IResult;
|
|
1759
|
+
static ServerSentEvents(values: IAsyncEnumerable_1<System_Internal.String>, eventType?: string): IResult;
|
|
1686
1760
|
static SignIn(principal: ClaimsPrincipal, properties?: AuthenticationProperties, authenticationScheme?: string): IResult;
|
|
1687
|
-
static SignOut(properties?: AuthenticationProperties, authenticationSchemes?:
|
|
1761
|
+
static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
|
|
1688
1762
|
static StatusCode(statusCode: int): IResult;
|
|
1689
|
-
static Stream(streamWriterCallback:
|
|
1690
|
-
static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1691
|
-
static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1692
|
-
static Text(utf8Content:
|
|
1693
|
-
static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?:
|
|
1763
|
+
static Stream(streamWriterCallback: Func_2<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
|
|
1764
|
+
static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
|
|
1765
|
+
static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
|
|
1766
|
+
static Text(utf8Content: ReadOnlySpan_1<System_Internal.Byte>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1767
|
+
static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
|
|
1694
1768
|
static Text(content: string, contentType: string, contentEncoding: Encoding): IResult;
|
|
1695
1769
|
static Unauthorized(): IResult;
|
|
1696
1770
|
static UnprocessableEntity(error?: unknown): IResult;
|
|
1697
1771
|
static UnprocessableEntity<TValue>(error: TValue): IResult;
|
|
1698
|
-
static ValidationProblem(errors:
|
|
1699
|
-
static ValidationProblem(errors:
|
|
1772
|
+
static ValidationProblem(errors: IDictionary_2<System_Internal.String, string[]>, detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): IResult;
|
|
1773
|
+
static ValidationProblem(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>, detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): IResult;
|
|
1700
1774
|
}
|
|
1701
1775
|
|
|
1702
1776
|
|
|
1703
1777
|
export type Results = Results$instance;
|
|
1704
1778
|
|
|
1705
1779
|
export abstract class SendFileFallback$instance {
|
|
1706
|
-
static SendFileAsync(destination: Stream, filePath: string, offset: long, count:
|
|
1780
|
+
static SendFileAsync(destination: Stream, filePath: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
|
|
1707
1781
|
}
|
|
1708
1782
|
|
|
1709
1783
|
|
|
1710
1784
|
export type SendFileFallback = SendFileFallback$instance;
|
|
1711
1785
|
|
|
1712
1786
|
export abstract class SendFileResponseExtensions$instance {
|
|
1713
|
-
static SendFileAsync(response: HttpResponse, file: IFileInfo, offset: long, count:
|
|
1787
|
+
static SendFileAsync(response: HttpResponse, file: IFileInfo, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
|
|
1714
1788
|
static SendFileAsync(response: HttpResponse, file: IFileInfo, cancellationToken?: CancellationToken): Task;
|
|
1715
|
-
static SendFileAsync(response: HttpResponse, fileName: string, offset: long, count:
|
|
1789
|
+
static SendFileAsync(response: HttpResponse, fileName: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
|
|
1716
1790
|
static SendFileAsync(response: HttpResponse, fileName: string, cancellationToken?: CancellationToken): Task;
|
|
1717
1791
|
}
|
|
1718
1792
|
|
|
@@ -1721,7 +1795,7 @@ export type SendFileResponseExtensions = SendFileResponseExtensions$instance;
|
|
|
1721
1795
|
|
|
1722
1796
|
export abstract class SessionExtensions$instance {
|
|
1723
1797
|
static Get(session: ISession, key: string): byte[] | undefined;
|
|
1724
|
-
static GetInt32(session: ISession, key: string):
|
|
1798
|
+
static GetInt32(session: ISession, key: string): Nullable_1<System_Internal.Int32>;
|
|
1725
1799
|
static GetString(session: ISession, key: string): string | undefined;
|
|
1726
1800
|
static SetInt32(session: ISession, key: string, value: int): void;
|
|
1727
1801
|
static SetString(session: ISession, key: string, value: string): void;
|
|
@@ -1815,13 +1889,13 @@ export abstract class TypedResults$instance {
|
|
|
1815
1889
|
static AcceptedAtRoute<TValue>(value: TValue, routeName?: string, routeValues?: unknown): AcceptedAtRoute_1<TValue>;
|
|
1816
1890
|
static BadRequest(): BadRequest;
|
|
1817
1891
|
static BadRequest<TValue>(error: TValue): BadRequest_1<TValue>;
|
|
1818
|
-
static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?:
|
|
1819
|
-
static Bytes(contents:
|
|
1820
|
-
static Challenge(properties?: AuthenticationProperties, authenticationSchemes?:
|
|
1892
|
+
static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
|
|
1893
|
+
static Bytes(contents: ReadOnlyMemory_1<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
|
|
1894
|
+
static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): ChallengeHttpResult;
|
|
1821
1895
|
static Conflict(): Conflict;
|
|
1822
1896
|
static Conflict<TValue>(error: TValue): Conflict_1<TValue>;
|
|
1823
1897
|
static Content(content: string, contentType: MediaTypeHeaderValue): ContentHttpResult;
|
|
1824
|
-
static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?:
|
|
1898
|
+
static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): ContentHttpResult;
|
|
1825
1899
|
static Content(content: string, contentType: string, contentEncoding: Encoding): ContentHttpResult;
|
|
1826
1900
|
static Created(): Created;
|
|
1827
1901
|
static Created<TValue>(uri: string, value: TValue): Created_1<TValue>;
|
|
@@ -1832,45 +1906,45 @@ export abstract class TypedResults$instance {
|
|
|
1832
1906
|
static CreatedAtRoute(routeName?: string, routeValues?: unknown): CreatedAtRoute;
|
|
1833
1907
|
static CreatedAtRoute<TValue>(value: TValue, routeName: string, routeValues: RouteValueDictionary): CreatedAtRoute_1<TValue>;
|
|
1834
1908
|
static CreatedAtRoute<TValue>(value: TValue, routeName?: string, routeValues?: unknown): CreatedAtRoute_1<TValue>;
|
|
1835
|
-
static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?:
|
|
1836
|
-
static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1837
|
-
static Forbid(properties?: AuthenticationProperties, authenticationSchemes?:
|
|
1909
|
+
static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
|
|
1910
|
+
static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
|
|
1911
|
+
static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): ForbidHttpResult;
|
|
1838
1912
|
static InternalServerError(): InternalServerError;
|
|
1839
1913
|
static InternalServerError<TValue>(error: TValue): InternalServerError_1<TValue>;
|
|
1840
|
-
static Json<TValue>(data: TValue, jsonTypeInfo:
|
|
1841
|
-
static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?:
|
|
1842
|
-
static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?:
|
|
1914
|
+
static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
|
|
1915
|
+
static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
|
|
1916
|
+
static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
|
|
1843
1917
|
static LocalRedirect(localUrl: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
|
|
1844
1918
|
static NoContent(): NoContent;
|
|
1845
1919
|
static NotFound(): NotFound;
|
|
1846
1920
|
static NotFound<TValue>(value: TValue): NotFound_1<TValue>;
|
|
1847
1921
|
static Ok(): Ok;
|
|
1848
1922
|
static Ok<TValue>(value: TValue): Ok_1<TValue>;
|
|
1849
|
-
static PhysicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1923
|
+
static PhysicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): PhysicalFileHttpResult;
|
|
1850
1924
|
static Problem(problemDetails: ProblemDetails): ProblemHttpResult;
|
|
1851
|
-
static Problem(detail: string, instance: string, statusCode:
|
|
1852
|
-
static Problem(detail?: string, instance?: string, statusCode?:
|
|
1925
|
+
static Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): ProblemHttpResult;
|
|
1926
|
+
static Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): ProblemHttpResult;
|
|
1853
1927
|
static Redirect(url: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
|
|
1854
1928
|
static RedirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
|
|
1855
1929
|
static RedirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
|
|
1856
|
-
static ServerSentEvents<T>(values:
|
|
1857
|
-
static ServerSentEvents<T>(values:
|
|
1858
|
-
static ServerSentEvents(values:
|
|
1930
|
+
static ServerSentEvents<T>(values: IAsyncEnumerable_1<T>, eventType?: string): ServerSentEventsResult_1<T>;
|
|
1931
|
+
static ServerSentEvents<T>(values: IAsyncEnumerable_1<SseItem_1<T>>): ServerSentEventsResult_1<T>;
|
|
1932
|
+
static ServerSentEvents(values: IAsyncEnumerable_1<System_Internal.String>, eventType?: string): ServerSentEventsResult_1<System_Internal.String>;
|
|
1859
1933
|
static SignIn(principal: ClaimsPrincipal, properties?: AuthenticationProperties, authenticationScheme?: string): SignInHttpResult;
|
|
1860
|
-
static SignOut(properties?: AuthenticationProperties, authenticationSchemes?:
|
|
1934
|
+
static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): SignOutHttpResult;
|
|
1861
1935
|
static StatusCode(statusCode: int): StatusCodeHttpResult;
|
|
1862
|
-
static Stream(streamWriterCallback:
|
|
1863
|
-
static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1864
|
-
static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1865
|
-
static Text(utf8Content:
|
|
1866
|
-
static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?:
|
|
1936
|
+
static Stream(streamWriterCallback: Func_2<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): PushStreamHttpResult;
|
|
1937
|
+
static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
|
|
1938
|
+
static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
|
|
1939
|
+
static Text(utf8Content: ReadOnlySpan_1<System_Internal.Byte>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): Utf8ContentHttpResult;
|
|
1940
|
+
static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): ContentHttpResult;
|
|
1867
1941
|
static Text(content: string, contentType: string, contentEncoding: Encoding): ContentHttpResult;
|
|
1868
1942
|
static Unauthorized(): UnauthorizedHttpResult;
|
|
1869
1943
|
static UnprocessableEntity(): UnprocessableEntity;
|
|
1870
1944
|
static UnprocessableEntity<TValue>(error: TValue): UnprocessableEntity_1<TValue>;
|
|
1871
|
-
static ValidationProblem(errors:
|
|
1872
|
-
static ValidationProblem(errors:
|
|
1873
|
-
static VirtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?:
|
|
1945
|
+
static ValidationProblem(errors: IDictionary_2<System_Internal.String, string[]>, detail: string, instance: string, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): ValidationProblem;
|
|
1946
|
+
static ValidationProblem(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>, detail?: string, instance?: string, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): ValidationProblem;
|
|
1947
|
+
static VirtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): VirtualFileHttpResult;
|
|
1874
1948
|
}
|
|
1875
1949
|
|
|
1876
1950
|
|