@tsonic/aspnetcore 10.0.40 → 10.0.41
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 +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.IISIntegration
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.IISIntegration
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IAuthenticationSchemeProvider } from "../../Microsoft.AspNetCore.Authentication/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { KestrelServerOptions, ListenOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Core
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_AspNetCore_Connections_Internal from "../../Microsoft.AspNetCore.Connections/internal/index.js";
|
|
@@ -132,10 +133,10 @@ export interface KestrelServerLimits$instance {
|
|
|
132
133
|
MaxRequestLineSize: int;
|
|
133
134
|
get MaxResponseBufferSize(): Nullable_1<System_Internal.Int64>;
|
|
134
135
|
set MaxResponseBufferSize(value: Nullable_1<System_Internal.Int64> | long);
|
|
135
|
-
get MinRequestBodyDataRate(): MinDataRate |
|
|
136
|
-
set MinRequestBodyDataRate(value: MinDataRate |
|
|
137
|
-
get MinResponseDataRate(): MinDataRate |
|
|
138
|
-
set MinResponseDataRate(value: MinDataRate |
|
|
136
|
+
get MinRequestBodyDataRate(): MinDataRate | null;
|
|
137
|
+
set MinRequestBodyDataRate(value: MinDataRate | null);
|
|
138
|
+
get MinResponseDataRate(): MinDataRate | null;
|
|
139
|
+
set MinResponseDataRate(value: MinDataRate | null);
|
|
139
140
|
RequestHeadersTimeout: TimeSpan;
|
|
140
141
|
}
|
|
141
142
|
|
|
@@ -156,13 +157,13 @@ export interface KestrelServerOptions$instance {
|
|
|
156
157
|
AllowResponseHeaderCompression: boolean;
|
|
157
158
|
AllowSynchronousIO: boolean;
|
|
158
159
|
ApplicationServices: IServiceProvider;
|
|
159
|
-
get ConfigurationLoader(): KestrelConfigurationLoader |
|
|
160
|
-
set ConfigurationLoader(value: KestrelConfigurationLoader |
|
|
160
|
+
get ConfigurationLoader(): KestrelConfigurationLoader | null;
|
|
161
|
+
set ConfigurationLoader(value: KestrelConfigurationLoader | null);
|
|
161
162
|
DisableStringReuse: boolean;
|
|
162
163
|
EnableAltSvc: boolean;
|
|
163
164
|
readonly Limits: KestrelServerLimits;
|
|
164
|
-
RequestHeaderEncodingSelector: Func_2<System_Internal.String, Encoding |
|
|
165
|
-
ResponseHeaderEncodingSelector: Func_2<System_Internal.String, Encoding |
|
|
165
|
+
RequestHeaderEncodingSelector: Func_2<System_Internal.String, Encoding | null>;
|
|
166
|
+
ResponseHeaderEncodingSelector: Func_2<System_Internal.String, Encoding | null>;
|
|
166
167
|
Configure(): KestrelConfigurationLoader;
|
|
167
168
|
Configure(config: IConfiguration): KestrelConfigurationLoader;
|
|
168
169
|
Configure(config: IConfiguration, reloadOnChange: boolean): KestrelConfigurationLoader;
|
|
@@ -204,13 +205,13 @@ export interface ListenOptions$instance extends Microsoft_AspNetCore_Connections
|
|
|
204
205
|
DisableAltSvcHeader: boolean;
|
|
205
206
|
EndPoint: EndPoint;
|
|
206
207
|
readonly FileHandle: ulong;
|
|
207
|
-
readonly IPEndPoint: IPEndPoint |
|
|
208
|
+
readonly IPEndPoint: IPEndPoint | null;
|
|
208
209
|
KestrelServerOptions: KestrelServerOptions;
|
|
209
|
-
readonly PipeName: string |
|
|
210
|
+
readonly PipeName: string | null;
|
|
210
211
|
Protocols: HttpProtocols;
|
|
211
|
-
readonly SocketPath: string |
|
|
212
|
+
readonly SocketPath: string | null;
|
|
212
213
|
Build(): ConnectionDelegate;
|
|
213
|
-
ToString(): string |
|
|
214
|
+
ToString(): string | null;
|
|
214
215
|
Use(middleware: Func_2<ConnectionDelegate, ConnectionDelegate>): IConnectionBuilder;
|
|
215
216
|
}
|
|
216
217
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Core.Features
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -42,8 +43,8 @@ export type IHttp2StreamIdFeature = IHttp2StreamIdFeature$instance;
|
|
|
42
43
|
export interface IHttpMinRequestBodyDataRateFeature$instance {
|
|
43
44
|
readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IHttpMinRequestBodyDataRateFeature: never;
|
|
44
45
|
|
|
45
|
-
get MinDataRate(): MinDataRate |
|
|
46
|
-
set MinDataRate(value: MinDataRate |
|
|
46
|
+
get MinDataRate(): MinDataRate | null;
|
|
47
|
+
set MinDataRate(value: MinDataRate | null);
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
|
|
@@ -52,8 +53,8 @@ export type IHttpMinRequestBodyDataRateFeature = IHttpMinRequestBodyDataRateFeat
|
|
|
52
53
|
export interface IHttpMinResponseDataRateFeature$instance {
|
|
53
54
|
readonly __tsonic_iface_Microsoft_AspNetCore_Server_Kestrel_Core_Features_IHttpMinResponseDataRateFeature: never;
|
|
54
55
|
|
|
55
|
-
get MinDataRate(): MinDataRate |
|
|
56
|
-
set MinDataRate(value: MinDataRate |
|
|
56
|
+
get MinDataRate(): MinDataRate | null;
|
|
57
|
+
set MinDataRate(value: MinDataRate | null);
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { SequenceReader_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Https
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { ConnectionContext } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
|
|
@@ -29,20 +30,20 @@ export interface HttpsConnectionAdapterOptions$instance {
|
|
|
29
30
|
|
|
30
31
|
CheckCertificateRevocation: boolean;
|
|
31
32
|
ClientCertificateMode: ClientCertificateMode;
|
|
32
|
-
get ClientCertificateValidation(): Func_4<X509Certificate2, X509Chain |
|
|
33
|
-
set ClientCertificateValidation(value: Func_4<X509Certificate2, X509Chain |
|
|
33
|
+
get ClientCertificateValidation(): Func_4<X509Certificate2, X509Chain | null, SslPolicyErrors, System_Internal.Boolean> | null;
|
|
34
|
+
set ClientCertificateValidation(value: Func_4<X509Certificate2, X509Chain | null, SslPolicyErrors, System_Internal.Boolean> | null);
|
|
34
35
|
HandshakeTimeout: TimeSpan;
|
|
35
|
-
get OnAuthenticate(): Action_2<ConnectionContext, SslServerAuthenticationOptions> |
|
|
36
|
-
set OnAuthenticate(value: Action_2<ConnectionContext, SslServerAuthenticationOptions> |
|
|
37
|
-
get ServerCertificate(): X509Certificate2 |
|
|
38
|
-
set ServerCertificate(value: X509Certificate2 |
|
|
39
|
-
get ServerCertificateChain(): X509Certificate2Collection |
|
|
40
|
-
set ServerCertificateChain(value: X509Certificate2Collection |
|
|
41
|
-
get ServerCertificateSelector(): Func_3<ConnectionContext |
|
|
42
|
-
set ServerCertificateSelector(value: Func_3<ConnectionContext |
|
|
36
|
+
get OnAuthenticate(): Action_2<ConnectionContext, SslServerAuthenticationOptions> | null;
|
|
37
|
+
set OnAuthenticate(value: Action_2<ConnectionContext, SslServerAuthenticationOptions> | null);
|
|
38
|
+
get ServerCertificate(): X509Certificate2 | null;
|
|
39
|
+
set ServerCertificate(value: X509Certificate2 | null);
|
|
40
|
+
get ServerCertificateChain(): X509Certificate2Collection | null;
|
|
41
|
+
set ServerCertificateChain(value: X509Certificate2Collection | null);
|
|
42
|
+
get ServerCertificateSelector(): Func_3<ConnectionContext | null, string | null, X509Certificate2 | null> | null;
|
|
43
|
+
set ServerCertificateSelector(value: Func_3<ConnectionContext | null, string | null, X509Certificate2 | null> | null);
|
|
43
44
|
SslProtocols: SslProtocols;
|
|
44
|
-
get TlsClientHelloBytesCallback(): Action_2<ConnectionContext |
|
|
45
|
-
set TlsClientHelloBytesCallback(value: Action_2<ConnectionContext |
|
|
45
|
+
get TlsClientHelloBytesCallback(): Action_2<ConnectionContext | null, ReadOnlySequence_1<System_Internal.Byte>> | null;
|
|
46
|
+
set TlsClientHelloBytesCallback(value: Action_2<ConnectionContext | null, ReadOnlySequence_1<System_Internal.Byte>> | null);
|
|
46
47
|
AllowAnyClientCertificate(): void;
|
|
47
48
|
}
|
|
48
49
|
|
|
@@ -62,8 +63,8 @@ export interface TlsHandshakeCallbackContext$instance {
|
|
|
62
63
|
ClientHelloInfo: SslClientHelloInfo;
|
|
63
64
|
Connection: ConnectionContext;
|
|
64
65
|
SslStream: SslStream;
|
|
65
|
-
get State():
|
|
66
|
-
set State(value:
|
|
66
|
+
get State(): JsValue | null;
|
|
67
|
+
set State(value: JsValue | null);
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
|
|
@@ -79,8 +80,8 @@ export interface TlsHandshakeCallbackOptions$instance {
|
|
|
79
80
|
|
|
80
81
|
HandshakeTimeout: TimeSpan;
|
|
81
82
|
OnConnection: Func_2<TlsHandshakeCallbackContext, ValueTask_1<SslServerAuthenticationOptions>>;
|
|
82
|
-
get OnConnectionState():
|
|
83
|
-
set OnConnectionState(value:
|
|
83
|
+
get OnConnectionState(): JsValue | null;
|
|
84
|
+
set OnConnectionState(value: JsValue | null);
|
|
84
85
|
}
|
|
85
86
|
|
|
86
87
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { NamedPipeEndPoint } from "../../Microsoft.AspNetCore.Connections/internal/index.js";
|
|
@@ -16,8 +17,8 @@ export interface CreateNamedPipeServerStreamContext$instance {
|
|
|
16
17
|
|
|
17
18
|
NamedPipeEndPoint: NamedPipeEndPoint;
|
|
18
19
|
PipeOptions: PipeOptions;
|
|
19
|
-
get PipeSecurity(): PipeSecurity |
|
|
20
|
-
set PipeSecurity(value: PipeSecurity |
|
|
20
|
+
get PipeSecurity(): PipeSecurity | null;
|
|
21
|
+
set PipeSecurity(value: PipeSecurity | null);
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
|
|
@@ -38,8 +39,8 @@ export interface NamedPipeTransportOptions$instance {
|
|
|
38
39
|
set MaxReadBufferSize(value: Nullable_1<System_Internal.Int64> | long);
|
|
39
40
|
get MaxWriteBufferSize(): Nullable_1<System_Internal.Int64>;
|
|
40
41
|
set MaxWriteBufferSize(value: Nullable_1<System_Internal.Int64> | long);
|
|
41
|
-
get PipeSecurity(): PipeSecurity |
|
|
42
|
-
set PipeSecurity(value: PipeSecurity |
|
|
42
|
+
get PipeSecurity(): PipeSecurity | null;
|
|
43
|
+
set PipeSecurity(value: PipeSecurity | null);
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Transport.Quic
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Transport.Quic
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_AspNetCore_Connections_Internal from "../../Microsoft.AspNetCore.Connections/internal/index.js";
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Session
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Session
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { SessionOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
@@ -46,7 +44,7 @@ export interface DistributedSession$instance extends Microsoft_AspNetCore_Http_I
|
|
|
46
44
|
LoadAsync(cancellationToken?: CancellationToken): Task;
|
|
47
45
|
Remove(key: string): void;
|
|
48
46
|
Set(key: string, value: byte[]): void;
|
|
49
|
-
TryGetValue(key: string, value: byte[]): boolean;
|
|
47
|
+
TryGetValue(key: string, value: byte[] | null): boolean;
|
|
50
48
|
}
|
|
51
49
|
|
|
52
50
|
|
|
@@ -1283,137 +1283,6 @@
|
|
|
1283
1283
|
"events": [],
|
|
1284
1284
|
"constructors": []
|
|
1285
1285
|
},
|
|
1286
|
-
{
|
|
1287
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1288
|
-
"clrName": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1289
|
-
"assemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1290
|
-
"metadataToken": 0,
|
|
1291
|
-
"kind": "Struct",
|
|
1292
|
-
"accessibility": "Public",
|
|
1293
|
-
"isAbstract": false,
|
|
1294
|
-
"isSealed": true,
|
|
1295
|
-
"isStatic": false,
|
|
1296
|
-
"arity": 0,
|
|
1297
|
-
"baseType": {
|
|
1298
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1299
|
-
"clrName": "System.ValueType"
|
|
1300
|
-
},
|
|
1301
|
-
"interfaces": [
|
|
1302
|
-
{
|
|
1303
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
1304
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
1305
|
-
"typeArguments": [
|
|
1306
|
-
"HubConnectionContext"
|
|
1307
|
-
]
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
1311
|
-
"clrName": "System.Collections.IEnumerator"
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1315
|
-
"clrName": "System.IDisposable"
|
|
1316
|
-
}
|
|
1317
|
-
],
|
|
1318
|
-
"methods": [
|
|
1319
|
-
{
|
|
1320
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Dispose():System.Void",
|
|
1321
|
-
"clrName": "Dispose",
|
|
1322
|
-
"metadataToken": 100664154,
|
|
1323
|
-
"canonicalSignature": "():System.Void",
|
|
1324
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1325
|
-
"emitScope": "ClassSurface",
|
|
1326
|
-
"provenance": "Original",
|
|
1327
|
-
"arity": 0,
|
|
1328
|
-
"parameterCount": 0,
|
|
1329
|
-
"isStatic": false,
|
|
1330
|
-
"isAbstract": false,
|
|
1331
|
-
"isVirtual": true,
|
|
1332
|
-
"isOverride": false,
|
|
1333
|
-
"isSealed": true,
|
|
1334
|
-
"visibility": "Public",
|
|
1335
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1336
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1337
|
-
"isExtensionMethod": false
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::MoveNext():System.Boolean",
|
|
1341
|
-
"clrName": "MoveNext",
|
|
1342
|
-
"metadataToken": 100664155,
|
|
1343
|
-
"canonicalSignature": "():System.Boolean",
|
|
1344
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1345
|
-
"emitScope": "ClassSurface",
|
|
1346
|
-
"provenance": "Original",
|
|
1347
|
-
"arity": 0,
|
|
1348
|
-
"parameterCount": 0,
|
|
1349
|
-
"isStatic": false,
|
|
1350
|
-
"isAbstract": false,
|
|
1351
|
-
"isVirtual": true,
|
|
1352
|
-
"isOverride": false,
|
|
1353
|
-
"isSealed": true,
|
|
1354
|
-
"visibility": "Public",
|
|
1355
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1356
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1357
|
-
"isExtensionMethod": false
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Reset():System.Void",
|
|
1361
|
-
"clrName": "Reset",
|
|
1362
|
-
"metadataToken": 100664156,
|
|
1363
|
-
"canonicalSignature": "():System.Void",
|
|
1364
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1365
|
-
"emitScope": "ClassSurface",
|
|
1366
|
-
"provenance": "Original",
|
|
1367
|
-
"arity": 0,
|
|
1368
|
-
"parameterCount": 0,
|
|
1369
|
-
"isStatic": false,
|
|
1370
|
-
"isAbstract": false,
|
|
1371
|
-
"isVirtual": true,
|
|
1372
|
-
"isOverride": false,
|
|
1373
|
-
"isSealed": true,
|
|
1374
|
-
"visibility": "Public",
|
|
1375
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1376
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1377
|
-
"isExtensionMethod": false
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"properties": [
|
|
1381
|
-
{
|
|
1382
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Current:Microsoft.AspNetCore.SignalR.HubConnectionContext",
|
|
1383
|
-
"clrName": "Current",
|
|
1384
|
-
"metadataToken": 385876128,
|
|
1385
|
-
"canonicalSignature": ":Microsoft.AspNetCore.SignalR.HubConnectionContext",
|
|
1386
|
-
"normalizedSignature": "Current|:Microsoft.AspNetCore.SignalR.HubConnectionContext|static=false|accessor=get",
|
|
1387
|
-
"emitScope": "ClassSurface",
|
|
1388
|
-
"provenance": "Original",
|
|
1389
|
-
"isIndexer": false,
|
|
1390
|
-
"hasGetter": true,
|
|
1391
|
-
"hasSetter": false,
|
|
1392
|
-
"isStatic": false,
|
|
1393
|
-
"isAbstract": false,
|
|
1394
|
-
"isVirtual": true,
|
|
1395
|
-
"isOverride": false,
|
|
1396
|
-
"visibility": "Public",
|
|
1397
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1398
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core"
|
|
1399
|
-
}
|
|
1400
|
-
],
|
|
1401
|
-
"fields": [],
|
|
1402
|
-
"events": [],
|
|
1403
|
-
"constructors": [
|
|
1404
|
-
{
|
|
1405
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::.ctor(Microsoft.AspNetCore.SignalR.HubConnectionStore):void",
|
|
1406
|
-
"metadataToken": 100664151,
|
|
1407
|
-
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionStore):void",
|
|
1408
|
-
"normalizedSignature": "constructor|(Microsoft.AspNetCore.SignalR.HubConnectionStore):void|static=false",
|
|
1409
|
-
"isStatic": false,
|
|
1410
|
-
"parameterCount": 1,
|
|
1411
|
-
"visibility": "Public",
|
|
1412
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
1413
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core"
|
|
1414
|
-
}
|
|
1415
|
-
]
|
|
1416
|
-
},
|
|
1417
1286
|
{
|
|
1418
1287
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.SerializedMessage",
|
|
1419
1288
|
"clrName": "Microsoft.AspNetCore.SignalR.SerializedMessage",
|
|
@@ -3240,6 +3109,137 @@
|
|
|
3240
3109
|
}
|
|
3241
3110
|
]
|
|
3242
3111
|
},
|
|
3112
|
+
{
|
|
3113
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3114
|
+
"clrName": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3115
|
+
"assemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
3116
|
+
"metadataToken": 0,
|
|
3117
|
+
"kind": "Struct",
|
|
3118
|
+
"accessibility": "Public",
|
|
3119
|
+
"isAbstract": false,
|
|
3120
|
+
"isSealed": true,
|
|
3121
|
+
"isStatic": false,
|
|
3122
|
+
"arity": 0,
|
|
3123
|
+
"baseType": {
|
|
3124
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3125
|
+
"clrName": "System.ValueType"
|
|
3126
|
+
},
|
|
3127
|
+
"interfaces": [
|
|
3128
|
+
{
|
|
3129
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
3130
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
3131
|
+
"typeArguments": [
|
|
3132
|
+
"HubConnectionContext"
|
|
3133
|
+
]
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
3137
|
+
"clrName": "System.Collections.IEnumerator"
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
3141
|
+
"clrName": "System.IDisposable"
|
|
3142
|
+
}
|
|
3143
|
+
],
|
|
3144
|
+
"methods": [
|
|
3145
|
+
{
|
|
3146
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Dispose():System.Void",
|
|
3147
|
+
"clrName": "Dispose",
|
|
3148
|
+
"metadataToken": 100664154,
|
|
3149
|
+
"canonicalSignature": "():System.Void",
|
|
3150
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
3151
|
+
"emitScope": "ClassSurface",
|
|
3152
|
+
"provenance": "Original",
|
|
3153
|
+
"arity": 0,
|
|
3154
|
+
"parameterCount": 0,
|
|
3155
|
+
"isStatic": false,
|
|
3156
|
+
"isAbstract": false,
|
|
3157
|
+
"isVirtual": true,
|
|
3158
|
+
"isOverride": false,
|
|
3159
|
+
"isSealed": true,
|
|
3160
|
+
"visibility": "Public",
|
|
3161
|
+
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3162
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
3163
|
+
"isExtensionMethod": false
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::MoveNext():System.Boolean",
|
|
3167
|
+
"clrName": "MoveNext",
|
|
3168
|
+
"metadataToken": 100664155,
|
|
3169
|
+
"canonicalSignature": "():System.Boolean",
|
|
3170
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
3171
|
+
"emitScope": "ClassSurface",
|
|
3172
|
+
"provenance": "Original",
|
|
3173
|
+
"arity": 0,
|
|
3174
|
+
"parameterCount": 0,
|
|
3175
|
+
"isStatic": false,
|
|
3176
|
+
"isAbstract": false,
|
|
3177
|
+
"isVirtual": true,
|
|
3178
|
+
"isOverride": false,
|
|
3179
|
+
"isSealed": true,
|
|
3180
|
+
"visibility": "Public",
|
|
3181
|
+
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3182
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
3183
|
+
"isExtensionMethod": false
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Reset():System.Void",
|
|
3187
|
+
"clrName": "Reset",
|
|
3188
|
+
"metadataToken": 100664156,
|
|
3189
|
+
"canonicalSignature": "():System.Void",
|
|
3190
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3191
|
+
"emitScope": "ClassSurface",
|
|
3192
|
+
"provenance": "Original",
|
|
3193
|
+
"arity": 0,
|
|
3194
|
+
"parameterCount": 0,
|
|
3195
|
+
"isStatic": false,
|
|
3196
|
+
"isAbstract": false,
|
|
3197
|
+
"isVirtual": true,
|
|
3198
|
+
"isOverride": false,
|
|
3199
|
+
"isSealed": true,
|
|
3200
|
+
"visibility": "Public",
|
|
3201
|
+
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3202
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
3203
|
+
"isExtensionMethod": false
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3206
|
+
"properties": [
|
|
3207
|
+
{
|
|
3208
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Current:Microsoft.AspNetCore.SignalR.HubConnectionContext",
|
|
3209
|
+
"clrName": "Current",
|
|
3210
|
+
"metadataToken": 385876128,
|
|
3211
|
+
"canonicalSignature": ":Microsoft.AspNetCore.SignalR.HubConnectionContext",
|
|
3212
|
+
"normalizedSignature": "Current|:Microsoft.AspNetCore.SignalR.HubConnectionContext|static=false|accessor=get",
|
|
3213
|
+
"emitScope": "ClassSurface",
|
|
3214
|
+
"provenance": "Original",
|
|
3215
|
+
"isIndexer": false,
|
|
3216
|
+
"hasGetter": true,
|
|
3217
|
+
"hasSetter": false,
|
|
3218
|
+
"isStatic": false,
|
|
3219
|
+
"isAbstract": false,
|
|
3220
|
+
"isVirtual": true,
|
|
3221
|
+
"isOverride": false,
|
|
3222
|
+
"visibility": "Public",
|
|
3223
|
+
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3224
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core"
|
|
3225
|
+
}
|
|
3226
|
+
],
|
|
3227
|
+
"fields": [],
|
|
3228
|
+
"events": [],
|
|
3229
|
+
"constructors": [
|
|
3230
|
+
{
|
|
3231
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::.ctor(Microsoft.AspNetCore.SignalR.HubConnectionStore):void",
|
|
3232
|
+
"metadataToken": 100664151,
|
|
3233
|
+
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionStore):void",
|
|
3234
|
+
"normalizedSignature": "constructor|(Microsoft.AspNetCore.SignalR.HubConnectionStore):void|static=false",
|
|
3235
|
+
"isStatic": false,
|
|
3236
|
+
"parameterCount": 1,
|
|
3237
|
+
"visibility": "Public",
|
|
3238
|
+
"declaringClrType": "Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3239
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core"
|
|
3240
|
+
}
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
3243
3243
|
{
|
|
3244
3244
|
"stableId": "Microsoft.AspNetCore.SignalR.Common:Microsoft.AspNetCore.SignalR.HubException",
|
|
3245
3245
|
"clrName": "Microsoft.AspNetCore.SignalR.HubException",
|