@tsonic/aspnetcore 10.0.1 → 10.0.2
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/bindings.json +12 -0
- package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
- package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
- package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
- package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
- package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
- package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
- package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
- package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
- package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
- package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
- package/Microsoft.AspNetCore.Html/bindings.json +110 -0
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
- package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
- package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
- package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
- package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
- package/Microsoft.AspNetCore.Identity.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
- package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
- package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
- package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +20 -5
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.d.ts +4 -2
- package/Microsoft.Net.Http.Headers/bindings.json +441 -6
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
- package/package.json +1 -1
|
@@ -18,6 +18,28 @@
|
|
|
18
18
|
"isSealed": true,
|
|
19
19
|
"isStatic": false,
|
|
20
20
|
"arity": 0,
|
|
21
|
+
"baseType": {
|
|
22
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
23
|
+
"clrName": "System.Enum"
|
|
24
|
+
},
|
|
25
|
+
"interfaces": [
|
|
26
|
+
{
|
|
27
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
28
|
+
"clrName": "System.IComparable"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
32
|
+
"clrName": "System.ISpanFormattable"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
36
|
+
"clrName": "System.IFormattable"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
40
|
+
"clrName": "System.IConvertible"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
21
43
|
"methods": [],
|
|
22
44
|
"properties": [],
|
|
23
45
|
"fields": [
|
|
@@ -29,6 +51,7 @@
|
|
|
29
51
|
"isStatic": false,
|
|
30
52
|
"isReadOnly": false,
|
|
31
53
|
"isLiteral": false,
|
|
54
|
+
"visibility": "Public",
|
|
32
55
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpsCompressionMode",
|
|
33
56
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
34
57
|
},
|
|
@@ -40,6 +63,7 @@
|
|
|
40
63
|
"isStatic": true,
|
|
41
64
|
"isReadOnly": false,
|
|
42
65
|
"isLiteral": true,
|
|
66
|
+
"visibility": "Public",
|
|
43
67
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpsCompressionMode",
|
|
44
68
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
45
69
|
},
|
|
@@ -51,6 +75,7 @@
|
|
|
51
75
|
"isStatic": true,
|
|
52
76
|
"isReadOnly": false,
|
|
53
77
|
"isLiteral": true,
|
|
78
|
+
"visibility": "Public",
|
|
54
79
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpsCompressionMode",
|
|
55
80
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
56
81
|
},
|
|
@@ -62,6 +87,7 @@
|
|
|
62
87
|
"isStatic": true,
|
|
63
88
|
"isReadOnly": false,
|
|
64
89
|
"isLiteral": true,
|
|
90
|
+
"visibility": "Public",
|
|
65
91
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpsCompressionMode",
|
|
66
92
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
67
93
|
}
|
|
@@ -97,6 +123,7 @@
|
|
|
97
123
|
"isAbstract": true,
|
|
98
124
|
"isVirtual": true,
|
|
99
125
|
"isOverride": false,
|
|
126
|
+
"visibility": "Public",
|
|
100
127
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IBadRequestExceptionFeature",
|
|
101
128
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
102
129
|
}
|
|
@@ -133,6 +160,7 @@
|
|
|
133
160
|
"isAbstract": true,
|
|
134
161
|
"isVirtual": true,
|
|
135
162
|
"isOverride": false,
|
|
163
|
+
"visibility": "Public",
|
|
136
164
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IEndpointFeature",
|
|
137
165
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
138
166
|
}
|
|
@@ -152,6 +180,19 @@
|
|
|
152
180
|
"isSealed": false,
|
|
153
181
|
"isStatic": false,
|
|
154
182
|
"arity": 0,
|
|
183
|
+
"interfaces": [
|
|
184
|
+
{
|
|
185
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
186
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
187
|
+
"typeArguments": [
|
|
188
|
+
"KeyValuePair_2[[Type,Object]]"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
193
|
+
"clrName": "System.Collections.IEnumerable"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
155
196
|
"methods": [
|
|
156
197
|
{
|
|
157
198
|
"stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.IFeatureCollection::Get():TFeature",
|
|
@@ -168,6 +209,7 @@
|
|
|
168
209
|
"isVirtual": true,
|
|
169
210
|
"isOverride": false,
|
|
170
211
|
"isSealed": false,
|
|
212
|
+
"visibility": "Public",
|
|
171
213
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
172
214
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
173
215
|
"isExtensionMethod": false
|
|
@@ -187,6 +229,7 @@
|
|
|
187
229
|
"isVirtual": true,
|
|
188
230
|
"isOverride": false,
|
|
189
231
|
"isSealed": false,
|
|
232
|
+
"visibility": "Public",
|
|
190
233
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
191
234
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
192
235
|
"isExtensionMethod": false
|
|
@@ -208,6 +251,7 @@
|
|
|
208
251
|
"isAbstract": true,
|
|
209
252
|
"isVirtual": true,
|
|
210
253
|
"isOverride": false,
|
|
254
|
+
"visibility": "Public",
|
|
211
255
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
212
256
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
213
257
|
},
|
|
@@ -226,6 +270,7 @@
|
|
|
226
270
|
"isAbstract": true,
|
|
227
271
|
"isVirtual": true,
|
|
228
272
|
"isOverride": false,
|
|
273
|
+
"visibility": "Public",
|
|
229
274
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
230
275
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
231
276
|
},
|
|
@@ -244,6 +289,7 @@
|
|
|
244
289
|
"isAbstract": true,
|
|
245
290
|
"isVirtual": true,
|
|
246
291
|
"isOverride": false,
|
|
292
|
+
"visibility": "Public",
|
|
247
293
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
248
294
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
249
295
|
}
|
|
@@ -279,6 +325,7 @@
|
|
|
279
325
|
"isVirtual": true,
|
|
280
326
|
"isOverride": false,
|
|
281
327
|
"isSealed": false,
|
|
328
|
+
"visibility": "Public",
|
|
282
329
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
283
330
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
284
331
|
"isExtensionMethod": false
|
|
@@ -298,6 +345,7 @@
|
|
|
298
345
|
"isVirtual": true,
|
|
299
346
|
"isOverride": false,
|
|
300
347
|
"isSealed": false,
|
|
348
|
+
"visibility": "Public",
|
|
301
349
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
302
350
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
303
351
|
"isExtensionMethod": false
|
|
@@ -319,6 +367,7 @@
|
|
|
319
367
|
"isAbstract": true,
|
|
320
368
|
"isVirtual": true,
|
|
321
369
|
"isOverride": false,
|
|
370
|
+
"visibility": "Public",
|
|
322
371
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
323
372
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
324
373
|
},
|
|
@@ -337,6 +386,7 @@
|
|
|
337
386
|
"isAbstract": true,
|
|
338
387
|
"isVirtual": true,
|
|
339
388
|
"isOverride": false,
|
|
389
|
+
"visibility": "Public",
|
|
340
390
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
341
391
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
342
392
|
}
|
|
@@ -373,6 +423,7 @@
|
|
|
373
423
|
"isAbstract": true,
|
|
374
424
|
"isVirtual": true,
|
|
375
425
|
"isOverride": false,
|
|
426
|
+
"visibility": "Public",
|
|
376
427
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpActivityFeature",
|
|
377
428
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
378
429
|
}
|
|
@@ -409,6 +460,7 @@
|
|
|
409
460
|
"isAbstract": true,
|
|
410
461
|
"isVirtual": true,
|
|
411
462
|
"isOverride": false,
|
|
463
|
+
"visibility": "Public",
|
|
412
464
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature",
|
|
413
465
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
414
466
|
}
|
|
@@ -445,6 +497,7 @@
|
|
|
445
497
|
"isAbstract": true,
|
|
446
498
|
"isVirtual": true,
|
|
447
499
|
"isOverride": false,
|
|
500
|
+
"visibility": "Public",
|
|
448
501
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
449
502
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
450
503
|
},
|
|
@@ -463,6 +516,7 @@
|
|
|
463
516
|
"isAbstract": true,
|
|
464
517
|
"isVirtual": true,
|
|
465
518
|
"isOverride": false,
|
|
519
|
+
"visibility": "Public",
|
|
466
520
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
467
521
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
468
522
|
},
|
|
@@ -481,6 +535,7 @@
|
|
|
481
535
|
"isAbstract": true,
|
|
482
536
|
"isVirtual": true,
|
|
483
537
|
"isOverride": false,
|
|
538
|
+
"visibility": "Public",
|
|
484
539
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
485
540
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
486
541
|
},
|
|
@@ -499,6 +554,7 @@
|
|
|
499
554
|
"isAbstract": true,
|
|
500
555
|
"isVirtual": true,
|
|
501
556
|
"isOverride": false,
|
|
557
|
+
"visibility": "Public",
|
|
502
558
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
503
559
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
504
560
|
},
|
|
@@ -517,6 +573,7 @@
|
|
|
517
573
|
"isAbstract": true,
|
|
518
574
|
"isVirtual": true,
|
|
519
575
|
"isOverride": false,
|
|
576
|
+
"visibility": "Public",
|
|
520
577
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
521
578
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
522
579
|
}
|
|
@@ -552,6 +609,7 @@
|
|
|
552
609
|
"isVirtual": true,
|
|
553
610
|
"isOverride": false,
|
|
554
611
|
"isSealed": false,
|
|
612
|
+
"visibility": "Public",
|
|
555
613
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpExtendedConnectFeature",
|
|
556
614
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
557
615
|
"isExtensionMethod": false
|
|
@@ -573,6 +631,7 @@
|
|
|
573
631
|
"isAbstract": true,
|
|
574
632
|
"isVirtual": true,
|
|
575
633
|
"isOverride": false,
|
|
634
|
+
"visibility": "Public",
|
|
576
635
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpExtendedConnectFeature",
|
|
577
636
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
578
637
|
},
|
|
@@ -591,6 +650,7 @@
|
|
|
591
650
|
"isAbstract": true,
|
|
592
651
|
"isVirtual": true,
|
|
593
652
|
"isOverride": false,
|
|
653
|
+
"visibility": "Public",
|
|
594
654
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpExtendedConnectFeature",
|
|
595
655
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
596
656
|
}
|
|
@@ -627,6 +687,7 @@
|
|
|
627
687
|
"isAbstract": true,
|
|
628
688
|
"isVirtual": true,
|
|
629
689
|
"isOverride": false,
|
|
690
|
+
"visibility": "Public",
|
|
630
691
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature",
|
|
631
692
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
632
693
|
},
|
|
@@ -645,6 +706,7 @@
|
|
|
645
706
|
"isAbstract": true,
|
|
646
707
|
"isVirtual": true,
|
|
647
708
|
"isOverride": false,
|
|
709
|
+
"visibility": "Public",
|
|
648
710
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature",
|
|
649
711
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
650
712
|
}
|
|
@@ -681,6 +743,7 @@
|
|
|
681
743
|
"isAbstract": true,
|
|
682
744
|
"isVirtual": true,
|
|
683
745
|
"isOverride": false,
|
|
746
|
+
"visibility": "Public",
|
|
684
747
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpMetricsTagsFeature",
|
|
685
748
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
686
749
|
},
|
|
@@ -699,6 +762,7 @@
|
|
|
699
762
|
"isAbstract": true,
|
|
700
763
|
"isVirtual": true,
|
|
701
764
|
"isOverride": false,
|
|
765
|
+
"visibility": "Public",
|
|
702
766
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpMetricsTagsFeature",
|
|
703
767
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
704
768
|
}
|
|
@@ -735,6 +799,7 @@
|
|
|
735
799
|
"isAbstract": true,
|
|
736
800
|
"isVirtual": true,
|
|
737
801
|
"isOverride": false,
|
|
802
|
+
"visibility": "Public",
|
|
738
803
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestBodyDetectionFeature",
|
|
739
804
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
740
805
|
}
|
|
@@ -771,6 +836,7 @@
|
|
|
771
836
|
"isAbstract": true,
|
|
772
837
|
"isVirtual": true,
|
|
773
838
|
"isOverride": false,
|
|
839
|
+
"visibility": "Public",
|
|
774
840
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
775
841
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
776
842
|
},
|
|
@@ -789,6 +855,7 @@
|
|
|
789
855
|
"isAbstract": true,
|
|
790
856
|
"isVirtual": true,
|
|
791
857
|
"isOverride": false,
|
|
858
|
+
"visibility": "Public",
|
|
792
859
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
793
860
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
794
861
|
},
|
|
@@ -807,6 +874,7 @@
|
|
|
807
874
|
"isAbstract": true,
|
|
808
875
|
"isVirtual": true,
|
|
809
876
|
"isOverride": false,
|
|
877
|
+
"visibility": "Public",
|
|
810
878
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
811
879
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
812
880
|
},
|
|
@@ -825,6 +893,7 @@
|
|
|
825
893
|
"isAbstract": true,
|
|
826
894
|
"isVirtual": true,
|
|
827
895
|
"isOverride": false,
|
|
896
|
+
"visibility": "Public",
|
|
828
897
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
829
898
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
830
899
|
},
|
|
@@ -843,6 +912,7 @@
|
|
|
843
912
|
"isAbstract": true,
|
|
844
913
|
"isVirtual": true,
|
|
845
914
|
"isOverride": false,
|
|
915
|
+
"visibility": "Public",
|
|
846
916
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
847
917
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
848
918
|
},
|
|
@@ -861,6 +931,7 @@
|
|
|
861
931
|
"isAbstract": true,
|
|
862
932
|
"isVirtual": true,
|
|
863
933
|
"isOverride": false,
|
|
934
|
+
"visibility": "Public",
|
|
864
935
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
865
936
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
866
937
|
},
|
|
@@ -879,6 +950,7 @@
|
|
|
879
950
|
"isAbstract": true,
|
|
880
951
|
"isVirtual": true,
|
|
881
952
|
"isOverride": false,
|
|
953
|
+
"visibility": "Public",
|
|
882
954
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
883
955
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
884
956
|
},
|
|
@@ -897,6 +969,7 @@
|
|
|
897
969
|
"isAbstract": true,
|
|
898
970
|
"isVirtual": true,
|
|
899
971
|
"isOverride": false,
|
|
972
|
+
"visibility": "Public",
|
|
900
973
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
901
974
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
902
975
|
},
|
|
@@ -915,6 +988,7 @@
|
|
|
915
988
|
"isAbstract": true,
|
|
916
989
|
"isVirtual": true,
|
|
917
990
|
"isOverride": false,
|
|
991
|
+
"visibility": "Public",
|
|
918
992
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
919
993
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
920
994
|
}
|
|
@@ -951,6 +1025,7 @@
|
|
|
951
1025
|
"isAbstract": true,
|
|
952
1026
|
"isVirtual": true,
|
|
953
1027
|
"isOverride": false,
|
|
1028
|
+
"visibility": "Public",
|
|
954
1029
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
|
|
955
1030
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
956
1031
|
}
|
|
@@ -986,6 +1061,7 @@
|
|
|
986
1061
|
"isVirtual": true,
|
|
987
1062
|
"isOverride": false,
|
|
988
1063
|
"isSealed": false,
|
|
1064
|
+
"visibility": "Public",
|
|
989
1065
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
|
|
990
1066
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
991
1067
|
"isExtensionMethod": false
|
|
@@ -1007,6 +1083,7 @@
|
|
|
1007
1083
|
"isAbstract": true,
|
|
1008
1084
|
"isVirtual": true,
|
|
1009
1085
|
"isOverride": false,
|
|
1086
|
+
"visibility": "Public",
|
|
1010
1087
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
|
|
1011
1088
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1012
1089
|
}
|
|
@@ -1043,6 +1120,7 @@
|
|
|
1043
1120
|
"isAbstract": true,
|
|
1044
1121
|
"isVirtual": true,
|
|
1045
1122
|
"isOverride": false,
|
|
1123
|
+
"visibility": "Public",
|
|
1046
1124
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestTrailersFeature",
|
|
1047
1125
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1048
1126
|
},
|
|
@@ -1061,6 +1139,7 @@
|
|
|
1061
1139
|
"isAbstract": true,
|
|
1062
1140
|
"isVirtual": true,
|
|
1063
1141
|
"isOverride": false,
|
|
1142
|
+
"visibility": "Public",
|
|
1064
1143
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestTrailersFeature",
|
|
1065
1144
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1066
1145
|
}
|
|
@@ -1096,6 +1175,7 @@
|
|
|
1096
1175
|
"isVirtual": true,
|
|
1097
1176
|
"isOverride": false,
|
|
1098
1177
|
"isSealed": false,
|
|
1178
|
+
"visibility": "Public",
|
|
1099
1179
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResetFeature",
|
|
1100
1180
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1101
1181
|
"isExtensionMethod": false
|
|
@@ -1133,6 +1213,7 @@
|
|
|
1133
1213
|
"isVirtual": true,
|
|
1134
1214
|
"isOverride": false,
|
|
1135
1215
|
"isSealed": false,
|
|
1216
|
+
"visibility": "Public",
|
|
1136
1217
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature",
|
|
1137
1218
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1138
1219
|
"isExtensionMethod": false
|
|
@@ -1152,6 +1233,7 @@
|
|
|
1152
1233
|
"isVirtual": true,
|
|
1153
1234
|
"isOverride": false,
|
|
1154
1235
|
"isSealed": false,
|
|
1236
|
+
"visibility": "Public",
|
|
1155
1237
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature",
|
|
1156
1238
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1157
1239
|
"isExtensionMethod": false
|
|
@@ -1171,6 +1253,7 @@
|
|
|
1171
1253
|
"isVirtual": true,
|
|
1172
1254
|
"isOverride": false,
|
|
1173
1255
|
"isSealed": false,
|
|
1256
|
+
"visibility": "Public",
|
|
1174
1257
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature",
|
|
1175
1258
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1176
1259
|
"isExtensionMethod": false
|
|
@@ -1190,6 +1273,7 @@
|
|
|
1190
1273
|
"isVirtual": true,
|
|
1191
1274
|
"isOverride": false,
|
|
1192
1275
|
"isSealed": false,
|
|
1276
|
+
"visibility": "Public",
|
|
1193
1277
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature",
|
|
1194
1278
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1195
1279
|
"isExtensionMethod": false
|
|
@@ -1211,6 +1295,7 @@
|
|
|
1211
1295
|
"isAbstract": true,
|
|
1212
1296
|
"isVirtual": true,
|
|
1213
1297
|
"isOverride": false,
|
|
1298
|
+
"visibility": "Public",
|
|
1214
1299
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature",
|
|
1215
1300
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1216
1301
|
},
|
|
@@ -1229,6 +1314,7 @@
|
|
|
1229
1314
|
"isAbstract": true,
|
|
1230
1315
|
"isVirtual": true,
|
|
1231
1316
|
"isOverride": false,
|
|
1317
|
+
"visibility": "Public",
|
|
1232
1318
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature",
|
|
1233
1319
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1234
1320
|
}
|
|
@@ -1264,6 +1350,7 @@
|
|
|
1264
1350
|
"isVirtual": true,
|
|
1265
1351
|
"isOverride": false,
|
|
1266
1352
|
"isSealed": false,
|
|
1353
|
+
"visibility": "Public",
|
|
1267
1354
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
1268
1355
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1269
1356
|
"isExtensionMethod": false
|
|
@@ -1285,6 +1372,7 @@
|
|
|
1285
1372
|
"isAbstract": true,
|
|
1286
1373
|
"isVirtual": true,
|
|
1287
1374
|
"isOverride": false,
|
|
1375
|
+
"visibility": "Public",
|
|
1288
1376
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
1289
1377
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1290
1378
|
},
|
|
@@ -1303,6 +1391,7 @@
|
|
|
1303
1391
|
"isAbstract": true,
|
|
1304
1392
|
"isVirtual": true,
|
|
1305
1393
|
"isOverride": false,
|
|
1394
|
+
"visibility": "Public",
|
|
1306
1395
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
1307
1396
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1308
1397
|
},
|
|
@@ -1321,6 +1410,7 @@
|
|
|
1321
1410
|
"isAbstract": true,
|
|
1322
1411
|
"isVirtual": true,
|
|
1323
1412
|
"isOverride": false,
|
|
1413
|
+
"visibility": "Public",
|
|
1324
1414
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
1325
1415
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1326
1416
|
},
|
|
@@ -1339,6 +1429,7 @@
|
|
|
1339
1429
|
"isAbstract": true,
|
|
1340
1430
|
"isVirtual": true,
|
|
1341
1431
|
"isOverride": false,
|
|
1432
|
+
"visibility": "Public",
|
|
1342
1433
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
1343
1434
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1344
1435
|
},
|
|
@@ -1357,6 +1448,7 @@
|
|
|
1357
1448
|
"isAbstract": true,
|
|
1358
1449
|
"isVirtual": true,
|
|
1359
1450
|
"isOverride": false,
|
|
1451
|
+
"visibility": "Public",
|
|
1360
1452
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
1361
1453
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1362
1454
|
}
|
|
@@ -1393,6 +1485,7 @@
|
|
|
1393
1485
|
"isAbstract": true,
|
|
1394
1486
|
"isVirtual": true,
|
|
1395
1487
|
"isOverride": false,
|
|
1488
|
+
"visibility": "Public",
|
|
1396
1489
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseTrailersFeature",
|
|
1397
1490
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1398
1491
|
}
|
|
@@ -1429,6 +1522,7 @@
|
|
|
1429
1522
|
"isAbstract": true,
|
|
1430
1523
|
"isVirtual": true,
|
|
1431
1524
|
"isOverride": false,
|
|
1525
|
+
"visibility": "Public",
|
|
1432
1526
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpsCompressionFeature",
|
|
1433
1527
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1434
1528
|
}
|
|
@@ -1464,6 +1558,7 @@
|
|
|
1464
1558
|
"isVirtual": true,
|
|
1465
1559
|
"isOverride": false,
|
|
1466
1560
|
"isSealed": false,
|
|
1561
|
+
"visibility": "Public",
|
|
1467
1562
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpUpgradeFeature",
|
|
1468
1563
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1469
1564
|
"isExtensionMethod": false
|
|
@@ -1485,6 +1580,7 @@
|
|
|
1485
1580
|
"isAbstract": true,
|
|
1486
1581
|
"isVirtual": true,
|
|
1487
1582
|
"isOverride": false,
|
|
1583
|
+
"visibility": "Public",
|
|
1488
1584
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpUpgradeFeature",
|
|
1489
1585
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1490
1586
|
}
|
|
@@ -1520,6 +1616,7 @@
|
|
|
1520
1616
|
"isVirtual": true,
|
|
1521
1617
|
"isOverride": false,
|
|
1522
1618
|
"isSealed": false,
|
|
1619
|
+
"visibility": "Public",
|
|
1523
1620
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpWebSocketFeature",
|
|
1524
1621
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1525
1622
|
"isExtensionMethod": false
|
|
@@ -1541,6 +1638,7 @@
|
|
|
1541
1638
|
"isAbstract": true,
|
|
1542
1639
|
"isVirtual": true,
|
|
1543
1640
|
"isOverride": false,
|
|
1641
|
+
"visibility": "Public",
|
|
1544
1642
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpWebSocketFeature",
|
|
1545
1643
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1546
1644
|
}
|
|
@@ -1576,6 +1674,7 @@
|
|
|
1576
1674
|
"isVirtual": true,
|
|
1577
1675
|
"isOverride": false,
|
|
1578
1676
|
"isSealed": false,
|
|
1677
|
+
"visibility": "Public",
|
|
1579
1678
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpWebTransportFeature",
|
|
1580
1679
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1581
1680
|
"isExtensionMethod": false
|
|
@@ -1597,6 +1696,7 @@
|
|
|
1597
1696
|
"isAbstract": true,
|
|
1598
1697
|
"isVirtual": true,
|
|
1599
1698
|
"isOverride": false,
|
|
1699
|
+
"visibility": "Public",
|
|
1600
1700
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpWebTransportFeature",
|
|
1601
1701
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1602
1702
|
}
|
|
@@ -1633,6 +1733,7 @@
|
|
|
1633
1733
|
"isAbstract": true,
|
|
1634
1734
|
"isVirtual": true,
|
|
1635
1735
|
"isOverride": false,
|
|
1736
|
+
"visibility": "Public",
|
|
1636
1737
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IItemsFeature",
|
|
1637
1738
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1638
1739
|
}
|
|
@@ -1669,6 +1770,7 @@
|
|
|
1669
1770
|
"isAbstract": true,
|
|
1670
1771
|
"isVirtual": true,
|
|
1671
1772
|
"isOverride": false,
|
|
1773
|
+
"visibility": "Public",
|
|
1672
1774
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IQueryFeature",
|
|
1673
1775
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1674
1776
|
}
|
|
@@ -1705,6 +1807,7 @@
|
|
|
1705
1807
|
"isAbstract": true,
|
|
1706
1808
|
"isVirtual": true,
|
|
1707
1809
|
"isOverride": false,
|
|
1810
|
+
"visibility": "Public",
|
|
1708
1811
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature",
|
|
1709
1812
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1710
1813
|
}
|
|
@@ -1741,6 +1844,7 @@
|
|
|
1741
1844
|
"isAbstract": true,
|
|
1742
1845
|
"isVirtual": true,
|
|
1743
1846
|
"isOverride": false,
|
|
1847
|
+
"visibility": "Public",
|
|
1744
1848
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
|
|
1745
1849
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1746
1850
|
}
|
|
@@ -1777,6 +1881,7 @@
|
|
|
1777
1881
|
"isAbstract": true,
|
|
1778
1882
|
"isVirtual": true,
|
|
1779
1883
|
"isOverride": false,
|
|
1884
|
+
"visibility": "Public",
|
|
1780
1885
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature",
|
|
1781
1886
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1782
1887
|
}
|
|
@@ -1813,6 +1918,7 @@
|
|
|
1813
1918
|
"isAbstract": true,
|
|
1814
1919
|
"isVirtual": true,
|
|
1815
1920
|
"isOverride": false,
|
|
1921
|
+
"visibility": "Public",
|
|
1816
1922
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IRouteValuesFeature",
|
|
1817
1923
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
1818
1924
|
}
|
|
@@ -1849,6 +1955,7 @@
|
|
|
1849
1955
|
"isAbstract": true,
|
|
1850
1956
|
"isVirtual": true,
|
|
1851
1957
|
"isOverride": false,
|
|
1958
|
+
"visibility": "Public",
|
|
1852
1959
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IServerVariablesFeature",
|
|
1853
1960
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1854
1961
|
}
|
|
@@ -1885,6 +1992,7 @@
|
|
|
1885
1992
|
"isAbstract": true,
|
|
1886
1993
|
"isVirtual": true,
|
|
1887
1994
|
"isOverride": false,
|
|
1995
|
+
"visibility": "Public",
|
|
1888
1996
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
1889
1997
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1890
1998
|
}
|
|
@@ -1921,6 +2029,7 @@
|
|
|
1921
2029
|
"isAbstract": true,
|
|
1922
2030
|
"isVirtual": true,
|
|
1923
2031
|
"isOverride": false,
|
|
2032
|
+
"visibility": "Public",
|
|
1924
2033
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ISessionFeature",
|
|
1925
2034
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1926
2035
|
}
|
|
@@ -1956,6 +2065,7 @@
|
|
|
1956
2065
|
"isVirtual": true,
|
|
1957
2066
|
"isOverride": false,
|
|
1958
2067
|
"isSealed": false,
|
|
2068
|
+
"visibility": "Public",
|
|
1959
2069
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
|
|
1960
2070
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
1961
2071
|
"isExtensionMethod": false
|
|
@@ -1977,6 +2087,7 @@
|
|
|
1977
2087
|
"isAbstract": true,
|
|
1978
2088
|
"isVirtual": true,
|
|
1979
2089
|
"isOverride": false,
|
|
2090
|
+
"visibility": "Public",
|
|
1980
2091
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
|
|
1981
2092
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
1982
2093
|
}
|
|
@@ -2012,6 +2123,7 @@
|
|
|
2012
2123
|
"isVirtual": true,
|
|
2013
2124
|
"isOverride": false,
|
|
2014
2125
|
"isSealed": false,
|
|
2126
|
+
"visibility": "Public",
|
|
2015
2127
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITlsTokenBindingFeature",
|
|
2016
2128
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2017
2129
|
"isExtensionMethod": false
|
|
@@ -2049,6 +2161,7 @@
|
|
|
2049
2161
|
"isVirtual": true,
|
|
2050
2162
|
"isOverride": false,
|
|
2051
2163
|
"isSealed": false,
|
|
2164
|
+
"visibility": "Public",
|
|
2052
2165
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature",
|
|
2053
2166
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2054
2167
|
"isExtensionMethod": false
|
|
@@ -2068,6 +2181,7 @@
|
|
|
2068
2181
|
"isVirtual": true,
|
|
2069
2182
|
"isOverride": false,
|
|
2070
2183
|
"isSealed": false,
|
|
2184
|
+
"visibility": "Public",
|
|
2071
2185
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature",
|
|
2072
2186
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2073
2187
|
"isExtensionMethod": false
|
|
@@ -2089,6 +2203,7 @@
|
|
|
2089
2203
|
"isAbstract": true,
|
|
2090
2204
|
"isVirtual": true,
|
|
2091
2205
|
"isOverride": false,
|
|
2206
|
+
"visibility": "Public",
|
|
2092
2207
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature",
|
|
2093
2208
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
2094
2209
|
},
|
|
@@ -2107,6 +2222,7 @@
|
|
|
2107
2222
|
"isAbstract": true,
|
|
2108
2223
|
"isVirtual": true,
|
|
2109
2224
|
"isOverride": false,
|
|
2225
|
+
"visibility": "Public",
|
|
2110
2226
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature",
|
|
2111
2227
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
2112
2228
|
},
|
|
@@ -2125,6 +2241,7 @@
|
|
|
2125
2241
|
"isAbstract": true,
|
|
2126
2242
|
"isVirtual": true,
|
|
2127
2243
|
"isOverride": false,
|
|
2244
|
+
"visibility": "Public",
|
|
2128
2245
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITrackingConsentFeature",
|
|
2129
2246
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
2130
2247
|
}
|
|
@@ -2160,6 +2277,7 @@
|
|
|
2160
2277
|
"isVirtual": true,
|
|
2161
2278
|
"isOverride": false,
|
|
2162
2279
|
"isSealed": false,
|
|
2280
|
+
"visibility": "Public",
|
|
2163
2281
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IWebTransportSession",
|
|
2164
2282
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2165
2283
|
"isExtensionMethod": false
|
|
@@ -2179,6 +2297,7 @@
|
|
|
2179
2297
|
"isVirtual": true,
|
|
2180
2298
|
"isOverride": false,
|
|
2181
2299
|
"isSealed": false,
|
|
2300
|
+
"visibility": "Public",
|
|
2182
2301
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IWebTransportSession",
|
|
2183
2302
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2184
2303
|
"isExtensionMethod": false
|
|
@@ -2200,6 +2319,7 @@
|
|
|
2200
2319
|
"isAbstract": true,
|
|
2201
2320
|
"isVirtual": true,
|
|
2202
2321
|
"isOverride": false,
|
|
2322
|
+
"visibility": "Public",
|
|
2203
2323
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IWebTransportSession",
|
|
2204
2324
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
2205
2325
|
}
|
|
@@ -2219,6 +2339,13 @@
|
|
|
2219
2339
|
"isSealed": true,
|
|
2220
2340
|
"isStatic": false,
|
|
2221
2341
|
"arity": 1,
|
|
2342
|
+
"baseType": {
|
|
2343
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2344
|
+
"clrName": "System.ValueType"
|
|
2345
|
+
},
|
|
2346
|
+
"typeParameters": [
|
|
2347
|
+
"T"
|
|
2348
|
+
],
|
|
2222
2349
|
"methods": [
|
|
2223
2350
|
{
|
|
2224
2351
|
"stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureReference\u00601::Fetch(Microsoft.AspNetCore.Http.Features.IFeatureCollection):T",
|
|
@@ -2235,6 +2362,7 @@
|
|
|
2235
2362
|
"isVirtual": false,
|
|
2236
2363
|
"isOverride": false,
|
|
2237
2364
|
"isSealed": false,
|
|
2365
|
+
"visibility": "Public",
|
|
2238
2366
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReference\u00601",
|
|
2239
2367
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2240
2368
|
"isExtensionMethod": false
|
|
@@ -2254,6 +2382,7 @@
|
|
|
2254
2382
|
"isVirtual": false,
|
|
2255
2383
|
"isOverride": false,
|
|
2256
2384
|
"isSealed": false,
|
|
2385
|
+
"visibility": "Public",
|
|
2257
2386
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReference\u00601",
|
|
2258
2387
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2259
2388
|
"isExtensionMethod": false
|
|
@@ -2269,6 +2398,7 @@
|
|
|
2269
2398
|
"isStatic": true,
|
|
2270
2399
|
"isReadOnly": true,
|
|
2271
2400
|
"isLiteral": false,
|
|
2401
|
+
"visibility": "Public",
|
|
2272
2402
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReference\u00601",
|
|
2273
2403
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2274
2404
|
}
|
|
@@ -2287,6 +2417,13 @@
|
|
|
2287
2417
|
"isSealed": true,
|
|
2288
2418
|
"isStatic": false,
|
|
2289
2419
|
"arity": 1,
|
|
2420
|
+
"baseType": {
|
|
2421
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2422
|
+
"clrName": "System.ValueType"
|
|
2423
|
+
},
|
|
2424
|
+
"typeParameters": [
|
|
2425
|
+
"TCache"
|
|
2426
|
+
],
|
|
2290
2427
|
"methods": [
|
|
2291
2428
|
{
|
|
2292
2429
|
"stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601::Initalize(Microsoft.AspNetCore.Http.Features.IFeatureCollection):System.Void",
|
|
@@ -2303,6 +2440,7 @@
|
|
|
2303
2440
|
"isVirtual": false,
|
|
2304
2441
|
"isOverride": false,
|
|
2305
2442
|
"isSealed": false,
|
|
2443
|
+
"visibility": "Public",
|
|
2306
2444
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2307
2445
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2308
2446
|
"isExtensionMethod": false
|
|
@@ -2322,6 +2460,7 @@
|
|
|
2322
2460
|
"isVirtual": false,
|
|
2323
2461
|
"isOverride": false,
|
|
2324
2462
|
"isSealed": false,
|
|
2463
|
+
"visibility": "Public",
|
|
2325
2464
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2326
2465
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2327
2466
|
"isExtensionMethod": false
|
|
@@ -2341,6 +2480,7 @@
|
|
|
2341
2480
|
"isVirtual": false,
|
|
2342
2481
|
"isOverride": false,
|
|
2343
2482
|
"isSealed": false,
|
|
2483
|
+
"visibility": "Public",
|
|
2344
2484
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2345
2485
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2346
2486
|
"isExtensionMethod": false,
|
|
@@ -2366,6 +2506,7 @@
|
|
|
2366
2506
|
"isVirtual": false,
|
|
2367
2507
|
"isOverride": false,
|
|
2368
2508
|
"isSealed": false,
|
|
2509
|
+
"visibility": "Public",
|
|
2369
2510
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2370
2511
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2371
2512
|
"isExtensionMethod": false,
|
|
@@ -2383,16 +2524,17 @@
|
|
|
2383
2524
|
"clrName": "Collection",
|
|
2384
2525
|
"metadataToken": 385875974,
|
|
2385
2526
|
"canonicalSignature": ":Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2386
|
-
"normalizedSignature": "Collection|:Microsoft.AspNetCore.Http.Features.IFeatureCollection|static=false|accessor=
|
|
2527
|
+
"normalizedSignature": "Collection|:Microsoft.AspNetCore.Http.Features.IFeatureCollection|static=false|accessor=getset",
|
|
2387
2528
|
"emitScope": "ClassSurface",
|
|
2388
2529
|
"provenance": "Original",
|
|
2389
2530
|
"isIndexer": false,
|
|
2390
2531
|
"hasGetter": true,
|
|
2391
|
-
"hasSetter":
|
|
2532
|
+
"hasSetter": true,
|
|
2392
2533
|
"isStatic": false,
|
|
2393
2534
|
"isAbstract": false,
|
|
2394
2535
|
"isVirtual": false,
|
|
2395
2536
|
"isOverride": false,
|
|
2537
|
+
"visibility": "Public",
|
|
2396
2538
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2397
2539
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2398
2540
|
},
|
|
@@ -2401,16 +2543,17 @@
|
|
|
2401
2543
|
"clrName": "Revision",
|
|
2402
2544
|
"metadataToken": 385875975,
|
|
2403
2545
|
"canonicalSignature": ":System.Int32",
|
|
2404
|
-
"normalizedSignature": "Revision|:System.Int32|static=false|accessor=
|
|
2546
|
+
"normalizedSignature": "Revision|:System.Int32|static=false|accessor=getset",
|
|
2405
2547
|
"emitScope": "ClassSurface",
|
|
2406
2548
|
"provenance": "Original",
|
|
2407
2549
|
"isIndexer": false,
|
|
2408
2550
|
"hasGetter": true,
|
|
2409
|
-
"hasSetter":
|
|
2551
|
+
"hasSetter": true,
|
|
2410
2552
|
"isStatic": false,
|
|
2411
2553
|
"isAbstract": false,
|
|
2412
2554
|
"isVirtual": false,
|
|
2413
2555
|
"isOverride": false,
|
|
2556
|
+
"visibility": "Public",
|
|
2414
2557
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2415
2558
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2416
2559
|
}
|
|
@@ -2424,6 +2567,7 @@
|
|
|
2424
2567
|
"isStatic": false,
|
|
2425
2568
|
"isReadOnly": false,
|
|
2426
2569
|
"isLiteral": false,
|
|
2570
|
+
"visibility": "Public",
|
|
2427
2571
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2428
2572
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2429
2573
|
}
|
|
@@ -2437,6 +2581,7 @@
|
|
|
2437
2581
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.Features.IFeatureCollection):void|static=false",
|
|
2438
2582
|
"isStatic": false,
|
|
2439
2583
|
"parameterCount": 1,
|
|
2584
|
+
"visibility": "Public",
|
|
2440
2585
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureReferences\u00601",
|
|
2441
2586
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2442
2587
|
}
|
|
@@ -2453,6 +2598,16 @@
|
|
|
2453
2598
|
"isSealed": false,
|
|
2454
2599
|
"isStatic": false,
|
|
2455
2600
|
"arity": 0,
|
|
2601
|
+
"baseType": {
|
|
2602
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2603
|
+
"clrName": "System.Object"
|
|
2604
|
+
},
|
|
2605
|
+
"interfaces": [
|
|
2606
|
+
{
|
|
2607
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.ISessionFeature",
|
|
2608
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.ISessionFeature"
|
|
2609
|
+
}
|
|
2610
|
+
],
|
|
2456
2611
|
"methods": [],
|
|
2457
2612
|
"properties": [
|
|
2458
2613
|
{
|
|
@@ -2470,6 +2625,7 @@
|
|
|
2470
2625
|
"isAbstract": false,
|
|
2471
2626
|
"isVirtual": true,
|
|
2472
2627
|
"isOverride": false,
|
|
2628
|
+
"visibility": "Public",
|
|
2473
2629
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.DefaultSessionFeature",
|
|
2474
2630
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2475
2631
|
},
|
|
@@ -2488,6 +2644,7 @@
|
|
|
2488
2644
|
"isAbstract": false,
|
|
2489
2645
|
"isVirtual": true,
|
|
2490
2646
|
"isOverride": false,
|
|
2647
|
+
"visibility": "Public",
|
|
2491
2648
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.ISessionFeature",
|
|
2492
2649
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ISessionFeature",
|
|
2493
2650
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -2503,6 +2660,7 @@
|
|
|
2503
2660
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2504
2661
|
"isStatic": false,
|
|
2505
2662
|
"parameterCount": 0,
|
|
2663
|
+
"visibility": "Public",
|
|
2506
2664
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.DefaultSessionFeature",
|
|
2507
2665
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2508
2666
|
}
|
|
@@ -2519,6 +2677,27 @@
|
|
|
2519
2677
|
"isSealed": false,
|
|
2520
2678
|
"isStatic": false,
|
|
2521
2679
|
"arity": 0,
|
|
2680
|
+
"baseType": {
|
|
2681
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2682
|
+
"clrName": "System.Object"
|
|
2683
|
+
},
|
|
2684
|
+
"interfaces": [
|
|
2685
|
+
{
|
|
2686
|
+
"stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2687
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2691
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2692
|
+
"typeArguments": [
|
|
2693
|
+
"KeyValuePair_2[[Type,Object]]"
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2698
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2699
|
+
}
|
|
2700
|
+
],
|
|
2522
2701
|
"methods": [
|
|
2523
2702
|
{
|
|
2524
2703
|
"stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[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]]",
|
|
@@ -2535,6 +2714,7 @@
|
|
|
2535
2714
|
"isVirtual": true,
|
|
2536
2715
|
"isOverride": false,
|
|
2537
2716
|
"isSealed": true,
|
|
2717
|
+
"visibility": "Public",
|
|
2538
2718
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2539
2719
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2540
2720
|
"isExtensionMethod": false
|
|
@@ -2554,6 +2734,7 @@
|
|
|
2554
2734
|
"isVirtual": true,
|
|
2555
2735
|
"isOverride": false,
|
|
2556
2736
|
"isSealed": true,
|
|
2737
|
+
"visibility": "Public",
|
|
2557
2738
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2558
2739
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2559
2740
|
"isExtensionMethod": false
|
|
@@ -2573,6 +2754,7 @@
|
|
|
2573
2754
|
"isVirtual": true,
|
|
2574
2755
|
"isOverride": false,
|
|
2575
2756
|
"isSealed": true,
|
|
2757
|
+
"visibility": "Public",
|
|
2576
2758
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2577
2759
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2578
2760
|
"isExtensionMethod": false
|
|
@@ -2592,6 +2774,7 @@
|
|
|
2592
2774
|
"isVirtual": true,
|
|
2593
2775
|
"isOverride": false,
|
|
2594
2776
|
"isSealed": false,
|
|
2777
|
+
"visibility": "Public",
|
|
2595
2778
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2596
2779
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2597
2780
|
"isExtensionMethod": false,
|
|
@@ -2612,6 +2795,7 @@
|
|
|
2612
2795
|
"isVirtual": true,
|
|
2613
2796
|
"isOverride": false,
|
|
2614
2797
|
"isSealed": false,
|
|
2798
|
+
"visibility": "Public",
|
|
2615
2799
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2616
2800
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
2617
2801
|
"isExtensionMethod": false,
|
|
@@ -2634,6 +2818,7 @@
|
|
|
2634
2818
|
"isAbstract": false,
|
|
2635
2819
|
"isVirtual": true,
|
|
2636
2820
|
"isOverride": false,
|
|
2821
|
+
"visibility": "Public",
|
|
2637
2822
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2638
2823
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2639
2824
|
},
|
|
@@ -2652,6 +2837,7 @@
|
|
|
2652
2837
|
"isAbstract": false,
|
|
2653
2838
|
"isVirtual": true,
|
|
2654
2839
|
"isOverride": false,
|
|
2840
|
+
"visibility": "Public",
|
|
2655
2841
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2656
2842
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2657
2843
|
},
|
|
@@ -2670,6 +2856,7 @@
|
|
|
2670
2856
|
"isAbstract": false,
|
|
2671
2857
|
"isVirtual": true,
|
|
2672
2858
|
"isOverride": false,
|
|
2859
|
+
"visibility": "Public",
|
|
2673
2860
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2674
2861
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2675
2862
|
},
|
|
@@ -2688,6 +2875,7 @@
|
|
|
2688
2875
|
"isAbstract": false,
|
|
2689
2876
|
"isVirtual": true,
|
|
2690
2877
|
"isOverride": false,
|
|
2878
|
+
"visibility": "Public",
|
|
2691
2879
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2692
2880
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2693
2881
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
@@ -2707,6 +2895,7 @@
|
|
|
2707
2895
|
"isAbstract": false,
|
|
2708
2896
|
"isVirtual": true,
|
|
2709
2897
|
"isOverride": false,
|
|
2898
|
+
"visibility": "Public",
|
|
2710
2899
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2711
2900
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
|
|
2712
2901
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
@@ -2722,6 +2911,7 @@
|
|
|
2722
2911
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2723
2912
|
"isStatic": false,
|
|
2724
2913
|
"parameterCount": 0,
|
|
2914
|
+
"visibility": "Public",
|
|
2725
2915
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2726
2916
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2727
2917
|
},
|
|
@@ -2732,6 +2922,7 @@
|
|
|
2732
2922
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
2733
2923
|
"isStatic": false,
|
|
2734
2924
|
"parameterCount": 1,
|
|
2925
|
+
"visibility": "Public",
|
|
2735
2926
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2736
2927
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2737
2928
|
},
|
|
@@ -2742,6 +2933,7 @@
|
|
|
2742
2933
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.Features.IFeatureCollection):void|static=false",
|
|
2743
2934
|
"isStatic": false,
|
|
2744
2935
|
"parameterCount": 1,
|
|
2936
|
+
"visibility": "Public",
|
|
2745
2937
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
|
|
2746
2938
|
"declaringAssemblyName": "Microsoft.Extensions.Features"
|
|
2747
2939
|
}
|
|
@@ -2758,6 +2950,16 @@
|
|
|
2758
2950
|
"isSealed": false,
|
|
2759
2951
|
"isStatic": false,
|
|
2760
2952
|
"arity": 0,
|
|
2953
|
+
"baseType": {
|
|
2954
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2955
|
+
"clrName": "System.Object"
|
|
2956
|
+
},
|
|
2957
|
+
"interfaces": [
|
|
2958
|
+
{
|
|
2959
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2960
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IFormFeature"
|
|
2961
|
+
}
|
|
2962
|
+
],
|
|
2761
2963
|
"methods": [
|
|
2762
2964
|
{
|
|
2763
2965
|
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.Features.FormFeature::ReadForm():Microsoft.AspNetCore.Http.IFormCollection",
|
|
@@ -2774,6 +2976,7 @@
|
|
|
2774
2976
|
"isVirtual": true,
|
|
2775
2977
|
"isOverride": false,
|
|
2776
2978
|
"isSealed": true,
|
|
2979
|
+
"visibility": "Public",
|
|
2777
2980
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2778
2981
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
2779
2982
|
"isExtensionMethod": false
|
|
@@ -2793,6 +2996,7 @@
|
|
|
2793
2996
|
"isVirtual": false,
|
|
2794
2997
|
"isOverride": false,
|
|
2795
2998
|
"isSealed": false,
|
|
2999
|
+
"visibility": "Public",
|
|
2796
3000
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2797
3001
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
2798
3002
|
"isExtensionMethod": false
|
|
@@ -2812,6 +3016,7 @@
|
|
|
2812
3016
|
"isVirtual": true,
|
|
2813
3017
|
"isOverride": false,
|
|
2814
3018
|
"isSealed": true,
|
|
3019
|
+
"visibility": "Public",
|
|
2815
3020
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2816
3021
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
2817
3022
|
"isExtensionMethod": false
|
|
@@ -2831,6 +3036,7 @@
|
|
|
2831
3036
|
"isVirtual": true,
|
|
2832
3037
|
"isOverride": false,
|
|
2833
3038
|
"isSealed": false,
|
|
3039
|
+
"visibility": "Public",
|
|
2834
3040
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2835
3041
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2836
3042
|
"isExtensionMethod": false,
|
|
@@ -2851,6 +3057,7 @@
|
|
|
2851
3057
|
"isVirtual": true,
|
|
2852
3058
|
"isOverride": false,
|
|
2853
3059
|
"isSealed": false,
|
|
3060
|
+
"visibility": "Public",
|
|
2854
3061
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2855
3062
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
2856
3063
|
"isExtensionMethod": false,
|
|
@@ -2873,6 +3080,7 @@
|
|
|
2873
3080
|
"isAbstract": false,
|
|
2874
3081
|
"isVirtual": true,
|
|
2875
3082
|
"isOverride": false,
|
|
3083
|
+
"visibility": "Public",
|
|
2876
3084
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2877
3085
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2878
3086
|
},
|
|
@@ -2891,6 +3099,7 @@
|
|
|
2891
3099
|
"isAbstract": false,
|
|
2892
3100
|
"isVirtual": true,
|
|
2893
3101
|
"isOverride": false,
|
|
3102
|
+
"visibility": "Public",
|
|
2894
3103
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2895
3104
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2896
3105
|
},
|
|
@@ -2909,6 +3118,7 @@
|
|
|
2909
3118
|
"isAbstract": false,
|
|
2910
3119
|
"isVirtual": true,
|
|
2911
3120
|
"isOverride": false,
|
|
3121
|
+
"visibility": "Public",
|
|
2912
3122
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2913
3123
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2914
3124
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -2928,6 +3138,7 @@
|
|
|
2928
3138
|
"isAbstract": false,
|
|
2929
3139
|
"isVirtual": true,
|
|
2930
3140
|
"isOverride": false,
|
|
3141
|
+
"visibility": "Public",
|
|
2931
3142
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2932
3143
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IFormFeature",
|
|
2933
3144
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -2943,6 +3154,7 @@
|
|
|
2943
3154
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.IFormCollection):void|static=false",
|
|
2944
3155
|
"isStatic": false,
|
|
2945
3156
|
"parameterCount": 1,
|
|
3157
|
+
"visibility": "Public",
|
|
2946
3158
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2947
3159
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2948
3160
|
},
|
|
@@ -2953,6 +3165,7 @@
|
|
|
2953
3165
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpRequest):void|static=false",
|
|
2954
3166
|
"isStatic": false,
|
|
2955
3167
|
"parameterCount": 1,
|
|
3168
|
+
"visibility": "Public",
|
|
2956
3169
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2957
3170
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2958
3171
|
},
|
|
@@ -2963,6 +3176,7 @@
|
|
|
2963
3176
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpRequest,Microsoft.AspNetCore.Http.Features.FormOptions):void|static=false",
|
|
2964
3177
|
"isStatic": false,
|
|
2965
3178
|
"parameterCount": 2,
|
|
3179
|
+
"visibility": "Public",
|
|
2966
3180
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormFeature",
|
|
2967
3181
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
2968
3182
|
}
|
|
@@ -2979,6 +3193,10 @@
|
|
|
2979
3193
|
"isSealed": false,
|
|
2980
3194
|
"isStatic": false,
|
|
2981
3195
|
"arity": 0,
|
|
3196
|
+
"baseType": {
|
|
3197
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3198
|
+
"clrName": "System.Object"
|
|
3199
|
+
},
|
|
2982
3200
|
"methods": [],
|
|
2983
3201
|
"properties": [
|
|
2984
3202
|
{
|
|
@@ -2996,6 +3214,7 @@
|
|
|
2996
3214
|
"isAbstract": false,
|
|
2997
3215
|
"isVirtual": false,
|
|
2998
3216
|
"isOverride": false,
|
|
3217
|
+
"visibility": "Public",
|
|
2999
3218
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3000
3219
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3001
3220
|
},
|
|
@@ -3014,6 +3233,7 @@
|
|
|
3014
3233
|
"isAbstract": false,
|
|
3015
3234
|
"isVirtual": false,
|
|
3016
3235
|
"isOverride": false,
|
|
3236
|
+
"visibility": "Public",
|
|
3017
3237
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3018
3238
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3019
3239
|
},
|
|
@@ -3032,6 +3252,7 @@
|
|
|
3032
3252
|
"isAbstract": false,
|
|
3033
3253
|
"isVirtual": false,
|
|
3034
3254
|
"isOverride": false,
|
|
3255
|
+
"visibility": "Public",
|
|
3035
3256
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3036
3257
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3037
3258
|
},
|
|
@@ -3050,6 +3271,7 @@
|
|
|
3050
3271
|
"isAbstract": false,
|
|
3051
3272
|
"isVirtual": false,
|
|
3052
3273
|
"isOverride": false,
|
|
3274
|
+
"visibility": "Public",
|
|
3053
3275
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3054
3276
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3055
3277
|
},
|
|
@@ -3068,6 +3290,7 @@
|
|
|
3068
3290
|
"isAbstract": false,
|
|
3069
3291
|
"isVirtual": false,
|
|
3070
3292
|
"isOverride": false,
|
|
3293
|
+
"visibility": "Public",
|
|
3071
3294
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3072
3295
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3073
3296
|
},
|
|
@@ -3086,6 +3309,7 @@
|
|
|
3086
3309
|
"isAbstract": false,
|
|
3087
3310
|
"isVirtual": false,
|
|
3088
3311
|
"isOverride": false,
|
|
3312
|
+
"visibility": "Public",
|
|
3089
3313
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3090
3314
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3091
3315
|
},
|
|
@@ -3104,6 +3328,7 @@
|
|
|
3104
3328
|
"isAbstract": false,
|
|
3105
3329
|
"isVirtual": false,
|
|
3106
3330
|
"isOverride": false,
|
|
3331
|
+
"visibility": "Public",
|
|
3107
3332
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3108
3333
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3109
3334
|
},
|
|
@@ -3122,6 +3347,7 @@
|
|
|
3122
3347
|
"isAbstract": false,
|
|
3123
3348
|
"isVirtual": false,
|
|
3124
3349
|
"isOverride": false,
|
|
3350
|
+
"visibility": "Public",
|
|
3125
3351
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3126
3352
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3127
3353
|
},
|
|
@@ -3140,6 +3366,7 @@
|
|
|
3140
3366
|
"isAbstract": false,
|
|
3141
3367
|
"isVirtual": false,
|
|
3142
3368
|
"isOverride": false,
|
|
3369
|
+
"visibility": "Public",
|
|
3143
3370
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3144
3371
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3145
3372
|
},
|
|
@@ -3158,6 +3385,7 @@
|
|
|
3158
3385
|
"isAbstract": false,
|
|
3159
3386
|
"isVirtual": false,
|
|
3160
3387
|
"isOverride": false,
|
|
3388
|
+
"visibility": "Public",
|
|
3161
3389
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3162
3390
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3163
3391
|
}
|
|
@@ -3171,6 +3399,7 @@
|
|
|
3171
3399
|
"isStatic": true,
|
|
3172
3400
|
"isReadOnly": false,
|
|
3173
3401
|
"isLiteral": true,
|
|
3402
|
+
"visibility": "Public",
|
|
3174
3403
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3175
3404
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3176
3405
|
},
|
|
@@ -3182,6 +3411,7 @@
|
|
|
3182
3411
|
"isStatic": true,
|
|
3183
3412
|
"isReadOnly": false,
|
|
3184
3413
|
"isLiteral": true,
|
|
3414
|
+
"visibility": "Public",
|
|
3185
3415
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3186
3416
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3187
3417
|
},
|
|
@@ -3193,6 +3423,7 @@
|
|
|
3193
3423
|
"isStatic": true,
|
|
3194
3424
|
"isReadOnly": false,
|
|
3195
3425
|
"isLiteral": true,
|
|
3426
|
+
"visibility": "Public",
|
|
3196
3427
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3197
3428
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3198
3429
|
},
|
|
@@ -3204,6 +3435,7 @@
|
|
|
3204
3435
|
"isStatic": true,
|
|
3205
3436
|
"isReadOnly": false,
|
|
3206
3437
|
"isLiteral": true,
|
|
3438
|
+
"visibility": "Public",
|
|
3207
3439
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3208
3440
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3209
3441
|
}
|
|
@@ -3217,6 +3449,7 @@
|
|
|
3217
3449
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3218
3450
|
"isStatic": false,
|
|
3219
3451
|
"parameterCount": 0,
|
|
3452
|
+
"visibility": "Public",
|
|
3220
3453
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FormOptions",
|
|
3221
3454
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3222
3455
|
}
|
|
@@ -3233,6 +3466,16 @@
|
|
|
3233
3466
|
"isSealed": false,
|
|
3234
3467
|
"isStatic": false,
|
|
3235
3468
|
"arity": 0,
|
|
3469
|
+
"baseType": {
|
|
3470
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3471
|
+
"clrName": "System.Object"
|
|
3472
|
+
},
|
|
3473
|
+
"interfaces": [
|
|
3474
|
+
{
|
|
3475
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3476
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature"
|
|
3477
|
+
}
|
|
3478
|
+
],
|
|
3236
3479
|
"methods": [],
|
|
3237
3480
|
"properties": [
|
|
3238
3481
|
{
|
|
@@ -3250,6 +3493,7 @@
|
|
|
3250
3493
|
"isAbstract": false,
|
|
3251
3494
|
"isVirtual": true,
|
|
3252
3495
|
"isOverride": false,
|
|
3496
|
+
"visibility": "Public",
|
|
3253
3497
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
|
|
3254
3498
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3255
3499
|
},
|
|
@@ -3268,6 +3512,7 @@
|
|
|
3268
3512
|
"isAbstract": false,
|
|
3269
3513
|
"isVirtual": true,
|
|
3270
3514
|
"isOverride": false,
|
|
3515
|
+
"visibility": "Public",
|
|
3271
3516
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
|
|
3272
3517
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3273
3518
|
},
|
|
@@ -3286,6 +3531,7 @@
|
|
|
3286
3531
|
"isAbstract": false,
|
|
3287
3532
|
"isVirtual": true,
|
|
3288
3533
|
"isOverride": false,
|
|
3534
|
+
"visibility": "Public",
|
|
3289
3535
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
|
|
3290
3536
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3291
3537
|
},
|
|
@@ -3304,6 +3550,7 @@
|
|
|
3304
3550
|
"isAbstract": false,
|
|
3305
3551
|
"isVirtual": true,
|
|
3306
3552
|
"isOverride": false,
|
|
3553
|
+
"visibility": "Public",
|
|
3307
3554
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
|
|
3308
3555
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3309
3556
|
},
|
|
@@ -3322,6 +3569,7 @@
|
|
|
3322
3569
|
"isAbstract": false,
|
|
3323
3570
|
"isVirtual": true,
|
|
3324
3571
|
"isOverride": false,
|
|
3572
|
+
"visibility": "Public",
|
|
3325
3573
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
|
|
3326
3574
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3327
3575
|
},
|
|
@@ -3340,6 +3588,7 @@
|
|
|
3340
3588
|
"isAbstract": false,
|
|
3341
3589
|
"isVirtual": true,
|
|
3342
3590
|
"isOverride": false,
|
|
3591
|
+
"visibility": "Public",
|
|
3343
3592
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3344
3593
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3345
3594
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3359,6 +3608,7 @@
|
|
|
3359
3608
|
"isAbstract": false,
|
|
3360
3609
|
"isVirtual": true,
|
|
3361
3610
|
"isOverride": false,
|
|
3611
|
+
"visibility": "Public",
|
|
3362
3612
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3363
3613
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3364
3614
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3378,6 +3628,7 @@
|
|
|
3378
3628
|
"isAbstract": false,
|
|
3379
3629
|
"isVirtual": true,
|
|
3380
3630
|
"isOverride": false,
|
|
3631
|
+
"visibility": "Public",
|
|
3381
3632
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3382
3633
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3383
3634
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3397,6 +3648,7 @@
|
|
|
3397
3648
|
"isAbstract": false,
|
|
3398
3649
|
"isVirtual": true,
|
|
3399
3650
|
"isOverride": false,
|
|
3651
|
+
"visibility": "Public",
|
|
3400
3652
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3401
3653
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3402
3654
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3416,6 +3668,7 @@
|
|
|
3416
3668
|
"isAbstract": false,
|
|
3417
3669
|
"isVirtual": true,
|
|
3418
3670
|
"isOverride": false,
|
|
3671
|
+
"visibility": "Public",
|
|
3419
3672
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3420
3673
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
|
|
3421
3674
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3431,6 +3684,7 @@
|
|
|
3431
3684
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3432
3685
|
"isStatic": false,
|
|
3433
3686
|
"parameterCount": 0,
|
|
3687
|
+
"visibility": "Public",
|
|
3434
3688
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
|
|
3435
3689
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3436
3690
|
}
|
|
@@ -3447,6 +3701,16 @@
|
|
|
3447
3701
|
"isSealed": false,
|
|
3448
3702
|
"isStatic": false,
|
|
3449
3703
|
"arity": 0,
|
|
3704
|
+
"baseType": {
|
|
3705
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3706
|
+
"clrName": "System.Object"
|
|
3707
|
+
},
|
|
3708
|
+
"interfaces": [
|
|
3709
|
+
{
|
|
3710
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3711
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature"
|
|
3712
|
+
}
|
|
3713
|
+
],
|
|
3450
3714
|
"methods": [],
|
|
3451
3715
|
"properties": [
|
|
3452
3716
|
{
|
|
@@ -3464,6 +3728,7 @@
|
|
|
3464
3728
|
"isAbstract": false,
|
|
3465
3729
|
"isVirtual": true,
|
|
3466
3730
|
"isOverride": false,
|
|
3731
|
+
"visibility": "Public",
|
|
3467
3732
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3468
3733
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3469
3734
|
},
|
|
@@ -3482,6 +3747,7 @@
|
|
|
3482
3747
|
"isAbstract": false,
|
|
3483
3748
|
"isVirtual": true,
|
|
3484
3749
|
"isOverride": false,
|
|
3750
|
+
"visibility": "Public",
|
|
3485
3751
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3486
3752
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3487
3753
|
},
|
|
@@ -3500,6 +3766,7 @@
|
|
|
3500
3766
|
"isAbstract": false,
|
|
3501
3767
|
"isVirtual": true,
|
|
3502
3768
|
"isOverride": false,
|
|
3769
|
+
"visibility": "Public",
|
|
3503
3770
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3504
3771
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3505
3772
|
},
|
|
@@ -3518,6 +3785,7 @@
|
|
|
3518
3785
|
"isAbstract": false,
|
|
3519
3786
|
"isVirtual": true,
|
|
3520
3787
|
"isOverride": false,
|
|
3788
|
+
"visibility": "Public",
|
|
3521
3789
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3522
3790
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3523
3791
|
},
|
|
@@ -3536,6 +3804,7 @@
|
|
|
3536
3804
|
"isAbstract": false,
|
|
3537
3805
|
"isVirtual": true,
|
|
3538
3806
|
"isOverride": false,
|
|
3807
|
+
"visibility": "Public",
|
|
3539
3808
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3540
3809
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3541
3810
|
},
|
|
@@ -3554,6 +3823,7 @@
|
|
|
3554
3823
|
"isAbstract": false,
|
|
3555
3824
|
"isVirtual": true,
|
|
3556
3825
|
"isOverride": false,
|
|
3826
|
+
"visibility": "Public",
|
|
3557
3827
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3558
3828
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3559
3829
|
},
|
|
@@ -3572,6 +3842,7 @@
|
|
|
3572
3842
|
"isAbstract": false,
|
|
3573
3843
|
"isVirtual": true,
|
|
3574
3844
|
"isOverride": false,
|
|
3845
|
+
"visibility": "Public",
|
|
3575
3846
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3576
3847
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3577
3848
|
},
|
|
@@ -3590,6 +3861,7 @@
|
|
|
3590
3861
|
"isAbstract": false,
|
|
3591
3862
|
"isVirtual": true,
|
|
3592
3863
|
"isOverride": false,
|
|
3864
|
+
"visibility": "Public",
|
|
3593
3865
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3594
3866
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3595
3867
|
},
|
|
@@ -3608,6 +3880,7 @@
|
|
|
3608
3880
|
"isAbstract": false,
|
|
3609
3881
|
"isVirtual": true,
|
|
3610
3882
|
"isOverride": false,
|
|
3883
|
+
"visibility": "Public",
|
|
3611
3884
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3612
3885
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3613
3886
|
},
|
|
@@ -3626,6 +3899,7 @@
|
|
|
3626
3899
|
"isAbstract": false,
|
|
3627
3900
|
"isVirtual": true,
|
|
3628
3901
|
"isOverride": false,
|
|
3902
|
+
"visibility": "Public",
|
|
3629
3903
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3630
3904
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3631
3905
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3645,6 +3919,7 @@
|
|
|
3645
3919
|
"isAbstract": false,
|
|
3646
3920
|
"isVirtual": true,
|
|
3647
3921
|
"isOverride": false,
|
|
3922
|
+
"visibility": "Public",
|
|
3648
3923
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3649
3924
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3650
3925
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3664,6 +3939,7 @@
|
|
|
3664
3939
|
"isAbstract": false,
|
|
3665
3940
|
"isVirtual": true,
|
|
3666
3941
|
"isOverride": false,
|
|
3942
|
+
"visibility": "Public",
|
|
3667
3943
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3668
3944
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3669
3945
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3683,6 +3959,7 @@
|
|
|
3683
3959
|
"isAbstract": false,
|
|
3684
3960
|
"isVirtual": true,
|
|
3685
3961
|
"isOverride": false,
|
|
3962
|
+
"visibility": "Public",
|
|
3686
3963
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3687
3964
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3688
3965
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3702,6 +3979,7 @@
|
|
|
3702
3979
|
"isAbstract": false,
|
|
3703
3980
|
"isVirtual": true,
|
|
3704
3981
|
"isOverride": false,
|
|
3982
|
+
"visibility": "Public",
|
|
3705
3983
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3706
3984
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3707
3985
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3721,6 +3999,7 @@
|
|
|
3721
3999
|
"isAbstract": false,
|
|
3722
4000
|
"isVirtual": true,
|
|
3723
4001
|
"isOverride": false,
|
|
4002
|
+
"visibility": "Public",
|
|
3724
4003
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3725
4004
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3726
4005
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3740,6 +4019,7 @@
|
|
|
3740
4019
|
"isAbstract": false,
|
|
3741
4020
|
"isVirtual": true,
|
|
3742
4021
|
"isOverride": false,
|
|
4022
|
+
"visibility": "Public",
|
|
3743
4023
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3744
4024
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3745
4025
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3759,6 +4039,7 @@
|
|
|
3759
4039
|
"isAbstract": false,
|
|
3760
4040
|
"isVirtual": true,
|
|
3761
4041
|
"isOverride": false,
|
|
4042
|
+
"visibility": "Public",
|
|
3762
4043
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3763
4044
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3764
4045
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3778,6 +4059,7 @@
|
|
|
3778
4059
|
"isAbstract": false,
|
|
3779
4060
|
"isVirtual": true,
|
|
3780
4061
|
"isOverride": false,
|
|
4062
|
+
"visibility": "Public",
|
|
3781
4063
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3782
4064
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
|
|
3783
4065
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3793,6 +4075,7 @@
|
|
|
3793
4075
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3794
4076
|
"isStatic": false,
|
|
3795
4077
|
"parameterCount": 0,
|
|
4078
|
+
"visibility": "Public",
|
|
3796
4079
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
|
|
3797
4080
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3798
4081
|
}
|
|
@@ -3809,6 +4092,16 @@
|
|
|
3809
4092
|
"isSealed": false,
|
|
3810
4093
|
"isStatic": false,
|
|
3811
4094
|
"arity": 0,
|
|
4095
|
+
"baseType": {
|
|
4096
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4097
|
+
"clrName": "System.Object"
|
|
4098
|
+
},
|
|
4099
|
+
"interfaces": [
|
|
4100
|
+
{
|
|
4101
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
|
|
4102
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature"
|
|
4103
|
+
}
|
|
4104
|
+
],
|
|
3812
4105
|
"methods": [],
|
|
3813
4106
|
"properties": [
|
|
3814
4107
|
{
|
|
@@ -3826,6 +4119,7 @@
|
|
|
3826
4119
|
"isAbstract": false,
|
|
3827
4120
|
"isVirtual": true,
|
|
3828
4121
|
"isOverride": false,
|
|
4122
|
+
"visibility": "Public",
|
|
3829
4123
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestIdentifierFeature",
|
|
3830
4124
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3831
4125
|
},
|
|
@@ -3844,6 +4138,7 @@
|
|
|
3844
4138
|
"isAbstract": false,
|
|
3845
4139
|
"isVirtual": true,
|
|
3846
4140
|
"isOverride": false,
|
|
4141
|
+
"visibility": "Public",
|
|
3847
4142
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
|
|
3848
4143
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
|
|
3849
4144
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3859,6 +4154,7 @@
|
|
|
3859
4154
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3860
4155
|
"isStatic": false,
|
|
3861
4156
|
"parameterCount": 0,
|
|
4157
|
+
"visibility": "Public",
|
|
3862
4158
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestIdentifierFeature",
|
|
3863
4159
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3864
4160
|
}
|
|
@@ -3875,6 +4171,16 @@
|
|
|
3875
4171
|
"isSealed": false,
|
|
3876
4172
|
"isStatic": false,
|
|
3877
4173
|
"arity": 0,
|
|
4174
|
+
"baseType": {
|
|
4175
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4176
|
+
"clrName": "System.Object"
|
|
4177
|
+
},
|
|
4178
|
+
"interfaces": [
|
|
4179
|
+
{
|
|
4180
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
|
|
4181
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature"
|
|
4182
|
+
}
|
|
4183
|
+
],
|
|
3878
4184
|
"methods": [
|
|
3879
4185
|
{
|
|
3880
4186
|
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.Features.HttpRequestLifetimeFeature::Abort():System.Void",
|
|
@@ -3891,6 +4197,7 @@
|
|
|
3891
4197
|
"isVirtual": true,
|
|
3892
4198
|
"isOverride": false,
|
|
3893
4199
|
"isSealed": true,
|
|
4200
|
+
"visibility": "Public",
|
|
3894
4201
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestLifetimeFeature",
|
|
3895
4202
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
3896
4203
|
"isExtensionMethod": false
|
|
@@ -3910,6 +4217,7 @@
|
|
|
3910
4217
|
"isVirtual": true,
|
|
3911
4218
|
"isOverride": false,
|
|
3912
4219
|
"isSealed": false,
|
|
4220
|
+
"visibility": "Public",
|
|
3913
4221
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
|
|
3914
4222
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
3915
4223
|
"isExtensionMethod": false,
|
|
@@ -3932,6 +4240,7 @@
|
|
|
3932
4240
|
"isAbstract": false,
|
|
3933
4241
|
"isVirtual": true,
|
|
3934
4242
|
"isOverride": false,
|
|
4243
|
+
"visibility": "Public",
|
|
3935
4244
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestLifetimeFeature",
|
|
3936
4245
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3937
4246
|
},
|
|
@@ -3950,6 +4259,7 @@
|
|
|
3950
4259
|
"isAbstract": false,
|
|
3951
4260
|
"isVirtual": true,
|
|
3952
4261
|
"isOverride": false,
|
|
4262
|
+
"visibility": "Public",
|
|
3953
4263
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
|
|
3954
4264
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
|
|
3955
4265
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -3965,6 +4275,7 @@
|
|
|
3965
4275
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3966
4276
|
"isStatic": false,
|
|
3967
4277
|
"parameterCount": 0,
|
|
4278
|
+
"visibility": "Public",
|
|
3968
4279
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpRequestLifetimeFeature",
|
|
3969
4280
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
3970
4281
|
}
|
|
@@ -3981,6 +4292,16 @@
|
|
|
3981
4292
|
"isSealed": false,
|
|
3982
4293
|
"isStatic": false,
|
|
3983
4294
|
"arity": 0,
|
|
4295
|
+
"baseType": {
|
|
4296
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4297
|
+
"clrName": "System.Object"
|
|
4298
|
+
},
|
|
4299
|
+
"interfaces": [
|
|
4300
|
+
{
|
|
4301
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4302
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature"
|
|
4303
|
+
}
|
|
4304
|
+
],
|
|
3984
4305
|
"methods": [
|
|
3985
4306
|
{
|
|
3986
4307
|
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.Features.HttpResponseFeature::OnStarting(System.Func_2[[System.Object,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.Object):System.Void",
|
|
@@ -3997,6 +4318,7 @@
|
|
|
3997
4318
|
"isVirtual": true,
|
|
3998
4319
|
"isOverride": false,
|
|
3999
4320
|
"isSealed": false,
|
|
4321
|
+
"visibility": "Public",
|
|
4000
4322
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4001
4323
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4002
4324
|
"isExtensionMethod": false
|
|
@@ -4016,6 +4338,7 @@
|
|
|
4016
4338
|
"isVirtual": true,
|
|
4017
4339
|
"isOverride": false,
|
|
4018
4340
|
"isSealed": false,
|
|
4341
|
+
"visibility": "Public",
|
|
4019
4342
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4020
4343
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4021
4344
|
"isExtensionMethod": false
|
|
@@ -4035,6 +4358,7 @@
|
|
|
4035
4358
|
"isVirtual": true,
|
|
4036
4359
|
"isOverride": false,
|
|
4037
4360
|
"isSealed": false,
|
|
4361
|
+
"visibility": "Public",
|
|
4038
4362
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4039
4363
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
4040
4364
|
"isExtensionMethod": false,
|
|
@@ -4057,6 +4381,7 @@
|
|
|
4057
4381
|
"isAbstract": false,
|
|
4058
4382
|
"isVirtual": true,
|
|
4059
4383
|
"isOverride": false,
|
|
4384
|
+
"visibility": "Public",
|
|
4060
4385
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4061
4386
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4062
4387
|
},
|
|
@@ -4075,6 +4400,7 @@
|
|
|
4075
4400
|
"isAbstract": false,
|
|
4076
4401
|
"isVirtual": true,
|
|
4077
4402
|
"isOverride": false,
|
|
4403
|
+
"visibility": "Public",
|
|
4078
4404
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4079
4405
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4080
4406
|
},
|
|
@@ -4093,6 +4419,7 @@
|
|
|
4093
4419
|
"isAbstract": false,
|
|
4094
4420
|
"isVirtual": true,
|
|
4095
4421
|
"isOverride": false,
|
|
4422
|
+
"visibility": "Public",
|
|
4096
4423
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4097
4424
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4098
4425
|
},
|
|
@@ -4111,6 +4438,7 @@
|
|
|
4111
4438
|
"isAbstract": false,
|
|
4112
4439
|
"isVirtual": true,
|
|
4113
4440
|
"isOverride": false,
|
|
4441
|
+
"visibility": "Public",
|
|
4114
4442
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4115
4443
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4116
4444
|
},
|
|
@@ -4129,6 +4457,7 @@
|
|
|
4129
4457
|
"isAbstract": false,
|
|
4130
4458
|
"isVirtual": true,
|
|
4131
4459
|
"isOverride": false,
|
|
4460
|
+
"visibility": "Public",
|
|
4132
4461
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4133
4462
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4134
4463
|
},
|
|
@@ -4147,6 +4476,7 @@
|
|
|
4147
4476
|
"isAbstract": false,
|
|
4148
4477
|
"isVirtual": true,
|
|
4149
4478
|
"isOverride": false,
|
|
4479
|
+
"visibility": "Public",
|
|
4150
4480
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4151
4481
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4152
4482
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4166,6 +4496,7 @@
|
|
|
4166
4496
|
"isAbstract": false,
|
|
4167
4497
|
"isVirtual": true,
|
|
4168
4498
|
"isOverride": false,
|
|
4499
|
+
"visibility": "Public",
|
|
4169
4500
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4170
4501
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4171
4502
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4185,6 +4516,7 @@
|
|
|
4185
4516
|
"isAbstract": false,
|
|
4186
4517
|
"isVirtual": true,
|
|
4187
4518
|
"isOverride": false,
|
|
4519
|
+
"visibility": "Public",
|
|
4188
4520
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4189
4521
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4190
4522
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4204,6 +4536,7 @@
|
|
|
4204
4536
|
"isAbstract": false,
|
|
4205
4537
|
"isVirtual": true,
|
|
4206
4538
|
"isOverride": false,
|
|
4539
|
+
"visibility": "Public",
|
|
4207
4540
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4208
4541
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4209
4542
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4223,6 +4556,7 @@
|
|
|
4223
4556
|
"isAbstract": false,
|
|
4224
4557
|
"isVirtual": true,
|
|
4225
4558
|
"isOverride": false,
|
|
4559
|
+
"visibility": "Public",
|
|
4226
4560
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4227
4561
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
|
|
4228
4562
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4238,6 +4572,7 @@
|
|
|
4238
4572
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4239
4573
|
"isStatic": false,
|
|
4240
4574
|
"parameterCount": 0,
|
|
4575
|
+
"visibility": "Public",
|
|
4241
4576
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
|
|
4242
4577
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4243
4578
|
}
|
|
@@ -4254,6 +4589,16 @@
|
|
|
4254
4589
|
"isSealed": false,
|
|
4255
4590
|
"isStatic": false,
|
|
4256
4591
|
"arity": 0,
|
|
4592
|
+
"baseType": {
|
|
4593
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4594
|
+
"clrName": "System.Object"
|
|
4595
|
+
},
|
|
4596
|
+
"interfaces": [
|
|
4597
|
+
{
|
|
4598
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IItemsFeature",
|
|
4599
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IItemsFeature"
|
|
4600
|
+
}
|
|
4601
|
+
],
|
|
4257
4602
|
"methods": [],
|
|
4258
4603
|
"properties": [
|
|
4259
4604
|
{
|
|
@@ -4271,6 +4616,7 @@
|
|
|
4271
4616
|
"isAbstract": false,
|
|
4272
4617
|
"isVirtual": true,
|
|
4273
4618
|
"isOverride": false,
|
|
4619
|
+
"visibility": "Public",
|
|
4274
4620
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ItemsFeature",
|
|
4275
4621
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4276
4622
|
},
|
|
@@ -4289,6 +4635,7 @@
|
|
|
4289
4635
|
"isAbstract": false,
|
|
4290
4636
|
"isVirtual": true,
|
|
4291
4637
|
"isOverride": false,
|
|
4638
|
+
"visibility": "Public",
|
|
4292
4639
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IItemsFeature",
|
|
4293
4640
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IItemsFeature",
|
|
4294
4641
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4304,6 +4651,7 @@
|
|
|
4304
4651
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4305
4652
|
"isStatic": false,
|
|
4306
4653
|
"parameterCount": 0,
|
|
4654
|
+
"visibility": "Public",
|
|
4307
4655
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ItemsFeature",
|
|
4308
4656
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4309
4657
|
}
|
|
@@ -4320,6 +4668,16 @@
|
|
|
4320
4668
|
"isSealed": false,
|
|
4321
4669
|
"isStatic": false,
|
|
4322
4670
|
"arity": 0,
|
|
4671
|
+
"baseType": {
|
|
4672
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4673
|
+
"clrName": "System.Object"
|
|
4674
|
+
},
|
|
4675
|
+
"interfaces": [
|
|
4676
|
+
{
|
|
4677
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IQueryFeature",
|
|
4678
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IQueryFeature"
|
|
4679
|
+
}
|
|
4680
|
+
],
|
|
4323
4681
|
"methods": [],
|
|
4324
4682
|
"properties": [
|
|
4325
4683
|
{
|
|
@@ -4337,6 +4695,7 @@
|
|
|
4337
4695
|
"isAbstract": false,
|
|
4338
4696
|
"isVirtual": true,
|
|
4339
4697
|
"isOverride": false,
|
|
4698
|
+
"visibility": "Public",
|
|
4340
4699
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.QueryFeature",
|
|
4341
4700
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4342
4701
|
},
|
|
@@ -4355,6 +4714,7 @@
|
|
|
4355
4714
|
"isAbstract": false,
|
|
4356
4715
|
"isVirtual": true,
|
|
4357
4716
|
"isOverride": false,
|
|
4717
|
+
"visibility": "Public",
|
|
4358
4718
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IQueryFeature",
|
|
4359
4719
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IQueryFeature",
|
|
4360
4720
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4370,6 +4730,7 @@
|
|
|
4370
4730
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.IQueryCollection):void|static=false",
|
|
4371
4731
|
"isStatic": false,
|
|
4372
4732
|
"parameterCount": 1,
|
|
4733
|
+
"visibility": "Public",
|
|
4373
4734
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.QueryFeature",
|
|
4374
4735
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4375
4736
|
},
|
|
@@ -4380,6 +4741,7 @@
|
|
|
4380
4741
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.Features.IFeatureCollection):void|static=false",
|
|
4381
4742
|
"isStatic": false,
|
|
4382
4743
|
"parameterCount": 1,
|
|
4744
|
+
"visibility": "Public",
|
|
4383
4745
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.QueryFeature",
|
|
4384
4746
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4385
4747
|
}
|
|
@@ -4396,6 +4758,16 @@
|
|
|
4396
4758
|
"isSealed": false,
|
|
4397
4759
|
"isStatic": false,
|
|
4398
4760
|
"arity": 0,
|
|
4761
|
+
"baseType": {
|
|
4762
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4763
|
+
"clrName": "System.Object"
|
|
4764
|
+
},
|
|
4765
|
+
"interfaces": [
|
|
4766
|
+
{
|
|
4767
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature",
|
|
4768
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature"
|
|
4769
|
+
}
|
|
4770
|
+
],
|
|
4399
4771
|
"methods": [],
|
|
4400
4772
|
"properties": [
|
|
4401
4773
|
{
|
|
@@ -4413,6 +4785,7 @@
|
|
|
4413
4785
|
"isAbstract": false,
|
|
4414
4786
|
"isVirtual": true,
|
|
4415
4787
|
"isOverride": false,
|
|
4788
|
+
"visibility": "Public",
|
|
4416
4789
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestBodyPipeFeature",
|
|
4417
4790
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4418
4791
|
},
|
|
@@ -4431,6 +4804,7 @@
|
|
|
4431
4804
|
"isAbstract": false,
|
|
4432
4805
|
"isVirtual": true,
|
|
4433
4806
|
"isOverride": false,
|
|
4807
|
+
"visibility": "Public",
|
|
4434
4808
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature",
|
|
4435
4809
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature",
|
|
4436
4810
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4446,6 +4820,7 @@
|
|
|
4446
4820
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext):void|static=false",
|
|
4447
4821
|
"isStatic": false,
|
|
4448
4822
|
"parameterCount": 1,
|
|
4823
|
+
"visibility": "Public",
|
|
4449
4824
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestBodyPipeFeature",
|
|
4450
4825
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4451
4826
|
}
|
|
@@ -4462,6 +4837,16 @@
|
|
|
4462
4837
|
"isSealed": false,
|
|
4463
4838
|
"isStatic": false,
|
|
4464
4839
|
"arity": 0,
|
|
4840
|
+
"baseType": {
|
|
4841
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4842
|
+
"clrName": "System.Object"
|
|
4843
|
+
},
|
|
4844
|
+
"interfaces": [
|
|
4845
|
+
{
|
|
4846
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
|
|
4847
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature"
|
|
4848
|
+
}
|
|
4849
|
+
],
|
|
4465
4850
|
"methods": [],
|
|
4466
4851
|
"properties": [
|
|
4467
4852
|
{
|
|
@@ -4479,6 +4864,7 @@
|
|
|
4479
4864
|
"isAbstract": false,
|
|
4480
4865
|
"isVirtual": true,
|
|
4481
4866
|
"isOverride": false,
|
|
4867
|
+
"visibility": "Public",
|
|
4482
4868
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestCookiesFeature",
|
|
4483
4869
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4484
4870
|
},
|
|
@@ -4497,6 +4883,7 @@
|
|
|
4497
4883
|
"isAbstract": false,
|
|
4498
4884
|
"isVirtual": true,
|
|
4499
4885
|
"isOverride": false,
|
|
4886
|
+
"visibility": "Public",
|
|
4500
4887
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
|
|
4501
4888
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
|
|
4502
4889
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4512,6 +4899,7 @@
|
|
|
4512
4899
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.IRequestCookieCollection):void|static=false",
|
|
4513
4900
|
"isStatic": false,
|
|
4514
4901
|
"parameterCount": 1,
|
|
4902
|
+
"visibility": "Public",
|
|
4515
4903
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestCookiesFeature",
|
|
4516
4904
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4517
4905
|
},
|
|
@@ -4522,6 +4910,7 @@
|
|
|
4522
4910
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.Features.IFeatureCollection):void|static=false",
|
|
4523
4911
|
"isStatic": false,
|
|
4524
4912
|
"parameterCount": 1,
|
|
4913
|
+
"visibility": "Public",
|
|
4525
4914
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestCookiesFeature",
|
|
4526
4915
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4527
4916
|
}
|
|
@@ -4538,6 +4927,24 @@
|
|
|
4538
4927
|
"isSealed": false,
|
|
4539
4928
|
"isStatic": false,
|
|
4540
4929
|
"arity": 0,
|
|
4930
|
+
"baseType": {
|
|
4931
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4932
|
+
"clrName": "System.Object"
|
|
4933
|
+
},
|
|
4934
|
+
"interfaces": [
|
|
4935
|
+
{
|
|
4936
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
4937
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
4941
|
+
"clrName": "System.IDisposable"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
4945
|
+
"clrName": "System.IAsyncDisposable"
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4541
4948
|
"methods": [
|
|
4542
4949
|
{
|
|
4543
4950
|
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.Features.RequestServicesFeature::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
@@ -4554,6 +4961,7 @@
|
|
|
4554
4961
|
"isVirtual": true,
|
|
4555
4962
|
"isOverride": false,
|
|
4556
4963
|
"isSealed": true,
|
|
4964
|
+
"visibility": "Public",
|
|
4557
4965
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestServicesFeature",
|
|
4558
4966
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4559
4967
|
"isExtensionMethod": false
|
|
@@ -4573,6 +4981,7 @@
|
|
|
4573
4981
|
"isVirtual": true,
|
|
4574
4982
|
"isOverride": false,
|
|
4575
4983
|
"isSealed": true,
|
|
4984
|
+
"visibility": "Public",
|
|
4576
4985
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestServicesFeature",
|
|
4577
4986
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4578
4987
|
"isExtensionMethod": false
|
|
@@ -4594,6 +5003,7 @@
|
|
|
4594
5003
|
"isAbstract": false,
|
|
4595
5004
|
"isVirtual": true,
|
|
4596
5005
|
"isOverride": false,
|
|
5006
|
+
"visibility": "Public",
|
|
4597
5007
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestServicesFeature",
|
|
4598
5008
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4599
5009
|
},
|
|
@@ -4612,6 +5022,7 @@
|
|
|
4612
5022
|
"isAbstract": false,
|
|
4613
5023
|
"isVirtual": true,
|
|
4614
5024
|
"isOverride": false,
|
|
5025
|
+
"visibility": "Public",
|
|
4615
5026
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
4616
5027
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
4617
5028
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4627,6 +5038,7 @@
|
|
|
4627
5038
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.Extensions.DependencyInjection.IServiceScopeFactory):void|static=false",
|
|
4628
5039
|
"isStatic": false,
|
|
4629
5040
|
"parameterCount": 2,
|
|
5041
|
+
"visibility": "Public",
|
|
4630
5042
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RequestServicesFeature",
|
|
4631
5043
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4632
5044
|
}
|
|
@@ -4643,6 +5055,16 @@
|
|
|
4643
5055
|
"isSealed": false,
|
|
4644
5056
|
"isStatic": false,
|
|
4645
5057
|
"arity": 0,
|
|
5058
|
+
"baseType": {
|
|
5059
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5060
|
+
"clrName": "System.Object"
|
|
5061
|
+
},
|
|
5062
|
+
"interfaces": [
|
|
5063
|
+
{
|
|
5064
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature",
|
|
5065
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature"
|
|
5066
|
+
}
|
|
5067
|
+
],
|
|
4646
5068
|
"methods": [],
|
|
4647
5069
|
"properties": [
|
|
4648
5070
|
{
|
|
@@ -4660,6 +5082,7 @@
|
|
|
4660
5082
|
"isAbstract": false,
|
|
4661
5083
|
"isVirtual": true,
|
|
4662
5084
|
"isOverride": false,
|
|
5085
|
+
"visibility": "Public",
|
|
4663
5086
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature",
|
|
4664
5087
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4665
5088
|
},
|
|
@@ -4678,6 +5101,7 @@
|
|
|
4678
5101
|
"isAbstract": false,
|
|
4679
5102
|
"isVirtual": true,
|
|
4680
5103
|
"isOverride": false,
|
|
5104
|
+
"visibility": "Public",
|
|
4681
5105
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature",
|
|
4682
5106
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature",
|
|
4683
5107
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4693,6 +5117,7 @@
|
|
|
4693
5117
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.Features.IFeatureCollection):void|static=false",
|
|
4694
5118
|
"isStatic": false,
|
|
4695
5119
|
"parameterCount": 1,
|
|
5120
|
+
"visibility": "Public",
|
|
4696
5121
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature",
|
|
4697
5122
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4698
5123
|
},
|
|
@@ -4703,6 +5128,7 @@
|
|
|
4703
5128
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.Features.IFeatureCollection,Microsoft.Extensions.ObjectPool.ObjectPool_1[[System.Text.StringBuilder,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
4704
5129
|
"isStatic": false,
|
|
4705
5130
|
"parameterCount": 2,
|
|
5131
|
+
"visibility": "Public",
|
|
4706
5132
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature",
|
|
4707
5133
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4708
5134
|
}
|
|
@@ -4719,6 +5145,16 @@
|
|
|
4719
5145
|
"isSealed": false,
|
|
4720
5146
|
"isStatic": false,
|
|
4721
5147
|
"arity": 0,
|
|
5148
|
+
"baseType": {
|
|
5149
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5150
|
+
"clrName": "System.Object"
|
|
5151
|
+
},
|
|
5152
|
+
"interfaces": [
|
|
5153
|
+
{
|
|
5154
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.Features.IRouteValuesFeature",
|
|
5155
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IRouteValuesFeature"
|
|
5156
|
+
}
|
|
5157
|
+
],
|
|
4722
5158
|
"methods": [],
|
|
4723
5159
|
"properties": [
|
|
4724
5160
|
{
|
|
@@ -4736,6 +5172,7 @@
|
|
|
4736
5172
|
"isAbstract": false,
|
|
4737
5173
|
"isVirtual": true,
|
|
4738
5174
|
"isOverride": false,
|
|
5175
|
+
"visibility": "Public",
|
|
4739
5176
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RouteValuesFeature",
|
|
4740
5177
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4741
5178
|
},
|
|
@@ -4754,6 +5191,7 @@
|
|
|
4754
5191
|
"isAbstract": false,
|
|
4755
5192
|
"isVirtual": true,
|
|
4756
5193
|
"isOverride": false,
|
|
5194
|
+
"visibility": "Public",
|
|
4757
5195
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IRouteValuesFeature",
|
|
4758
5196
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IRouteValuesFeature",
|
|
4759
5197
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
@@ -4769,6 +5207,7 @@
|
|
|
4769
5207
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4770
5208
|
"isStatic": false,
|
|
4771
5209
|
"parameterCount": 0,
|
|
5210
|
+
"visibility": "Public",
|
|
4772
5211
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.RouteValuesFeature",
|
|
4773
5212
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4774
5213
|
}
|
|
@@ -4785,6 +5224,16 @@
|
|
|
4785
5224
|
"isSealed": false,
|
|
4786
5225
|
"isStatic": false,
|
|
4787
5226
|
"arity": 0,
|
|
5227
|
+
"baseType": {
|
|
5228
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5229
|
+
"clrName": "System.Object"
|
|
5230
|
+
},
|
|
5231
|
+
"interfaces": [
|
|
5232
|
+
{
|
|
5233
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
5234
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature"
|
|
5235
|
+
}
|
|
5236
|
+
],
|
|
4788
5237
|
"methods": [],
|
|
4789
5238
|
"properties": [
|
|
4790
5239
|
{
|
|
@@ -4802,6 +5251,7 @@
|
|
|
4802
5251
|
"isAbstract": false,
|
|
4803
5252
|
"isVirtual": true,
|
|
4804
5253
|
"isOverride": false,
|
|
5254
|
+
"visibility": "Public",
|
|
4805
5255
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ServiceProvidersFeature",
|
|
4806
5256
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4807
5257
|
},
|
|
@@ -4820,6 +5270,7 @@
|
|
|
4820
5270
|
"isAbstract": false,
|
|
4821
5271
|
"isVirtual": true,
|
|
4822
5272
|
"isOverride": false,
|
|
5273
|
+
"visibility": "Public",
|
|
4823
5274
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
4824
5275
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
4825
5276
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4835,6 +5286,7 @@
|
|
|
4835
5286
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4836
5287
|
"isStatic": false,
|
|
4837
5288
|
"parameterCount": 0,
|
|
5289
|
+
"visibility": "Public",
|
|
4838
5290
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ServiceProvidersFeature",
|
|
4839
5291
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4840
5292
|
}
|
|
@@ -4851,6 +5303,16 @@
|
|
|
4851
5303
|
"isSealed": false,
|
|
4852
5304
|
"isStatic": false,
|
|
4853
5305
|
"arity": 0,
|
|
5306
|
+
"baseType": {
|
|
5307
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5308
|
+
"clrName": "System.Object"
|
|
5309
|
+
},
|
|
5310
|
+
"interfaces": [
|
|
5311
|
+
{
|
|
5312
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
|
|
5313
|
+
"clrName": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature"
|
|
5314
|
+
}
|
|
5315
|
+
],
|
|
4854
5316
|
"methods": [
|
|
4855
5317
|
{
|
|
4856
5318
|
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.Features.TlsConnectionFeature::GetClientCertificateAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
@@ -4867,6 +5329,7 @@
|
|
|
4867
5329
|
"isVirtual": true,
|
|
4868
5330
|
"isOverride": false,
|
|
4869
5331
|
"isSealed": true,
|
|
5332
|
+
"visibility": "Public",
|
|
4870
5333
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.TlsConnectionFeature",
|
|
4871
5334
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4872
5335
|
"isExtensionMethod": false
|
|
@@ -4886,6 +5349,7 @@
|
|
|
4886
5349
|
"isVirtual": true,
|
|
4887
5350
|
"isOverride": false,
|
|
4888
5351
|
"isSealed": false,
|
|
5352
|
+
"visibility": "Public",
|
|
4889
5353
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
|
|
4890
5354
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features",
|
|
4891
5355
|
"isExtensionMethod": false,
|
|
@@ -4908,6 +5372,7 @@
|
|
|
4908
5372
|
"isAbstract": false,
|
|
4909
5373
|
"isVirtual": true,
|
|
4910
5374
|
"isOverride": false,
|
|
5375
|
+
"visibility": "Public",
|
|
4911
5376
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.TlsConnectionFeature",
|
|
4912
5377
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4913
5378
|
},
|
|
@@ -4926,6 +5391,7 @@
|
|
|
4926
5391
|
"isAbstract": false,
|
|
4927
5392
|
"isVirtual": true,
|
|
4928
5393
|
"isOverride": false,
|
|
5394
|
+
"visibility": "Public",
|
|
4929
5395
|
"sourceInterface": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
|
|
4930
5396
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
|
|
4931
5397
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
@@ -4941,6 +5407,7 @@
|
|
|
4941
5407
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4942
5408
|
"isStatic": false,
|
|
4943
5409
|
"parameterCount": 0,
|
|
5410
|
+
"visibility": "Public",
|
|
4944
5411
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.TlsConnectionFeature",
|
|
4945
5412
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4946
5413
|
}
|
|
@@ -4957,6 +5424,10 @@
|
|
|
4957
5424
|
"isSealed": true,
|
|
4958
5425
|
"isStatic": true,
|
|
4959
5426
|
"arity": 0,
|
|
5427
|
+
"baseType": {
|
|
5428
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5429
|
+
"clrName": "System.Object"
|
|
5430
|
+
},
|
|
4960
5431
|
"methods": [
|
|
4961
5432
|
{
|
|
4962
5433
|
"stableId": "Microsoft.Extensions.Features:Microsoft.AspNetCore.Http.Features.FeatureCollectionExtensions::GetRequiredFeature(Microsoft.AspNetCore.Http.Features.IFeatureCollection):TFeature",
|
|
@@ -4973,6 +5444,7 @@
|
|
|
4973
5444
|
"isVirtual": false,
|
|
4974
5445
|
"isOverride": false,
|
|
4975
5446
|
"isSealed": false,
|
|
5447
|
+
"visibility": "Public",
|
|
4976
5448
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollectionExtensions",
|
|
4977
5449
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
4978
5450
|
"isExtensionMethod": true
|
|
@@ -4992,6 +5464,7 @@
|
|
|
4992
5464
|
"isVirtual": false,
|
|
4993
5465
|
"isOverride": false,
|
|
4994
5466
|
"isSealed": false,
|
|
5467
|
+
"visibility": "Public",
|
|
4995
5468
|
"declaringClrType": "Microsoft.AspNetCore.Http.Features.FeatureCollectionExtensions",
|
|
4996
5469
|
"declaringAssemblyName": "Microsoft.Extensions.Features",
|
|
4997
5470
|
"isExtensionMethod": true
|