@tsonic/aspnetcore 10.0.41 → 10.0.42
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 +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IClientProxy::SendCoreAsync(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
24
24
|
"clrName": "SendCoreAsync",
|
|
25
|
-
"metadataToken":
|
|
25
|
+
"metadataToken": 100663647,
|
|
26
26
|
"canonicalSignature": "(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
27
27
|
"normalizedSignature": "SendCoreAsync|(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
28
28
|
"emitScope": "ClassSurface",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{
|
|
61
61
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IGroupManager::AddToGroupAsync(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
62
62
|
"clrName": "AddToGroupAsync",
|
|
63
|
-
"metadataToken":
|
|
63
|
+
"metadataToken": 100663648,
|
|
64
64
|
"canonicalSignature": "(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
65
65
|
"normalizedSignature": "AddToGroupAsync|(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
66
66
|
"emitScope": "ClassSurface",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
{
|
|
102
102
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubActivator\u00601::Create():THub",
|
|
103
103
|
"clrName": "Create",
|
|
104
|
-
"metadataToken":
|
|
104
|
+
"metadataToken": 100663650,
|
|
105
105
|
"canonicalSignature": "():THub",
|
|
106
106
|
"normalizedSignature": "Create|():THub|static=false",
|
|
107
107
|
"emitScope": "ClassSurface",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
{
|
|
122
122
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubActivator\u00601::Release(THub):System.Void",
|
|
123
123
|
"clrName": "Release",
|
|
124
|
-
"metadataToken":
|
|
124
|
+
"metadataToken": 100663651,
|
|
125
125
|
"canonicalSignature": "(THub):System.Void",
|
|
126
126
|
"normalizedSignature": "Release|(THub):System.Void|static=false",
|
|
127
127
|
"emitScope": "ClassSurface",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
{
|
|
176
176
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubCallerClients::Client(System.String):Microsoft.AspNetCore.SignalR.ISingleClientProxy",
|
|
177
177
|
"clrName": "Client",
|
|
178
|
-
"metadataToken":
|
|
178
|
+
"metadataToken": 100663652,
|
|
179
179
|
"canonicalSignature": "(System.String):Microsoft.AspNetCore.SignalR.ISingleClientProxy",
|
|
180
180
|
"normalizedSignature": "Client|(System.String):Microsoft.AspNetCore.SignalR.ISingleClientProxy|static=false",
|
|
181
181
|
"emitScope": "ClassSurface",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
{
|
|
196
196
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubCallerClients\u00601::OthersInGroup(System.String):T",
|
|
197
197
|
"clrName": "OthersInGroup",
|
|
198
|
-
"metadataToken":
|
|
198
|
+
"metadataToken": 100663656,
|
|
199
199
|
"canonicalSignature": "(System.String):T",
|
|
200
200
|
"normalizedSignature": "OthersInGroup|(System.String):T|static=false",
|
|
201
201
|
"emitScope": "ClassSurface",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
{
|
|
216
216
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::AllExcept(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
217
217
|
"clrName": "AllExcept",
|
|
218
|
-
"metadataToken":
|
|
218
|
+
"metadataToken": 100663659,
|
|
219
219
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
220
220
|
"normalizedSignature": "AllExcept|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
221
221
|
"emitScope": "ClassSurface",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
{
|
|
236
236
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::GroupExcept(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
237
237
|
"clrName": "GroupExcept",
|
|
238
|
-
"metadataToken":
|
|
238
|
+
"metadataToken": 100663664,
|
|
239
239
|
"canonicalSignature": "(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
240
240
|
"normalizedSignature": "GroupExcept|(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
241
241
|
"emitScope": "ClassSurface",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
{
|
|
344
344
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubCallerClients\u00601::OthersInGroup(System.String):T",
|
|
345
345
|
"clrName": "OthersInGroup",
|
|
346
|
-
"metadataToken":
|
|
346
|
+
"metadataToken": 100663656,
|
|
347
347
|
"canonicalSignature": "(System.String):T",
|
|
348
348
|
"normalizedSignature": "OthersInGroup|(System.String):T|static=false",
|
|
349
349
|
"emitScope": "ClassSurface",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
{
|
|
364
364
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::AllExcept(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
365
365
|
"clrName": "AllExcept",
|
|
366
|
-
"metadataToken":
|
|
366
|
+
"metadataToken": 100663659,
|
|
367
367
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
368
368
|
"normalizedSignature": "AllExcept|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
369
369
|
"emitScope": "ClassSurface",
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
{
|
|
384
384
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::Client(System.String):T",
|
|
385
385
|
"clrName": "Client",
|
|
386
|
-
"metadataToken":
|
|
386
|
+
"metadataToken": 100663660,
|
|
387
387
|
"canonicalSignature": "(System.String):T",
|
|
388
388
|
"normalizedSignature": "Client|(System.String):T|static=false",
|
|
389
389
|
"emitScope": "ClassSurface",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
{
|
|
404
404
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::GroupExcept(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
405
405
|
"clrName": "GroupExcept",
|
|
406
|
-
"metadataToken":
|
|
406
|
+
"metadataToken": 100663664,
|
|
407
407
|
"canonicalSignature": "(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
408
408
|
"normalizedSignature": "GroupExcept|(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
409
409
|
"emitScope": "ClassSurface",
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
{
|
|
509
509
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients::Client(System.String):Microsoft.AspNetCore.SignalR.ISingleClientProxy",
|
|
510
510
|
"clrName": "Client",
|
|
511
|
-
"metadataToken":
|
|
511
|
+
"metadataToken": 100663657,
|
|
512
512
|
"canonicalSignature": "(System.String):Microsoft.AspNetCore.SignalR.ISingleClientProxy",
|
|
513
513
|
"normalizedSignature": "Client|(System.String):Microsoft.AspNetCore.SignalR.ISingleClientProxy|static=false",
|
|
514
514
|
"emitScope": "ClassSurface",
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
{
|
|
529
529
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::AllExcept(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
530
530
|
"clrName": "AllExcept",
|
|
531
|
-
"metadataToken":
|
|
531
|
+
"metadataToken": 100663659,
|
|
532
532
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
533
533
|
"normalizedSignature": "AllExcept|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
534
534
|
"emitScope": "ClassSurface",
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
{
|
|
549
549
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::Client(System.String):T",
|
|
550
550
|
"clrName": "Client",
|
|
551
|
-
"metadataToken":
|
|
551
|
+
"metadataToken": 100663660,
|
|
552
552
|
"canonicalSignature": "(System.String):T",
|
|
553
553
|
"normalizedSignature": "Client|(System.String):T|static=false",
|
|
554
554
|
"emitScope": "ClassSurface",
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
{
|
|
569
569
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::GroupExcept(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
570
570
|
"clrName": "GroupExcept",
|
|
571
|
-
"metadataToken":
|
|
571
|
+
"metadataToken": 100663664,
|
|
572
572
|
"canonicalSignature": "(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
573
573
|
"normalizedSignature": "GroupExcept|(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
574
574
|
"emitScope": "ClassSurface",
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
{
|
|
630
630
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::AllExcept(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
631
631
|
"clrName": "AllExcept",
|
|
632
|
-
"metadataToken":
|
|
632
|
+
"metadataToken": 100663659,
|
|
633
633
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
634
634
|
"normalizedSignature": "AllExcept|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
635
635
|
"emitScope": "ClassSurface",
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
{
|
|
650
650
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::Client(System.String):T",
|
|
651
651
|
"clrName": "Client",
|
|
652
|
-
"metadataToken":
|
|
652
|
+
"metadataToken": 100663660,
|
|
653
653
|
"canonicalSignature": "(System.String):T",
|
|
654
654
|
"normalizedSignature": "Client|(System.String):T|static=false",
|
|
655
655
|
"emitScope": "ClassSurface",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
{
|
|
670
670
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubClients\u00601::GroupExcept(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
671
671
|
"clrName": "GroupExcept",
|
|
672
|
-
"metadataToken":
|
|
672
|
+
"metadataToken": 100663664,
|
|
673
673
|
"canonicalSignature": "(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
674
674
|
"normalizedSignature": "GroupExcept|(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T|static=false",
|
|
675
675
|
"emitScope": "ClassSurface",
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
{
|
|
903
903
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubFilter::InvokeMethodAsync(Microsoft.AspNetCore.SignalR.HubInvocationContext,System.Func_2[[Microsoft.AspNetCore.SignalR.HubInvocationContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
904
904
|
"clrName": "InvokeMethodAsync",
|
|
905
|
-
"metadataToken":
|
|
905
|
+
"metadataToken": 100663673,
|
|
906
906
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubInvocationContext,System.Func_2[[Microsoft.AspNetCore.SignalR.HubInvocationContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
907
907
|
"normalizedSignature": "InvokeMethodAsync|(Microsoft.AspNetCore.SignalR.HubInvocationContext,System.Func_2[[Microsoft.AspNetCore.SignalR.HubInvocationContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
908
908
|
"emitScope": "ClassSurface",
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
{
|
|
923
923
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubFilter::OnConnectedAsync(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Func_2[[Microsoft.AspNetCore.SignalR.HubLifetimeContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.Task",
|
|
924
924
|
"clrName": "OnConnectedAsync",
|
|
925
|
-
"metadataToken":
|
|
925
|
+
"metadataToken": 100663674,
|
|
926
926
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Func_2[[Microsoft.AspNetCore.SignalR.HubLifetimeContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.Task",
|
|
927
927
|
"normalizedSignature": "OnConnectedAsync|(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Func_2[[Microsoft.AspNetCore.SignalR.HubLifetimeContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.Task|static=false",
|
|
928
928
|
"emitScope": "ClassSurface",
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
{
|
|
943
943
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubFilter::OnDisconnectedAsync(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Exception,System.Func_3[[Microsoft.AspNetCore.SignalR.HubLifetimeContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.Task",
|
|
944
944
|
"clrName": "OnDisconnectedAsync",
|
|
945
|
-
"metadataToken":
|
|
945
|
+
"metadataToken": 100663675,
|
|
946
946
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Exception,System.Func_3[[Microsoft.AspNetCore.SignalR.HubLifetimeContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.Task",
|
|
947
947
|
"normalizedSignature": "OnDisconnectedAsync|(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Exception,System.Func_3[[Microsoft.AspNetCore.SignalR.HubLifetimeContext,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Threading.Tasks.Task|static=false",
|
|
948
948
|
"emitScope": "ClassSurface",
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
{
|
|
981
981
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IHubProtocolResolver::GetProtocol(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol",
|
|
982
982
|
"clrName": "GetProtocol",
|
|
983
|
-
"metadataToken":
|
|
983
|
+
"metadataToken": 100663677,
|
|
984
984
|
"canonicalSignature": "(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol",
|
|
985
985
|
"normalizedSignature": "GetProtocol|(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol|static=false",
|
|
986
986
|
"emitScope": "ClassSurface",
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
{
|
|
1203
1203
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.ISingleClientProxy::InvokeCoreAsync(System.String,System.Object[],System.Threading.CancellationToken):Task_1",
|
|
1204
1204
|
"clrName": "InvokeCoreAsync",
|
|
1205
|
-
"metadataToken":
|
|
1205
|
+
"metadataToken": 100663678,
|
|
1206
1206
|
"canonicalSignature": "(System.String,System.Object[],System.Threading.CancellationToken):Task_1",
|
|
1207
1207
|
"normalizedSignature": "InvokeCoreAsync|(System.String,System.Object[],System.Threading.CancellationToken):Task_1|static=false",
|
|
1208
1208
|
"emitScope": "ClassSurface",
|
|
@@ -1222,7 +1222,7 @@
|
|
|
1222
1222
|
{
|
|
1223
1223
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IClientProxy::SendCoreAsync(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1224
1224
|
"clrName": "SendCoreAsync",
|
|
1225
|
-
"metadataToken":
|
|
1225
|
+
"metadataToken": 100663647,
|
|
1226
1226
|
"canonicalSignature": "(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1227
1227
|
"normalizedSignature": "SendCoreAsync|(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1228
1228
|
"emitScope": "ClassSurface",
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
{
|
|
1261
1261
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IUserIdProvider::GetUserId(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String",
|
|
1262
1262
|
"clrName": "GetUserId",
|
|
1263
|
-
"metadataToken":
|
|
1263
|
+
"metadataToken": 100663679,
|
|
1264
1264
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String",
|
|
1265
1265
|
"normalizedSignature": "GetUserId|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String|static=false",
|
|
1266
1266
|
"emitScope": "ClassSurface",
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
"constructors": [
|
|
1345
1345
|
{
|
|
1346
1346
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.SerializedMessage::.ctor(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1347
|
-
"metadataToken":
|
|
1347
|
+
"metadataToken": 100663689,
|
|
1348
1348
|
"canonicalSignature": "(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1349
1349
|
"normalizedSignature": "constructor|(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1350
1350
|
"isStatic": false,
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
{
|
|
1787
1787
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IUserIdProvider::GetUserId(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String",
|
|
1788
1788
|
"clrName": "GetUserId",
|
|
1789
|
-
"metadataToken":
|
|
1789
|
+
"metadataToken": 100663679,
|
|
1790
1790
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String",
|
|
1791
1791
|
"normalizedSignature": "GetUserId|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String|static=false",
|
|
1792
1792
|
"emitScope": "ViewOnly",
|
|
@@ -2382,7 +2382,7 @@
|
|
|
2382
2382
|
"constructors": [
|
|
2383
2383
|
{
|
|
2384
2384
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Hub\u00601::.ctor():void",
|
|
2385
|
-
"metadataToken":
|
|
2385
|
+
"metadataToken": 100663646,
|
|
2386
2386
|
"canonicalSignature": "():void",
|
|
2387
2387
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2388
2388
|
"isStatic": false,
|
|
@@ -2908,7 +2908,7 @@
|
|
|
2908
2908
|
"constructors": [
|
|
2909
2909
|
{
|
|
2910
2910
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionContextOptions::.ctor():void",
|
|
2911
|
-
"metadataToken":
|
|
2911
|
+
"metadataToken": 100663552,
|
|
2912
2912
|
"canonicalSignature": "():void",
|
|
2913
2913
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2914
2914
|
"isStatic": false,
|
|
@@ -2941,7 +2941,7 @@
|
|
|
2941
2941
|
{
|
|
2942
2942
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionHandler\u00601::OnConnectedAsync(Microsoft.AspNetCore.Connections.ConnectionContext):System.Threading.Tasks.Task",
|
|
2943
2943
|
"clrName": "OnConnectedAsync",
|
|
2944
|
-
"metadataToken":
|
|
2944
|
+
"metadataToken": 100663556,
|
|
2945
2945
|
"canonicalSignature": "(Microsoft.AspNetCore.Connections.ConnectionContext):System.Threading.Tasks.Task",
|
|
2946
2946
|
"normalizedSignature": "OnConnectedAsync|(Microsoft.AspNetCore.Connections.ConnectionContext):System.Threading.Tasks.Task|static=false",
|
|
2947
2947
|
"emitScope": "ClassSurface",
|
|
@@ -2965,7 +2965,7 @@
|
|
|
2965
2965
|
"constructors": [
|
|
2966
2966
|
{
|
|
2967
2967
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionHandler\u00601::.ctor(HubLifetimeManager_1,Microsoft.AspNetCore.SignalR.IHubProtocolResolver,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],IOptions_1,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.SignalR.IUserIdProvider,Microsoft.Extensions.DependencyInjection.IServiceScopeFactory):void",
|
|
2968
|
-
"metadataToken":
|
|
2968
|
+
"metadataToken": 100663555,
|
|
2969
2969
|
"canonicalSignature": "(HubLifetimeManager_1,Microsoft.AspNetCore.SignalR.IHubProtocolResolver,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],IOptions_1,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.SignalR.IUserIdProvider,Microsoft.Extensions.DependencyInjection.IServiceScopeFactory):void",
|
|
2970
2970
|
"normalizedSignature": "constructor|(HubLifetimeManager_1,Microsoft.AspNetCore.SignalR.IHubProtocolResolver,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],IOptions_1,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.SignalR.IUserIdProvider,Microsoft.Extensions.DependencyInjection.IServiceScopeFactory):void|static=false",
|
|
2971
2971
|
"isStatic": false,
|
|
@@ -2995,7 +2995,7 @@
|
|
|
2995
2995
|
{
|
|
2996
2996
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::Add(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
2997
2997
|
"clrName": "Add",
|
|
2998
|
-
"metadataToken":
|
|
2998
|
+
"metadataToken": 100663570,
|
|
2999
2999
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3000
3000
|
"normalizedSignature": "Add|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void|static=false",
|
|
3001
3001
|
"emitScope": "ClassSurface",
|
|
@@ -3015,7 +3015,7 @@
|
|
|
3015
3015
|
{
|
|
3016
3016
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::Remove(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3017
3017
|
"clrName": "Remove",
|
|
3018
|
-
"metadataToken":
|
|
3018
|
+
"metadataToken": 100663571,
|
|
3019
3019
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3020
3020
|
"normalizedSignature": "Remove|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void|static=false",
|
|
3021
3021
|
"emitScope": "ClassSurface",
|
|
@@ -3035,7 +3035,7 @@
|
|
|
3035
3035
|
{
|
|
3036
3036
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::GetEnumerator():Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3037
3037
|
"clrName": "GetEnumerator",
|
|
3038
|
-
"metadataToken":
|
|
3038
|
+
"metadataToken": 100663572,
|
|
3039
3039
|
"canonicalSignature": "():Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3040
3040
|
"normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator|static=false",
|
|
3041
3041
|
"emitScope": "ClassSurface",
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
"constructors": [
|
|
3099
3099
|
{
|
|
3100
3100
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::.ctor():void",
|
|
3101
|
-
"metadataToken":
|
|
3101
|
+
"metadataToken": 100663573,
|
|
3102
3102
|
"canonicalSignature": "():void",
|
|
3103
3103
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3104
3104
|
"isStatic": false,
|
|
@@ -3145,7 +3145,7 @@
|
|
|
3145
3145
|
{
|
|
3146
3146
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Dispose():System.Void",
|
|
3147
3147
|
"clrName": "Dispose",
|
|
3148
|
-
"metadataToken":
|
|
3148
|
+
"metadataToken": 100664160,
|
|
3149
3149
|
"canonicalSignature": "():System.Void",
|
|
3150
3150
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
3151
3151
|
"emitScope": "ClassSurface",
|
|
@@ -3165,7 +3165,7 @@
|
|
|
3165
3165
|
{
|
|
3166
3166
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::MoveNext():System.Boolean",
|
|
3167
3167
|
"clrName": "MoveNext",
|
|
3168
|
-
"metadataToken":
|
|
3168
|
+
"metadataToken": 100664161,
|
|
3169
3169
|
"canonicalSignature": "():System.Boolean",
|
|
3170
3170
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
3171
3171
|
"emitScope": "ClassSurface",
|
|
@@ -3185,7 +3185,7 @@
|
|
|
3185
3185
|
{
|
|
3186
3186
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::Reset():System.Void",
|
|
3187
3187
|
"clrName": "Reset",
|
|
3188
|
-
"metadataToken":
|
|
3188
|
+
"metadataToken": 100664162,
|
|
3189
3189
|
"canonicalSignature": "():System.Void",
|
|
3190
3190
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3191
3191
|
"emitScope": "ClassSurface",
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
"constructors": [
|
|
3230
3230
|
{
|
|
3231
3231
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator::.ctor(Microsoft.AspNetCore.SignalR.HubConnectionStore):void",
|
|
3232
|
-
"metadataToken":
|
|
3232
|
+
"metadataToken": 100664157,
|
|
3233
3233
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionStore):void",
|
|
3234
3234
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.SignalR.HubConnectionStore):void|static=false",
|
|
3235
3235
|
"isStatic": false,
|
|
@@ -3449,7 +3449,7 @@
|
|
|
3449
3449
|
"constructors": [
|
|
3450
3450
|
{
|
|
3451
3451
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubInvocationContext::.ctor(Microsoft.AspNetCore.SignalR.HubCallerContext,System.IServiceProvider,Microsoft.AspNetCore.SignalR.Hub,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
3452
|
-
"metadataToken":
|
|
3452
|
+
"metadataToken": 100663575,
|
|
3453
3453
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubCallerContext,System.IServiceProvider,Microsoft.AspNetCore.SignalR.Hub,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
3454
3454
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.SignalR.HubCallerContext,System.IServiceProvider,Microsoft.AspNetCore.SignalR.Hub,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
3455
3455
|
"isStatic": false,
|
|
@@ -3540,7 +3540,7 @@
|
|
|
3540
3540
|
"constructors": [
|
|
3541
3541
|
{
|
|
3542
3542
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeContext::.ctor(Microsoft.AspNetCore.SignalR.HubCallerContext,System.IServiceProvider,Microsoft.AspNetCore.SignalR.Hub):void",
|
|
3543
|
-
"metadataToken":
|
|
3543
|
+
"metadataToken": 100663583,
|
|
3544
3544
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubCallerContext,System.IServiceProvider,Microsoft.AspNetCore.SignalR.Hub):void",
|
|
3545
3545
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.SignalR.HubCallerContext,System.IServiceProvider,Microsoft.AspNetCore.SignalR.Hub):void|static=false",
|
|
3546
3546
|
"isStatic": false,
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
{
|
|
3574
3574
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::OnConnectedAsync(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Threading.Tasks.Task",
|
|
3575
3575
|
"clrName": "OnConnectedAsync",
|
|
3576
|
-
"metadataToken":
|
|
3576
|
+
"metadataToken": 100663587,
|
|
3577
3577
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Threading.Tasks.Task",
|
|
3578
3578
|
"normalizedSignature": "OnConnectedAsync|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Threading.Tasks.Task|static=false",
|
|
3579
3579
|
"emitScope": "ClassSurface",
|
|
@@ -3593,7 +3593,7 @@
|
|
|
3593
3593
|
{
|
|
3594
3594
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::OnDisconnectedAsync(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Threading.Tasks.Task",
|
|
3595
3595
|
"clrName": "OnDisconnectedAsync",
|
|
3596
|
-
"metadataToken":
|
|
3596
|
+
"metadataToken": 100663588,
|
|
3597
3597
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Threading.Tasks.Task",
|
|
3598
3598
|
"normalizedSignature": "OnDisconnectedAsync|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Threading.Tasks.Task|static=false",
|
|
3599
3599
|
"emitScope": "ClassSurface",
|
|
@@ -3613,7 +3613,7 @@
|
|
|
3613
3613
|
{
|
|
3614
3614
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendAllAsync(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3615
3615
|
"clrName": "SendAllAsync",
|
|
3616
|
-
"metadataToken":
|
|
3616
|
+
"metadataToken": 100663589,
|
|
3617
3617
|
"canonicalSignature": "(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3618
3618
|
"normalizedSignature": "SendAllAsync|(System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3619
3619
|
"emitScope": "ClassSurface",
|
|
@@ -3633,7 +3633,7 @@
|
|
|
3633
3633
|
{
|
|
3634
3634
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendAllExceptAsync(System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3635
3635
|
"clrName": "SendAllExceptAsync",
|
|
3636
|
-
"metadataToken":
|
|
3636
|
+
"metadataToken": 100663590,
|
|
3637
3637
|
"canonicalSignature": "(System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3638
3638
|
"normalizedSignature": "SendAllExceptAsync|(System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3639
3639
|
"emitScope": "ClassSurface",
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
{
|
|
3654
3654
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendConnectionAsync(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3655
3655
|
"clrName": "SendConnectionAsync",
|
|
3656
|
-
"metadataToken":
|
|
3656
|
+
"metadataToken": 100663591,
|
|
3657
3657
|
"canonicalSignature": "(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3658
3658
|
"normalizedSignature": "SendConnectionAsync|(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3659
3659
|
"emitScope": "ClassSurface",
|
|
@@ -3673,7 +3673,7 @@
|
|
|
3673
3673
|
{
|
|
3674
3674
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendConnectionsAsync(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3675
3675
|
"clrName": "SendConnectionsAsync",
|
|
3676
|
-
"metadataToken":
|
|
3676
|
+
"metadataToken": 100663592,
|
|
3677
3677
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3678
3678
|
"normalizedSignature": "SendConnectionsAsync|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3679
3679
|
"emitScope": "ClassSurface",
|
|
@@ -3693,7 +3693,7 @@
|
|
|
3693
3693
|
{
|
|
3694
3694
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendGroupAsync(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3695
3695
|
"clrName": "SendGroupAsync",
|
|
3696
|
-
"metadataToken":
|
|
3696
|
+
"metadataToken": 100663593,
|
|
3697
3697
|
"canonicalSignature": "(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3698
3698
|
"normalizedSignature": "SendGroupAsync|(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3699
3699
|
"emitScope": "ClassSurface",
|
|
@@ -3713,7 +3713,7 @@
|
|
|
3713
3713
|
{
|
|
3714
3714
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendGroupsAsync(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3715
3715
|
"clrName": "SendGroupsAsync",
|
|
3716
|
-
"metadataToken":
|
|
3716
|
+
"metadataToken": 100663594,
|
|
3717
3717
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3718
3718
|
"normalizedSignature": "SendGroupsAsync|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3719
3719
|
"emitScope": "ClassSurface",
|
|
@@ -3733,7 +3733,7 @@
|
|
|
3733
3733
|
{
|
|
3734
3734
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendGroupExceptAsync(System.String,System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3735
3735
|
"clrName": "SendGroupExceptAsync",
|
|
3736
|
-
"metadataToken":
|
|
3736
|
+
"metadataToken": 100663595,
|
|
3737
3737
|
"canonicalSignature": "(System.String,System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3738
3738
|
"normalizedSignature": "SendGroupExceptAsync|(System.String,System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3739
3739
|
"emitScope": "ClassSurface",
|
|
@@ -3753,7 +3753,7 @@
|
|
|
3753
3753
|
{
|
|
3754
3754
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendUserAsync(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3755
3755
|
"clrName": "SendUserAsync",
|
|
3756
|
-
"metadataToken":
|
|
3756
|
+
"metadataToken": 100663596,
|
|
3757
3757
|
"canonicalSignature": "(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3758
3758
|
"normalizedSignature": "SendUserAsync|(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3759
3759
|
"emitScope": "ClassSurface",
|
|
@@ -3773,7 +3773,7 @@
|
|
|
3773
3773
|
{
|
|
3774
3774
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SendUsersAsync(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3775
3775
|
"clrName": "SendUsersAsync",
|
|
3776
|
-
"metadataToken":
|
|
3776
|
+
"metadataToken": 100663597,
|
|
3777
3777
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3778
3778
|
"normalizedSignature": "SendUsersAsync|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3779
3779
|
"emitScope": "ClassSurface",
|
|
@@ -3793,7 +3793,7 @@
|
|
|
3793
3793
|
{
|
|
3794
3794
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::AddToGroupAsync(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3795
3795
|
"clrName": "AddToGroupAsync",
|
|
3796
|
-
"metadataToken":
|
|
3796
|
+
"metadataToken": 100663598,
|
|
3797
3797
|
"canonicalSignature": "(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3798
3798
|
"normalizedSignature": "AddToGroupAsync|(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3799
3799
|
"emitScope": "ClassSurface",
|
|
@@ -3813,7 +3813,7 @@
|
|
|
3813
3813
|
{
|
|
3814
3814
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::RemoveFromGroupAsync(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3815
3815
|
"clrName": "RemoveFromGroupAsync",
|
|
3816
|
-
"metadataToken":
|
|
3816
|
+
"metadataToken": 100663599,
|
|
3817
3817
|
"canonicalSignature": "(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3818
3818
|
"normalizedSignature": "RemoveFromGroupAsync|(System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3819
3819
|
"emitScope": "ClassSurface",
|
|
@@ -3833,7 +3833,7 @@
|
|
|
3833
3833
|
{
|
|
3834
3834
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::InvokeConnectionAsync(System.String,System.String,System.Object[],System.Threading.CancellationToken):Task_1",
|
|
3835
3835
|
"clrName": "InvokeConnectionAsync",
|
|
3836
|
-
"metadataToken":
|
|
3836
|
+
"metadataToken": 100663600,
|
|
3837
3837
|
"canonicalSignature": "(System.String,System.String,System.Object[],System.Threading.CancellationToken):Task_1",
|
|
3838
3838
|
"normalizedSignature": "InvokeConnectionAsync|(System.String,System.String,System.Object[],System.Threading.CancellationToken):Task_1|static=false",
|
|
3839
3839
|
"emitScope": "ClassSurface",
|
|
@@ -3853,7 +3853,7 @@
|
|
|
3853
3853
|
{
|
|
3854
3854
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::SetConnectionResultAsync(System.String,Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage):System.Threading.Tasks.Task",
|
|
3855
3855
|
"clrName": "SetConnectionResultAsync",
|
|
3856
|
-
"metadataToken":
|
|
3856
|
+
"metadataToken": 100663601,
|
|
3857
3857
|
"canonicalSignature": "(System.String,Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage):System.Threading.Tasks.Task",
|
|
3858
3858
|
"normalizedSignature": "SetConnectionResultAsync|(System.String,Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage):System.Threading.Tasks.Task|static=false",
|
|
3859
3859
|
"emitScope": "ClassSurface",
|
|
@@ -3873,7 +3873,7 @@
|
|
|
3873
3873
|
{
|
|
3874
3874
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::TryGetReturnType(System.String,System.Type\u0026):System.Boolean",
|
|
3875
3875
|
"clrName": "TryGetReturnType",
|
|
3876
|
-
"metadataToken":
|
|
3876
|
+
"metadataToken": 100663602,
|
|
3877
3877
|
"canonicalSignature": "(System.String,System.Type\u0026):System.Boolean",
|
|
3878
3878
|
"normalizedSignature": "TryGetReturnType|(System.String,System.Type\u0026):System.Boolean|static=false",
|
|
3879
3879
|
"emitScope": "ClassSurface",
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
"constructors": [
|
|
3904
3904
|
{
|
|
3905
3905
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubLifetimeManager\u00601::.ctor():void",
|
|
3906
|
-
"metadataToken":
|
|
3906
|
+
"metadataToken": 100663603,
|
|
3907
3907
|
"canonicalSignature": "():void",
|
|
3908
3908
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3909
3909
|
"isStatic": false,
|
|
@@ -3956,7 +3956,7 @@
|
|
|
3956
3956
|
"constructors": [
|
|
3957
3957
|
{
|
|
3958
3958
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubMetadata::.ctor(System.Type):void",
|
|
3959
|
-
"metadataToken":
|
|
3959
|
+
"metadataToken": 100663604,
|
|
3960
3960
|
"canonicalSignature": "(System.Type):void",
|
|
3961
3961
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
3962
3962
|
"isStatic": false,
|
|
@@ -4009,7 +4009,7 @@
|
|
|
4009
4009
|
"constructors": [
|
|
4010
4010
|
{
|
|
4011
4011
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubMethodNameAttribute::.ctor(System.String):void",
|
|
4012
|
-
"metadataToken":
|
|
4012
|
+
"metadataToken": 100663607,
|
|
4013
4013
|
"canonicalSignature": "(System.String):void",
|
|
4014
4014
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
4015
4015
|
"isStatic": false,
|
|
@@ -4233,7 +4233,7 @@
|
|
|
4233
4233
|
"constructors": [
|
|
4234
4234
|
{
|
|
4235
4235
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptions::.ctor():void",
|
|
4236
|
-
"metadataToken":
|
|
4236
|
+
"metadataToken": 100663630,
|
|
4237
4237
|
"canonicalSignature": "():void",
|
|
4238
4238
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4239
4239
|
"isStatic": false,
|
|
@@ -4269,7 +4269,7 @@
|
|
|
4269
4269
|
"constructors": [
|
|
4270
4270
|
{
|
|
4271
4271
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptions\u00601::.ctor():void",
|
|
4272
|
-
"metadataToken":
|
|
4272
|
+
"metadataToken": 100663643,
|
|
4273
4273
|
"canonicalSignature": "():void",
|
|
4274
4274
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4275
4275
|
"isStatic": false,
|
|
@@ -4308,7 +4308,7 @@
|
|
|
4308
4308
|
{
|
|
4309
4309
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsSetup::Configure(Microsoft.AspNetCore.SignalR.HubOptions):System.Void",
|
|
4310
4310
|
"clrName": "Configure",
|
|
4311
|
-
"metadataToken":
|
|
4311
|
+
"metadataToken": 100663638,
|
|
4312
4312
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubOptions):System.Void",
|
|
4313
4313
|
"normalizedSignature": "Configure|(Microsoft.AspNetCore.SignalR.HubOptions):System.Void|static=false",
|
|
4314
4314
|
"emitScope": "ClassSurface",
|
|
@@ -4332,7 +4332,7 @@
|
|
|
4332
4332
|
"constructors": [
|
|
4333
4333
|
{
|
|
4334
4334
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsSetup::.ctor(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol,Microsoft.AspNetCore.SignalR.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
4335
|
-
"metadataToken":
|
|
4335
|
+
"metadataToken": 100663637,
|
|
4336
4336
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol,Microsoft.AspNetCore.SignalR.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
4337
4337
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol,Microsoft.AspNetCore.SignalR.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
4338
4338
|
"isStatic": false,
|
|
@@ -4374,7 +4374,7 @@
|
|
|
4374
4374
|
{
|
|
4375
4375
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsSetup\u00601::Configure(HubOptions_1):System.Void",
|
|
4376
4376
|
"clrName": "Configure",
|
|
4377
|
-
"metadataToken":
|
|
4377
|
+
"metadataToken": 100663640,
|
|
4378
4378
|
"canonicalSignature": "(HubOptions_1):System.Void",
|
|
4379
4379
|
"normalizedSignature": "Configure|(HubOptions_1):System.Void|static=false",
|
|
4380
4380
|
"emitScope": "ClassSurface",
|
|
@@ -4398,7 +4398,7 @@
|
|
|
4398
4398
|
"constructors": [
|
|
4399
4399
|
{
|
|
4400
4400
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsSetup\u00601::.ctor(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
4401
|
-
"metadataToken":
|
|
4401
|
+
"metadataToken": 100663639,
|
|
4402
4402
|
"canonicalSignature": "(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
4403
4403
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
4404
4404
|
"isStatic": false,
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
{
|
|
4482
4482
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.SerializedHubMessage::GetSerializedMessage(Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol):System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
4483
4483
|
"clrName": "GetSerializedMessage",
|
|
4484
|
-
"metadataToken":
|
|
4484
|
+
"metadataToken": 100663683,
|
|
4485
4485
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol):System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
4486
4486
|
"normalizedSignature": "GetSerializedMessage|(Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol):System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
4487
4487
|
"emitScope": "ClassSurface",
|
|
@@ -4525,7 +4525,7 @@
|
|
|
4525
4525
|
"constructors": [
|
|
4526
4526
|
{
|
|
4527
4527
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.SerializedHubMessage::.ctor(System.Collections.Generic.IReadOnlyList_1[[Microsoft.AspNetCore.SignalR.SerializedMessage,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
4528
|
-
"metadataToken":
|
|
4528
|
+
"metadataToken": 100663681,
|
|
4529
4529
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.AspNetCore.SignalR.SerializedMessage,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
4530
4530
|
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.AspNetCore.SignalR.SerializedMessage,Microsoft.AspNetCore.SignalR.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
4531
4531
|
"isStatic": false,
|
|
@@ -4536,7 +4536,7 @@
|
|
|
4536
4536
|
},
|
|
4537
4537
|
{
|
|
4538
4538
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.SerializedHubMessage::.ctor(Microsoft.AspNetCore.SignalR.Protocol.HubMessage):void",
|
|
4539
|
-
"metadataToken":
|
|
4539
|
+
"metadataToken": 100663682,
|
|
4540
4540
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.Protocol.HubMessage):void",
|
|
4541
4541
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.SignalR.Protocol.HubMessage):void|static=false",
|
|
4542
4542
|
"isStatic": false,
|
|
@@ -6012,7 +6012,7 @@
|
|
|
6012
6012
|
{
|
|
6013
6013
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsExtensions::AddFilter(Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.IHubFilter):System.Void",
|
|
6014
6014
|
"clrName": "AddFilter",
|
|
6015
|
-
"metadataToken":
|
|
6015
|
+
"metadataToken": 100663631,
|
|
6016
6016
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.IHubFilter):System.Void",
|
|
6017
6017
|
"normalizedSignature": "AddFilter|(Microsoft.AspNetCore.SignalR.HubOptions,Microsoft.AspNetCore.SignalR.IHubFilter):System.Void|static=true",
|
|
6018
6018
|
"emitScope": "ClassSurface",
|
|
@@ -6032,7 +6032,7 @@
|
|
|
6032
6032
|
{
|
|
6033
6033
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsExtensions::AddFilter(Microsoft.AspNetCore.SignalR.HubOptions):System.Void",
|
|
6034
6034
|
"clrName": "AddFilter",
|
|
6035
|
-
"metadataToken":
|
|
6035
|
+
"metadataToken": 100663632,
|
|
6036
6036
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubOptions):System.Void",
|
|
6037
6037
|
"normalizedSignature": "AddFilter|(Microsoft.AspNetCore.SignalR.HubOptions):System.Void|static=true",
|
|
6038
6038
|
"emitScope": "ClassSurface",
|
|
@@ -6052,7 +6052,7 @@
|
|
|
6052
6052
|
{
|
|
6053
6053
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubOptionsExtensions::AddFilter(Microsoft.AspNetCore.SignalR.HubOptions,System.Type):System.Void",
|
|
6054
6054
|
"clrName": "AddFilter",
|
|
6055
|
-
"metadataToken":
|
|
6055
|
+
"metadataToken": 100663633,
|
|
6056
6056
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubOptions,System.Type):System.Void",
|
|
6057
6057
|
"normalizedSignature": "AddFilter|(Microsoft.AspNetCore.SignalR.HubOptions,System.Type):System.Void|static=true",
|
|
6058
6058
|
"emitScope": "ClassSurface",
|
|
@@ -6094,7 +6094,7 @@
|
|
|
6094
6094
|
{
|
|
6095
6095
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.SignalRConnectionBuilderExtensions::UseHub(Microsoft.AspNetCore.Connections.IConnectionBuilder):Microsoft.AspNetCore.Connections.IConnectionBuilder",
|
|
6096
6096
|
"clrName": "UseHub",
|
|
6097
|
-
"metadataToken":
|
|
6097
|
+
"metadataToken": 100663690,
|
|
6098
6098
|
"canonicalSignature": "(Microsoft.AspNetCore.Connections.IConnectionBuilder):Microsoft.AspNetCore.Connections.IConnectionBuilder",
|
|
6099
6099
|
"normalizedSignature": "UseHub|(Microsoft.AspNetCore.Connections.IConnectionBuilder):Microsoft.AspNetCore.Connections.IConnectionBuilder|static=true",
|
|
6100
6100
|
"emitScope": "ClassSurface",
|