@tsonic/aspnetcore 10.0.40 → 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 +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- 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 +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- 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 +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- 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.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- 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 +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- 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.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -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 +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- 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 +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- 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 +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- 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 +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- 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.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- 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 +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- 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 +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- 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 +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- 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 +3 -2
- 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 +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- 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.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- 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 +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- 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 +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- 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 +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- 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 +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- 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 +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -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 +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- 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 +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- 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 +6 -8
- 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 +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- 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 +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- 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 +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- 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 +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- 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 -68
- 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",
|
|
@@ -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",
|
|
@@ -1475,7 +1344,7 @@
|
|
|
1475
1344
|
"constructors": [
|
|
1476
1345
|
{
|
|
1477
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",
|
|
1478
|
-
"metadataToken":
|
|
1347
|
+
"metadataToken": 100663689,
|
|
1479
1348
|
"canonicalSignature": "(System.String,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1480
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",
|
|
1481
1350
|
"isStatic": false,
|
|
@@ -1917,7 +1786,7 @@
|
|
|
1917
1786
|
{
|
|
1918
1787
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.IUserIdProvider::GetUserId(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String",
|
|
1919
1788
|
"clrName": "GetUserId",
|
|
1920
|
-
"metadataToken":
|
|
1789
|
+
"metadataToken": 100663679,
|
|
1921
1790
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String",
|
|
1922
1791
|
"normalizedSignature": "GetUserId|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.String|static=false",
|
|
1923
1792
|
"emitScope": "ViewOnly",
|
|
@@ -2513,7 +2382,7 @@
|
|
|
2513
2382
|
"constructors": [
|
|
2514
2383
|
{
|
|
2515
2384
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.Hub\u00601::.ctor():void",
|
|
2516
|
-
"metadataToken":
|
|
2385
|
+
"metadataToken": 100663646,
|
|
2517
2386
|
"canonicalSignature": "():void",
|
|
2518
2387
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2519
2388
|
"isStatic": false,
|
|
@@ -3039,7 +2908,7 @@
|
|
|
3039
2908
|
"constructors": [
|
|
3040
2909
|
{
|
|
3041
2910
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionContextOptions::.ctor():void",
|
|
3042
|
-
"metadataToken":
|
|
2911
|
+
"metadataToken": 100663552,
|
|
3043
2912
|
"canonicalSignature": "():void",
|
|
3044
2913
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3045
2914
|
"isStatic": false,
|
|
@@ -3072,7 +2941,7 @@
|
|
|
3072
2941
|
{
|
|
3073
2942
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionHandler\u00601::OnConnectedAsync(Microsoft.AspNetCore.Connections.ConnectionContext):System.Threading.Tasks.Task",
|
|
3074
2943
|
"clrName": "OnConnectedAsync",
|
|
3075
|
-
"metadataToken":
|
|
2944
|
+
"metadataToken": 100663556,
|
|
3076
2945
|
"canonicalSignature": "(Microsoft.AspNetCore.Connections.ConnectionContext):System.Threading.Tasks.Task",
|
|
3077
2946
|
"normalizedSignature": "OnConnectedAsync|(Microsoft.AspNetCore.Connections.ConnectionContext):System.Threading.Tasks.Task|static=false",
|
|
3078
2947
|
"emitScope": "ClassSurface",
|
|
@@ -3096,7 +2965,7 @@
|
|
|
3096
2965
|
"constructors": [
|
|
3097
2966
|
{
|
|
3098
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",
|
|
3099
|
-
"metadataToken":
|
|
2968
|
+
"metadataToken": 100663555,
|
|
3100
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",
|
|
3101
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",
|
|
3102
2971
|
"isStatic": false,
|
|
@@ -3126,7 +2995,7 @@
|
|
|
3126
2995
|
{
|
|
3127
2996
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::Add(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3128
2997
|
"clrName": "Add",
|
|
3129
|
-
"metadataToken":
|
|
2998
|
+
"metadataToken": 100663570,
|
|
3130
2999
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3131
3000
|
"normalizedSignature": "Add|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void|static=false",
|
|
3132
3001
|
"emitScope": "ClassSurface",
|
|
@@ -3146,7 +3015,7 @@
|
|
|
3146
3015
|
{
|
|
3147
3016
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::Remove(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3148
3017
|
"clrName": "Remove",
|
|
3149
|
-
"metadataToken":
|
|
3018
|
+
"metadataToken": 100663571,
|
|
3150
3019
|
"canonicalSignature": "(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void",
|
|
3151
3020
|
"normalizedSignature": "Remove|(Microsoft.AspNetCore.SignalR.HubConnectionContext):System.Void|static=false",
|
|
3152
3021
|
"emitScope": "ClassSurface",
|
|
@@ -3166,7 +3035,7 @@
|
|
|
3166
3035
|
{
|
|
3167
3036
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::GetEnumerator():Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3168
3037
|
"clrName": "GetEnumerator",
|
|
3169
|
-
"metadataToken":
|
|
3038
|
+
"metadataToken": 100663572,
|
|
3170
3039
|
"canonicalSignature": "():Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator",
|
|
3171
3040
|
"normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.SignalR.HubConnectionStore\u002BEnumerator|static=false",
|
|
3172
3041
|
"emitScope": "ClassSurface",
|
|
@@ -3229,7 +3098,7 @@
|
|
|
3229
3098
|
"constructors": [
|
|
3230
3099
|
{
|
|
3231
3100
|
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.HubConnectionStore::.ctor():void",
|
|
3232
|
-
"metadataToken":
|
|
3101
|
+
"metadataToken": 100663573,
|
|
3233
3102
|
"canonicalSignature": "():void",
|
|
3234
3103
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3235
3104
|
"isStatic": false,
|
|
@@ -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": 100664160,
|
|
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": 100664161,
|
|
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": 100664162,
|
|
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": 100664157,
|
|
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",
|
|
@@ -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",
|