@tsonic/aspnetcore 10.0.5 → 10.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -9,24 +9,24 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as Microsoft_AspNetCore_Connections_Features_Internal from "../../Microsoft.AspNetCore.Connections.Features/internal/index.js";
|
|
10
10
|
import type { IConnectionEndPointFeature, IConnectionIdFeature, IConnectionItemsFeature, IConnectionLifetimeFeature, IConnectionTransportFeature, IConnectionUserFeature } from "../../Microsoft.AspNetCore.Connections.Features/internal/index.js";
|
|
11
11
|
import type { IFeatureCollection } from "../../Microsoft.AspNetCore.Http.Features/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
14
|
-
import type {
|
|
15
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
16
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import type {
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
25
|
-
import
|
|
26
|
-
import type {
|
|
27
|
-
import type {
|
|
28
|
-
import
|
|
29
|
-
import type {
|
|
12
|
+
import type { MemoryPool_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
|
|
13
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
14
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, KeyValuePair_2, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
16
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
17
|
+
import type { IDuplexPipe } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
|
|
18
|
+
import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
19
|
+
import type { IOException } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
20
|
+
import type { SslApplicationProtocol, SslClientHelloInfo, SslServerAuthenticationOptions } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
|
|
21
|
+
import * as System_Net_Internal from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
22
|
+
import type { EndPoint } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
23
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
24
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
25
|
+
import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
26
|
+
import type { Task, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
27
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
28
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
29
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Enum, Exception, Func_1, Func_2, Func_3, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, IntPtr, InvalidOperationException, IServiceProvider, ISpanFormattable, MulticastDelegate, Object as ClrObject, OperationCanceledException, String as ClrString, UInt64, Uri, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
30
30
|
|
|
31
31
|
export enum FileHandleType {
|
|
32
32
|
Auto = 0,
|
|
@@ -52,7 +52,7 @@ export interface IConnectionBuilder$instance {
|
|
|
52
52
|
|
|
53
53
|
readonly ApplicationServices: IServiceProvider;
|
|
54
54
|
Build(): ConnectionDelegate;
|
|
55
|
-
Use(middleware:
|
|
55
|
+
Use(middleware: Func_2<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
|
|
@@ -61,7 +61,7 @@ export type IConnectionBuilder = IConnectionBuilder$instance;
|
|
|
61
61
|
export interface IConnectionFactory$instance {
|
|
62
62
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionFactory: never;
|
|
63
63
|
|
|
64
|
-
ConnectAsync(endpoint: EndPoint, cancellationToken?: CancellationToken):
|
|
64
|
+
ConnectAsync(endpoint: EndPoint, cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
|
|
@@ -71,7 +71,7 @@ export interface IConnectionListener$instance extends IAsyncDisposable {
|
|
|
71
71
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListener: never;
|
|
72
72
|
|
|
73
73
|
readonly EndPoint: EndPoint;
|
|
74
|
-
AcceptAsync(cancellationToken?: CancellationToken):
|
|
74
|
+
AcceptAsync(cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
75
75
|
UnbindAsync(cancellationToken?: CancellationToken): ValueTask;
|
|
76
76
|
}
|
|
77
77
|
|
|
@@ -83,7 +83,7 @@ export type IConnectionListener = IConnectionListener$instance;
|
|
|
83
83
|
export interface IConnectionListenerFactory$instance {
|
|
84
84
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionListenerFactory: never;
|
|
85
85
|
|
|
86
|
-
BindAsync(endpoint: EndPoint, cancellationToken?: CancellationToken):
|
|
86
|
+
BindAsync(endpoint: EndPoint, cancellationToken?: CancellationToken): ValueTask_1<IConnectionListener>;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
|
|
@@ -101,7 +101,7 @@ export type IConnectionListenerFactorySelector = IConnectionListenerFactorySelec
|
|
|
101
101
|
export interface IMemoryPoolFactory_1$instance<T> {
|
|
102
102
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMemoryPoolFactory_1: never;
|
|
103
103
|
|
|
104
|
-
Create(options?: MemoryPoolOptions):
|
|
104
|
+
Create(options?: MemoryPoolOptions): MemoryPool_1<T>;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
|
|
@@ -112,7 +112,7 @@ export interface IMultiplexedConnectionBuilder$instance {
|
|
|
112
112
|
|
|
113
113
|
readonly ApplicationServices: IServiceProvider;
|
|
114
114
|
Build(): MultiplexedConnectionDelegate;
|
|
115
|
-
Use(middleware:
|
|
115
|
+
Use(middleware: Func_2<MultiplexedConnectionDelegate, MultiplexedConnectionDelegate>): IMultiplexedConnectionBuilder;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
|
|
@@ -121,7 +121,7 @@ export type IMultiplexedConnectionBuilder = IMultiplexedConnectionBuilder$instan
|
|
|
121
121
|
export interface IMultiplexedConnectionFactory$instance {
|
|
122
122
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionFactory: never;
|
|
123
123
|
|
|
124
|
-
ConnectAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken):
|
|
124
|
+
ConnectAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<MultiplexedConnectionContext>;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
|
|
@@ -131,7 +131,7 @@ export interface IMultiplexedConnectionListener$instance extends IAsyncDisposabl
|
|
|
131
131
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionListener: never;
|
|
132
132
|
|
|
133
133
|
readonly EndPoint: EndPoint;
|
|
134
|
-
AcceptAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken):
|
|
134
|
+
AcceptAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<MultiplexedConnectionContext>;
|
|
135
135
|
UnbindAsync(cancellationToken?: CancellationToken): ValueTask;
|
|
136
136
|
}
|
|
137
137
|
|
|
@@ -143,13 +143,15 @@ export type IMultiplexedConnectionListener = IMultiplexedConnectionListener$inst
|
|
|
143
143
|
export interface IMultiplexedConnectionListenerFactory$instance {
|
|
144
144
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionListenerFactory: never;
|
|
145
145
|
|
|
146
|
-
BindAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken):
|
|
146
|
+
BindAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<IMultiplexedConnectionListener>;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
export type IMultiplexedConnectionListenerFactory = IMultiplexedConnectionListenerFactory$instance;
|
|
151
151
|
|
|
152
152
|
export interface AddressInUseException$instance extends InvalidOperationException {
|
|
153
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_AddressInUseException: never;
|
|
154
|
+
|
|
153
155
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
154
156
|
|
|
155
157
|
}
|
|
@@ -164,12 +166,14 @@ export const AddressInUseException: {
|
|
|
164
166
|
export type AddressInUseException = AddressInUseException$instance;
|
|
165
167
|
|
|
166
168
|
export interface BaseConnectionContext$instance {
|
|
169
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_BaseConnectionContext: never;
|
|
170
|
+
|
|
167
171
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
168
172
|
|
|
169
173
|
ConnectionClosed: CancellationToken;
|
|
170
174
|
ConnectionId: string;
|
|
171
175
|
readonly Features: IFeatureCollection;
|
|
172
|
-
Items:
|
|
176
|
+
Items: IDictionary_2<unknown, unknown | undefined>;
|
|
173
177
|
get LocalEndPoint(): EndPoint | undefined;
|
|
174
178
|
set LocalEndPoint(value: EndPoint | undefined);
|
|
175
179
|
get RemoteEndPoint(): EndPoint | undefined;
|
|
@@ -187,6 +191,8 @@ export const BaseConnectionContext: (abstract new() => BaseConnectionContext) &
|
|
|
187
191
|
export type BaseConnectionContext = BaseConnectionContext$instance;
|
|
188
192
|
|
|
189
193
|
export interface ConnectionAbortedException$instance extends OperationCanceledException {
|
|
194
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_ConnectionAbortedException: never;
|
|
195
|
+
|
|
190
196
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
191
197
|
|
|
192
198
|
}
|
|
@@ -201,12 +207,14 @@ export const ConnectionAbortedException: {
|
|
|
201
207
|
|
|
202
208
|
export type ConnectionAbortedException = ConnectionAbortedException$instance;
|
|
203
209
|
|
|
204
|
-
export interface ConnectionBuilder$instance {
|
|
210
|
+
export interface ConnectionBuilder$instance extends IConnectionBuilder$instance {
|
|
211
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_ConnectionBuilder: never;
|
|
212
|
+
|
|
205
213
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IConnectionBuilder: never;
|
|
206
214
|
|
|
207
215
|
readonly ApplicationServices: IServiceProvider;
|
|
208
216
|
Build(): ConnectionDelegate;
|
|
209
|
-
Use(middleware:
|
|
217
|
+
Use(middleware: Func_2<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
|
|
210
218
|
}
|
|
211
219
|
|
|
212
220
|
|
|
@@ -219,12 +227,12 @@ export interface __ConnectionBuilder$views {
|
|
|
219
227
|
As_IConnectionBuilder(): IConnectionBuilder$instance;
|
|
220
228
|
}
|
|
221
229
|
|
|
222
|
-
export interface ConnectionBuilder$instance extends IConnectionBuilder$instance {}
|
|
223
|
-
|
|
224
230
|
export type ConnectionBuilder = ConnectionBuilder$instance & __ConnectionBuilder$views;
|
|
225
231
|
|
|
226
232
|
|
|
227
233
|
export interface ConnectionContext$instance extends BaseConnectionContext {
|
|
234
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_ConnectionContext: never;
|
|
235
|
+
|
|
228
236
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
229
237
|
|
|
230
238
|
Transport: IDuplexPipe;
|
|
@@ -240,6 +248,8 @@ export const ConnectionContext: (abstract new() => ConnectionContext) & {
|
|
|
240
248
|
export type ConnectionContext = ConnectionContext$instance;
|
|
241
249
|
|
|
242
250
|
export interface ConnectionHandler$instance {
|
|
251
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_ConnectionHandler: never;
|
|
252
|
+
|
|
243
253
|
OnConnectedAsync(connection: ConnectionContext): Task;
|
|
244
254
|
}
|
|
245
255
|
|
|
@@ -251,24 +261,28 @@ export const ConnectionHandler: (abstract new() => ConnectionHandler) & {
|
|
|
251
261
|
export type ConnectionHandler = ConnectionHandler$instance;
|
|
252
262
|
|
|
253
263
|
export interface ConnectionItems$instance {
|
|
264
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_ConnectionItems: never;
|
|
265
|
+
|
|
254
266
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
255
267
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
256
268
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
257
269
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
258
270
|
|
|
259
|
-
readonly Items:
|
|
271
|
+
readonly Items: IDictionary_2<unknown, unknown | undefined>;
|
|
260
272
|
}
|
|
261
273
|
|
|
262
274
|
|
|
263
275
|
export const ConnectionItems: {
|
|
264
276
|
new(): ConnectionItems;
|
|
265
|
-
new(items:
|
|
277
|
+
new(items: IDictionary_2<unknown, unknown>): ConnectionItems;
|
|
266
278
|
};
|
|
267
279
|
|
|
268
280
|
|
|
269
281
|
export type ConnectionItems = ConnectionItems$instance;
|
|
270
282
|
|
|
271
283
|
export interface ConnectionResetException$instance extends IOException {
|
|
284
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_ConnectionResetException: never;
|
|
285
|
+
|
|
272
286
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
273
287
|
|
|
274
288
|
}
|
|
@@ -282,7 +296,9 @@ export const ConnectionResetException: {
|
|
|
282
296
|
|
|
283
297
|
export type ConnectionResetException = ConnectionResetException$instance;
|
|
284
298
|
|
|
285
|
-
export interface DefaultConnectionContext$instance extends ConnectionContext {
|
|
299
|
+
export interface DefaultConnectionContext$instance extends ConnectionContext, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionEndPointFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionIdFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionItemsFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionTransportFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionUserFeature$instance, System_Internal.IAsyncDisposable {
|
|
300
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_DefaultConnectionContext: never;
|
|
301
|
+
|
|
286
302
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionEndPointFeature: never;
|
|
287
303
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionIdFeature: never;
|
|
288
304
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionItemsFeature: never;
|
|
@@ -296,7 +312,7 @@ export interface DefaultConnectionContext$instance extends ConnectionContext {
|
|
|
296
312
|
ConnectionClosed: CancellationToken;
|
|
297
313
|
ConnectionId: string;
|
|
298
314
|
readonly Features: IFeatureCollection;
|
|
299
|
-
Items:
|
|
315
|
+
Items: IDictionary_2<unknown, unknown | undefined>;
|
|
300
316
|
get LocalEndPoint(): EndPoint | undefined;
|
|
301
317
|
set LocalEndPoint(value: EndPoint | undefined);
|
|
302
318
|
get RemoteEndPoint(): EndPoint | undefined;
|
|
@@ -326,12 +342,12 @@ export interface __DefaultConnectionContext$views {
|
|
|
326
342
|
As_IConnectionUserFeature(): Microsoft_AspNetCore_Connections_Features_Internal.IConnectionUserFeature$instance;
|
|
327
343
|
}
|
|
328
344
|
|
|
329
|
-
export interface DefaultConnectionContext$instance extends Microsoft_AspNetCore_Connections_Features_Internal.IConnectionEndPointFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionIdFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionItemsFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionTransportFeature$instance, Microsoft_AspNetCore_Connections_Features_Internal.IConnectionUserFeature$instance, System_Internal.IAsyncDisposable {}
|
|
330
|
-
|
|
331
345
|
export type DefaultConnectionContext = DefaultConnectionContext$instance & __DefaultConnectionContext$views;
|
|
332
346
|
|
|
333
347
|
|
|
334
348
|
export interface FileHandleEndPoint$instance extends EndPoint {
|
|
349
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_FileHandleEndPoint: never;
|
|
350
|
+
|
|
335
351
|
readonly FileHandle: ulong;
|
|
336
352
|
readonly FileHandleType: FileHandleType;
|
|
337
353
|
}
|
|
@@ -345,6 +361,8 @@ export const FileHandleEndPoint: {
|
|
|
345
361
|
export type FileHandleEndPoint = FileHandleEndPoint$instance;
|
|
346
362
|
|
|
347
363
|
export interface MemoryPoolOptions$instance {
|
|
364
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_MemoryPoolOptions: never;
|
|
365
|
+
|
|
348
366
|
get Owner(): string | undefined;
|
|
349
367
|
set Owner(value: string | undefined);
|
|
350
368
|
}
|
|
@@ -357,12 +375,14 @@ export const MemoryPoolOptions: {
|
|
|
357
375
|
|
|
358
376
|
export type MemoryPoolOptions = MemoryPoolOptions$instance;
|
|
359
377
|
|
|
360
|
-
export interface MultiplexedConnectionBuilder$instance {
|
|
378
|
+
export interface MultiplexedConnectionBuilder$instance extends IMultiplexedConnectionBuilder$instance {
|
|
379
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_MultiplexedConnectionBuilder: never;
|
|
380
|
+
|
|
361
381
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionBuilder: never;
|
|
362
382
|
|
|
363
383
|
readonly ApplicationServices: IServiceProvider;
|
|
364
384
|
Build(): MultiplexedConnectionDelegate;
|
|
365
|
-
Use(middleware:
|
|
385
|
+
Use(middleware: Func_2<MultiplexedConnectionDelegate, MultiplexedConnectionDelegate>): IMultiplexedConnectionBuilder;
|
|
366
386
|
}
|
|
367
387
|
|
|
368
388
|
|
|
@@ -375,16 +395,16 @@ export interface __MultiplexedConnectionBuilder$views {
|
|
|
375
395
|
As_IMultiplexedConnectionBuilder(): IMultiplexedConnectionBuilder$instance;
|
|
376
396
|
}
|
|
377
397
|
|
|
378
|
-
export interface MultiplexedConnectionBuilder$instance extends IMultiplexedConnectionBuilder$instance {}
|
|
379
|
-
|
|
380
398
|
export type MultiplexedConnectionBuilder = MultiplexedConnectionBuilder$instance & __MultiplexedConnectionBuilder$views;
|
|
381
399
|
|
|
382
400
|
|
|
383
401
|
export interface MultiplexedConnectionContext$instance extends BaseConnectionContext {
|
|
402
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_MultiplexedConnectionContext: never;
|
|
403
|
+
|
|
384
404
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
385
405
|
|
|
386
|
-
AcceptAsync(cancellationToken?: CancellationToken):
|
|
387
|
-
ConnectAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken):
|
|
406
|
+
AcceptAsync(cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
407
|
+
ConnectAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
388
408
|
}
|
|
389
409
|
|
|
390
410
|
|
|
@@ -395,6 +415,8 @@ export const MultiplexedConnectionContext: (abstract new() => MultiplexedConnect
|
|
|
395
415
|
export type MultiplexedConnectionContext = MultiplexedConnectionContext$instance;
|
|
396
416
|
|
|
397
417
|
export interface NamedPipeEndPoint$instance extends EndPoint {
|
|
418
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_NamedPipeEndPoint: never;
|
|
419
|
+
|
|
398
420
|
readonly PipeName: string;
|
|
399
421
|
readonly ServerName: string;
|
|
400
422
|
Equals(obj: unknown): boolean;
|
|
@@ -412,6 +434,8 @@ export const NamedPipeEndPoint: {
|
|
|
412
434
|
export type NamedPipeEndPoint = NamedPipeEndPoint$instance;
|
|
413
435
|
|
|
414
436
|
export interface TlsConnectionCallbackContext$instance {
|
|
437
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_TlsConnectionCallbackContext: never;
|
|
438
|
+
|
|
415
439
|
ClientHelloInfo: SslClientHelloInfo;
|
|
416
440
|
Connection: BaseConnectionContext;
|
|
417
441
|
get State(): unknown | undefined;
|
|
@@ -427,8 +451,10 @@ export const TlsConnectionCallbackContext: {
|
|
|
427
451
|
export type TlsConnectionCallbackContext = TlsConnectionCallbackContext$instance;
|
|
428
452
|
|
|
429
453
|
export interface TlsConnectionCallbackOptions$instance {
|
|
430
|
-
|
|
431
|
-
|
|
454
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_TlsConnectionCallbackOptions: never;
|
|
455
|
+
|
|
456
|
+
ApplicationProtocols: List_1<SslApplicationProtocol>;
|
|
457
|
+
OnConnection: Func_3<TlsConnectionCallbackContext, CancellationToken, ValueTask_1<SslServerAuthenticationOptions>>;
|
|
432
458
|
get OnConnectionState(): unknown | undefined;
|
|
433
459
|
set OnConnectionState(value: unknown | undefined);
|
|
434
460
|
}
|
|
@@ -442,6 +468,8 @@ export const TlsConnectionCallbackOptions: {
|
|
|
442
468
|
export type TlsConnectionCallbackOptions = TlsConnectionCallbackOptions$instance;
|
|
443
469
|
|
|
444
470
|
export interface UriEndPoint$instance extends EndPoint {
|
|
471
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Connections_UriEndPoint: never;
|
|
472
|
+
|
|
445
473
|
readonly Uri: Uri;
|
|
446
474
|
ToString(): string;
|
|
447
475
|
}
|
|
@@ -455,9 +483,9 @@ export const UriEndPoint: {
|
|
|
455
483
|
export type UriEndPoint = UriEndPoint$instance;
|
|
456
484
|
|
|
457
485
|
export abstract class ConnectionBuilderExtensions$instance {
|
|
458
|
-
static Run(connectionBuilder: IConnectionBuilder, middleware:
|
|
459
|
-
static Use(connectionBuilder: IConnectionBuilder, middleware:
|
|
460
|
-
static Use(connectionBuilder: IConnectionBuilder, middleware:
|
|
486
|
+
static Run(connectionBuilder: IConnectionBuilder, middleware: Func_2<ConnectionContext, Task>): IConnectionBuilder;
|
|
487
|
+
static Use(connectionBuilder: IConnectionBuilder, middleware: Func_3<ConnectionContext, ConnectionDelegate, Task>): IConnectionBuilder;
|
|
488
|
+
static Use(connectionBuilder: IConnectionBuilder, middleware: Func_3<ConnectionContext, Func_1<Task>, Task>): IConnectionBuilder;
|
|
461
489
|
static UseConnectionHandler<TConnectionHandler extends ConnectionHandler>(connectionBuilder: IConnectionBuilder): IConnectionBuilder;
|
|
462
490
|
}
|
|
463
491
|
|
|
@@ -7,15 +7,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines.js";
|
|
11
|
-
import type {
|
|
12
|
-
import type {
|
|
10
|
+
import type { PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
|
|
11
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
12
|
+
import type { Func_2, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IStatefulReconnectFeature$instance {
|
|
15
15
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Abstractions_IStatefulReconnectFeature: never;
|
|
16
16
|
|
|
17
17
|
DisableReconnect(): void;
|
|
18
|
-
OnReconnected(notifyOnReconnect:
|
|
18
|
+
OnReconnected(notifyOnReconnect: Func_2<PipeWriter, Task>): void;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
|
|
@@ -8,23 +8,23 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { ConnectionAbortedException, TransferFormat } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
|
|
11
|
-
import type {
|
|
12
|
-
import type {
|
|
13
|
-
import type { IDuplexPipe } from "@tsonic/dotnet/System.IO.Pipelines.js";
|
|
14
|
-
import type { NamedPipeServerStream } from "@tsonic/dotnet/System.IO.Pipes.js";
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
17
|
-
import type {
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
22
|
-
import type {
|
|
11
|
+
import type { MemoryPool_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
|
|
12
|
+
import type { ICollection_1, IDictionary_2, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import type { IDuplexPipe } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
|
|
14
|
+
import type { NamedPipeServerStream } from "@tsonic/dotnet/System.IO.Pipes/internal/index.js";
|
|
15
|
+
import type { TlsCipherSuite } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
|
|
16
|
+
import type { Socket } from "@tsonic/dotnet/System.Net.Sockets/internal/index.js";
|
|
17
|
+
import type { EndPoint } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
18
|
+
import type { CipherAlgorithmType, ExchangeAlgorithmType, HashAlgorithmType, SslProtocols } from "@tsonic/dotnet/System.Security.Authentication/internal/index.js";
|
|
19
|
+
import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
20
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
21
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
22
|
+
import type { Action_1, Boolean as ClrBoolean, Byte, Func_2, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
23
23
|
|
|
24
24
|
export interface IConnectionCompleteFeature$instance {
|
|
25
25
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionCompleteFeature: never;
|
|
26
26
|
|
|
27
|
-
OnCompleted(callback:
|
|
27
|
+
OnCompleted(callback: Func_2<unknown, Task>, state: unknown): void;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
|
|
@@ -45,7 +45,7 @@ export type IConnectionEndPointFeature = IConnectionEndPointFeature$instance;
|
|
|
45
45
|
export interface IConnectionHeartbeatFeature$instance {
|
|
46
46
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionHeartbeatFeature: never;
|
|
47
47
|
|
|
48
|
-
OnHeartbeat(action:
|
|
48
|
+
OnHeartbeat(action: Action_1<unknown>, state: unknown): void;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
|
|
@@ -72,7 +72,7 @@ export type IConnectionInherentKeepAliveFeature = IConnectionInherentKeepAliveFe
|
|
|
72
72
|
export interface IConnectionItemsFeature$instance {
|
|
73
73
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionItemsFeature: never;
|
|
74
74
|
|
|
75
|
-
Items:
|
|
75
|
+
Items: IDictionary_2<unknown, unknown | undefined>;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
|
|
@@ -101,7 +101,7 @@ export type IConnectionLifetimeNotificationFeature = IConnectionLifetimeNotifica
|
|
|
101
101
|
export interface IConnectionMetricsTagsFeature$instance {
|
|
102
102
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionMetricsTagsFeature: never;
|
|
103
103
|
|
|
104
|
-
readonly Tags:
|
|
104
|
+
readonly Tags: ICollection_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
|
|
@@ -147,7 +147,7 @@ export type IConnectionUserFeature = IConnectionUserFeature$instance;
|
|
|
147
147
|
export interface IMemoryPoolFeature$instance {
|
|
148
148
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IMemoryPoolFeature: never;
|
|
149
149
|
|
|
150
|
-
readonly MemoryPool:
|
|
150
|
+
readonly MemoryPool: MemoryPool_1<System_Internal.Byte>;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
|
|
@@ -156,7 +156,7 @@ export type IMemoryPoolFeature = IMemoryPoolFeature$instance;
|
|
|
156
156
|
export interface IPersistentStateFeature$instance {
|
|
157
157
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IPersistentStateFeature: never;
|
|
158
158
|
|
|
159
|
-
readonly State:
|
|
159
|
+
readonly State: IDictionary_2<unknown, unknown | undefined>;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
|
|
@@ -183,7 +183,7 @@ export type IStreamAbortFeature = IStreamAbortFeature$instance;
|
|
|
183
183
|
export interface IStreamClosedFeature$instance {
|
|
184
184
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IStreamClosedFeature: never;
|
|
185
185
|
|
|
186
|
-
OnClosed(callback:
|
|
186
|
+
OnClosed(callback: Action_1<unknown>, state: unknown): void;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
|
|
@@ -212,7 +212,7 @@ export interface ITlsHandshakeFeature$instance {
|
|
|
212
212
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_ITlsHandshakeFeature: never;
|
|
213
213
|
|
|
214
214
|
readonly Protocol: SslProtocols;
|
|
215
|
-
readonly NegotiatedCipherSuite:
|
|
215
|
+
readonly NegotiatedCipherSuite: Nullable_1<TlsCipherSuite>;
|
|
216
216
|
readonly HostName: string;
|
|
217
217
|
readonly CipherAlgorithm: CipherAlgorithmType;
|
|
218
218
|
readonly CipherStrength: int;
|
|
@@ -8,11 +8,11 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { CookiePolicyOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
10
10
|
import type { CookieOptions, HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
14
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
15
|
-
import type {
|
|
11
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
15
|
+
import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export enum HttpOnlyPolicy {
|
|
18
18
|
None = 0,
|
|
@@ -21,6 +21,8 @@ export enum HttpOnlyPolicy {
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
export interface AppendCookieContext$instance {
|
|
24
|
+
readonly __tsonic_type_Microsoft_AspNetCore_CookiePolicy_AppendCookieContext: never;
|
|
25
|
+
|
|
24
26
|
readonly Context: HttpContext;
|
|
25
27
|
CookieName: string;
|
|
26
28
|
readonly CookieOptions: CookieOptions;
|
|
@@ -39,20 +41,24 @@ export const AppendCookieContext: {
|
|
|
39
41
|
export type AppendCookieContext = AppendCookieContext$instance;
|
|
40
42
|
|
|
41
43
|
export interface CookiePolicyMiddleware$instance {
|
|
44
|
+
readonly __tsonic_type_Microsoft_AspNetCore_CookiePolicy_CookiePolicyMiddleware: never;
|
|
45
|
+
|
|
42
46
|
Options: CookiePolicyOptions;
|
|
43
47
|
Invoke(context: HttpContext): Task;
|
|
44
48
|
}
|
|
45
49
|
|
|
46
50
|
|
|
47
51
|
export const CookiePolicyMiddleware: {
|
|
48
|
-
new(next: RequestDelegate, options:
|
|
49
|
-
new(next: RequestDelegate, options:
|
|
52
|
+
new(next: RequestDelegate, options: IOptions_1<CookiePolicyOptions>, factory: ILoggerFactory): CookiePolicyMiddleware;
|
|
53
|
+
new(next: RequestDelegate, options: IOptions_1<CookiePolicyOptions>): CookiePolicyMiddleware;
|
|
50
54
|
};
|
|
51
55
|
|
|
52
56
|
|
|
53
57
|
export type CookiePolicyMiddleware = CookiePolicyMiddleware$instance;
|
|
54
58
|
|
|
55
59
|
export interface DeleteCookieContext$instance {
|
|
60
|
+
readonly __tsonic_type_Microsoft_AspNetCore_CookiePolicy_DeleteCookieContext: never;
|
|
61
|
+
|
|
56
62
|
readonly Context: HttpContext;
|
|
57
63
|
CookieName: string;
|
|
58
64
|
readonly CookieOptions: CookieOptions;
|
|
@@ -8,10 +8,12 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as Microsoft_AspNetCore_Cors_Infrastructure_Internal from "../../Microsoft.AspNetCore.Cors.Infrastructure/internal/index.js";
|
|
10
10
|
import type { CorsPolicy, ICorsMetadata, ICorsPolicyMetadata, IDisableCorsAttribute, IEnableCorsAttribute } from "../../Microsoft.AspNetCore.Cors.Infrastructure/internal/index.js";
|
|
11
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { Attribute, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { Attribute, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
|
|
14
|
+
export interface CorsPolicyMetadata$instance extends ICorsMetadata, Microsoft_AspNetCore_Cors_Infrastructure_Internal.ICorsPolicyMetadata$instance {
|
|
15
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_CorsPolicyMetadata: never;
|
|
13
16
|
|
|
14
|
-
export interface CorsPolicyMetadata$instance extends ICorsMetadata {
|
|
15
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsMetadata: never;
|
|
16
18
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsPolicyMetadata: never;
|
|
17
19
|
|
|
@@ -28,12 +30,12 @@ export interface __CorsPolicyMetadata$views {
|
|
|
28
30
|
As_ICorsPolicyMetadata(): Microsoft_AspNetCore_Cors_Infrastructure_Internal.ICorsPolicyMetadata$instance;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
|
-
export interface CorsPolicyMetadata$instance extends Microsoft_AspNetCore_Cors_Infrastructure_Internal.ICorsPolicyMetadata$instance {}
|
|
32
|
-
|
|
33
33
|
export type CorsPolicyMetadata = CorsPolicyMetadata$instance & __CorsPolicyMetadata$views;
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
export interface DisableCorsAttribute$instance extends Attribute, IDisableCorsAttribute, ICorsMetadata {
|
|
37
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_DisableCorsAttribute: never;
|
|
38
|
+
|
|
37
39
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsMetadata: never;
|
|
38
40
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_IDisableCorsAttribute: never;
|
|
39
41
|
|
|
@@ -48,7 +50,9 @@ export const DisableCorsAttribute: {
|
|
|
48
50
|
|
|
49
51
|
export type DisableCorsAttribute = DisableCorsAttribute$instance;
|
|
50
52
|
|
|
51
|
-
export interface EnableCorsAttribute$instance extends Attribute, ICorsMetadata {
|
|
53
|
+
export interface EnableCorsAttribute$instance extends Attribute, ICorsMetadata, Microsoft_AspNetCore_Cors_Infrastructure_Internal.IEnableCorsAttribute$instance {
|
|
54
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_EnableCorsAttribute: never;
|
|
55
|
+
|
|
52
56
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsMetadata: never;
|
|
53
57
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_IEnableCorsAttribute: never;
|
|
54
58
|
|
|
@@ -68,8 +72,6 @@ export interface __EnableCorsAttribute$views {
|
|
|
68
72
|
As_IEnableCorsAttribute(): Microsoft_AspNetCore_Cors_Infrastructure_Internal.IEnableCorsAttribute$instance;
|
|
69
73
|
}
|
|
70
74
|
|
|
71
|
-
export interface EnableCorsAttribute$instance extends Microsoft_AspNetCore_Cors_Infrastructure_Internal.IEnableCorsAttribute$instance {}
|
|
72
|
-
|
|
73
75
|
export type EnableCorsAttribute = EnableCorsAttribute$instance & __EnableCorsAttribute$views;
|
|
74
76
|
|
|
75
77
|
|