@tsonic/aspnetcore 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -1,2396 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"namespace": "Microsoft.AspNetCore.Server.HttpSys",
|
|
3
|
-
"contributingAssemblies": [
|
|
4
|
-
"Microsoft.AspNetCore.Server.HttpSys"
|
|
5
|
-
],
|
|
6
|
-
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
9
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
10
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Enum",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 0,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
-
"clrName": "System.Enum"
|
|
21
|
-
},
|
|
22
|
-
"interfaces": [
|
|
23
|
-
{
|
|
24
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
-
"clrName": "System.IComparable"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
-
"clrName": "System.ISpanFormattable"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
-
"clrName": "System.IFormattable"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
-
"clrName": "System.IConvertible"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"methods": [],
|
|
41
|
-
"properties": [],
|
|
42
|
-
"fields": [
|
|
43
|
-
{
|
|
44
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes::value__System.Int32",
|
|
45
|
-
"clrName": "value__",
|
|
46
|
-
"metadataToken": 67112866,
|
|
47
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
48
|
-
"isStatic": false,
|
|
49
|
-
"isReadOnly": false,
|
|
50
|
-
"isLiteral": false,
|
|
51
|
-
"visibility": "Public",
|
|
52
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
53
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes::NoneMicrosoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
57
|
-
"clrName": "None",
|
|
58
|
-
"metadataToken": 67112867,
|
|
59
|
-
"normalizedSignature": "None|Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes|static=true|const=true",
|
|
60
|
-
"isStatic": true,
|
|
61
|
-
"isReadOnly": false,
|
|
62
|
-
"isLiteral": true,
|
|
63
|
-
"visibility": "Public",
|
|
64
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
65
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes::BasicMicrosoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
69
|
-
"clrName": "Basic",
|
|
70
|
-
"metadataToken": 67112868,
|
|
71
|
-
"normalizedSignature": "Basic|Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes|static=true|const=true",
|
|
72
|
-
"isStatic": true,
|
|
73
|
-
"isReadOnly": false,
|
|
74
|
-
"isLiteral": true,
|
|
75
|
-
"visibility": "Public",
|
|
76
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
77
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes::NTLMMicrosoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
81
|
-
"clrName": "NTLM",
|
|
82
|
-
"metadataToken": 67112869,
|
|
83
|
-
"normalizedSignature": "NTLM|Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes|static=true|const=true",
|
|
84
|
-
"isStatic": true,
|
|
85
|
-
"isReadOnly": false,
|
|
86
|
-
"isLiteral": true,
|
|
87
|
-
"visibility": "Public",
|
|
88
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
89
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes::NegotiateMicrosoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
93
|
-
"clrName": "Negotiate",
|
|
94
|
-
"metadataToken": 67112870,
|
|
95
|
-
"normalizedSignature": "Negotiate|Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes|static=true|const=true",
|
|
96
|
-
"isStatic": true,
|
|
97
|
-
"isReadOnly": false,
|
|
98
|
-
"isLiteral": true,
|
|
99
|
-
"visibility": "Public",
|
|
100
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
101
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes::KerberosMicrosoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
105
|
-
"clrName": "Kerberos",
|
|
106
|
-
"metadataToken": 67112871,
|
|
107
|
-
"normalizedSignature": "Kerberos|Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes|static=true|const=true",
|
|
108
|
-
"isStatic": true,
|
|
109
|
-
"isReadOnly": false,
|
|
110
|
-
"isLiteral": true,
|
|
111
|
-
"visibility": "Public",
|
|
112
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
113
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"events": [],
|
|
117
|
-
"constructors": []
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
121
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
122
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
123
|
-
"metadataToken": 0,
|
|
124
|
-
"kind": "Enum",
|
|
125
|
-
"accessibility": "Public",
|
|
126
|
-
"isAbstract": false,
|
|
127
|
-
"isSealed": true,
|
|
128
|
-
"isStatic": false,
|
|
129
|
-
"arity": 0,
|
|
130
|
-
"baseType": {
|
|
131
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
132
|
-
"clrName": "System.Enum"
|
|
133
|
-
},
|
|
134
|
-
"interfaces": [
|
|
135
|
-
{
|
|
136
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
137
|
-
"clrName": "System.IComparable"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
141
|
-
"clrName": "System.ISpanFormattable"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
145
|
-
"clrName": "System.IFormattable"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
149
|
-
"clrName": "System.IConvertible"
|
|
150
|
-
}
|
|
151
|
-
],
|
|
152
|
-
"methods": [],
|
|
153
|
-
"properties": [],
|
|
154
|
-
"fields": [
|
|
155
|
-
{
|
|
156
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod::value__System.Int32",
|
|
157
|
-
"clrName": "value__",
|
|
158
|
-
"metadataToken": 67112872,
|
|
159
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
160
|
-
"isStatic": false,
|
|
161
|
-
"isReadOnly": false,
|
|
162
|
-
"isLiteral": false,
|
|
163
|
-
"visibility": "Public",
|
|
164
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
165
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod::NoCertificateMicrosoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
169
|
-
"clrName": "NoCertificate",
|
|
170
|
-
"metadataToken": 67112873,
|
|
171
|
-
"normalizedSignature": "NoCertificate|Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod|static=true|const=true",
|
|
172
|
-
"isStatic": true,
|
|
173
|
-
"isReadOnly": false,
|
|
174
|
-
"isLiteral": true,
|
|
175
|
-
"visibility": "Public",
|
|
176
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
177
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod::AllowCertificateMicrosoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
181
|
-
"clrName": "AllowCertificate",
|
|
182
|
-
"metadataToken": 67112874,
|
|
183
|
-
"normalizedSignature": "AllowCertificate|Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod|static=true|const=true",
|
|
184
|
-
"isStatic": true,
|
|
185
|
-
"isReadOnly": false,
|
|
186
|
-
"isLiteral": true,
|
|
187
|
-
"visibility": "Public",
|
|
188
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
189
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod::AllowRenegotationMicrosoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
193
|
-
"clrName": "AllowRenegotation",
|
|
194
|
-
"metadataToken": 67112875,
|
|
195
|
-
"normalizedSignature": "AllowRenegotation|Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod|static=true|const=true",
|
|
196
|
-
"isStatic": true,
|
|
197
|
-
"isReadOnly": false,
|
|
198
|
-
"isLiteral": true,
|
|
199
|
-
"visibility": "Public",
|
|
200
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
201
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"events": [],
|
|
205
|
-
"constructors": []
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
209
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
210
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
211
|
-
"metadataToken": 0,
|
|
212
|
-
"kind": "Enum",
|
|
213
|
-
"accessibility": "Public",
|
|
214
|
-
"isAbstract": false,
|
|
215
|
-
"isSealed": true,
|
|
216
|
-
"isStatic": false,
|
|
217
|
-
"arity": 0,
|
|
218
|
-
"baseType": {
|
|
219
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
220
|
-
"clrName": "System.Enum"
|
|
221
|
-
},
|
|
222
|
-
"interfaces": [
|
|
223
|
-
{
|
|
224
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
225
|
-
"clrName": "System.IComparable"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
229
|
-
"clrName": "System.ISpanFormattable"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
233
|
-
"clrName": "System.IFormattable"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
237
|
-
"clrName": "System.IConvertible"
|
|
238
|
-
}
|
|
239
|
-
],
|
|
240
|
-
"methods": [],
|
|
241
|
-
"properties": [],
|
|
242
|
-
"fields": [
|
|
243
|
-
{
|
|
244
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel::value__System.Int64",
|
|
245
|
-
"clrName": "value__",
|
|
246
|
-
"metadataToken": 67112882,
|
|
247
|
-
"normalizedSignature": "value__|System.Int64|static=false|const=false",
|
|
248
|
-
"isStatic": false,
|
|
249
|
-
"isReadOnly": false,
|
|
250
|
-
"isLiteral": false,
|
|
251
|
-
"visibility": "Public",
|
|
252
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
253
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel::BasicMicrosoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
257
|
-
"clrName": "Basic",
|
|
258
|
-
"metadataToken": 67112883,
|
|
259
|
-
"normalizedSignature": "Basic|Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel|static=true|const=true",
|
|
260
|
-
"isStatic": true,
|
|
261
|
-
"isReadOnly": false,
|
|
262
|
-
"isLiteral": true,
|
|
263
|
-
"visibility": "Public",
|
|
264
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
265
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel::LimitedMicrosoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
269
|
-
"clrName": "Limited",
|
|
270
|
-
"metadataToken": 67112884,
|
|
271
|
-
"normalizedSignature": "Limited|Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel|static=true|const=true",
|
|
272
|
-
"isStatic": true,
|
|
273
|
-
"isReadOnly": false,
|
|
274
|
-
"isLiteral": true,
|
|
275
|
-
"visibility": "Public",
|
|
276
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
277
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel::FullMicrosoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
281
|
-
"clrName": "Full",
|
|
282
|
-
"metadataToken": 67112885,
|
|
283
|
-
"normalizedSignature": "Full|Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel|static=true|const=true",
|
|
284
|
-
"isStatic": true,
|
|
285
|
-
"isReadOnly": false,
|
|
286
|
-
"isLiteral": true,
|
|
287
|
-
"visibility": "Public",
|
|
288
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
289
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
290
|
-
}
|
|
291
|
-
],
|
|
292
|
-
"events": [],
|
|
293
|
-
"constructors": []
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
297
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
298
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
299
|
-
"metadataToken": 0,
|
|
300
|
-
"kind": "Enum",
|
|
301
|
-
"accessibility": "Public",
|
|
302
|
-
"isAbstract": false,
|
|
303
|
-
"isSealed": true,
|
|
304
|
-
"isStatic": false,
|
|
305
|
-
"arity": 0,
|
|
306
|
-
"baseType": {
|
|
307
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
308
|
-
"clrName": "System.Enum"
|
|
309
|
-
},
|
|
310
|
-
"interfaces": [
|
|
311
|
-
{
|
|
312
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
313
|
-
"clrName": "System.IComparable"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
317
|
-
"clrName": "System.ISpanFormattable"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
321
|
-
"clrName": "System.IFormattable"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
325
|
-
"clrName": "System.IConvertible"
|
|
326
|
-
}
|
|
327
|
-
],
|
|
328
|
-
"methods": [],
|
|
329
|
-
"properties": [],
|
|
330
|
-
"fields": [
|
|
331
|
-
{
|
|
332
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::value__System.Int32",
|
|
333
|
-
"clrName": "value__",
|
|
334
|
-
"metadataToken": 67112923,
|
|
335
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
336
|
-
"isStatic": false,
|
|
337
|
-
"isReadOnly": false,
|
|
338
|
-
"isLiteral": false,
|
|
339
|
-
"visibility": "Public",
|
|
340
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
341
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::ConnectionStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
345
|
-
"clrName": "ConnectionStart",
|
|
346
|
-
"metadataToken": 67112924,
|
|
347
|
-
"normalizedSignature": "ConnectionStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
348
|
-
"isStatic": true,
|
|
349
|
-
"isReadOnly": false,
|
|
350
|
-
"isLiteral": true,
|
|
351
|
-
"visibility": "Public",
|
|
352
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
353
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::DataStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
357
|
-
"clrName": "DataStart",
|
|
358
|
-
"metadataToken": 67112925,
|
|
359
|
-
"normalizedSignature": "DataStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
360
|
-
"isStatic": true,
|
|
361
|
-
"isReadOnly": false,
|
|
362
|
-
"isLiteral": true,
|
|
363
|
-
"visibility": "Public",
|
|
364
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
365
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsCertificateLoadStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
369
|
-
"clrName": "TlsCertificateLoadStart",
|
|
370
|
-
"metadataToken": 67112926,
|
|
371
|
-
"normalizedSignature": "TlsCertificateLoadStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
372
|
-
"isStatic": true,
|
|
373
|
-
"isReadOnly": false,
|
|
374
|
-
"isLiteral": true,
|
|
375
|
-
"visibility": "Public",
|
|
376
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
377
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsCertificateLoadEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
381
|
-
"clrName": "TlsCertificateLoadEnd",
|
|
382
|
-
"metadataToken": 67112927,
|
|
383
|
-
"normalizedSignature": "TlsCertificateLoadEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
384
|
-
"isStatic": true,
|
|
385
|
-
"isReadOnly": false,
|
|
386
|
-
"isLiteral": true,
|
|
387
|
-
"visibility": "Public",
|
|
388
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
389
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsHandshakeLeg1StartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
393
|
-
"clrName": "TlsHandshakeLeg1Start",
|
|
394
|
-
"metadataToken": 67112928,
|
|
395
|
-
"normalizedSignature": "TlsHandshakeLeg1Start|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
396
|
-
"isStatic": true,
|
|
397
|
-
"isReadOnly": false,
|
|
398
|
-
"isLiteral": true,
|
|
399
|
-
"visibility": "Public",
|
|
400
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
401
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsHandshakeLeg1EndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
405
|
-
"clrName": "TlsHandshakeLeg1End",
|
|
406
|
-
"metadataToken": 67112929,
|
|
407
|
-
"normalizedSignature": "TlsHandshakeLeg1End|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
408
|
-
"isStatic": true,
|
|
409
|
-
"isReadOnly": false,
|
|
410
|
-
"isLiteral": true,
|
|
411
|
-
"visibility": "Public",
|
|
412
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
413
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsHandshakeLeg2StartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
417
|
-
"clrName": "TlsHandshakeLeg2Start",
|
|
418
|
-
"metadataToken": 67112930,
|
|
419
|
-
"normalizedSignature": "TlsHandshakeLeg2Start|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
420
|
-
"isStatic": true,
|
|
421
|
-
"isReadOnly": false,
|
|
422
|
-
"isLiteral": true,
|
|
423
|
-
"visibility": "Public",
|
|
424
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
425
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsHandshakeLeg2EndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
429
|
-
"clrName": "TlsHandshakeLeg2End",
|
|
430
|
-
"metadataToken": 67112931,
|
|
431
|
-
"normalizedSignature": "TlsHandshakeLeg2End|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
432
|
-
"isStatic": true,
|
|
433
|
-
"isReadOnly": false,
|
|
434
|
-
"isLiteral": true,
|
|
435
|
-
"visibility": "Public",
|
|
436
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
437
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsAttributesQueryStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
441
|
-
"clrName": "TlsAttributesQueryStart",
|
|
442
|
-
"metadataToken": 67112932,
|
|
443
|
-
"normalizedSignature": "TlsAttributesQueryStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
444
|
-
"isStatic": true,
|
|
445
|
-
"isReadOnly": false,
|
|
446
|
-
"isLiteral": true,
|
|
447
|
-
"visibility": "Public",
|
|
448
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
449
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsAttributesQueryEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
453
|
-
"clrName": "TlsAttributesQueryEnd",
|
|
454
|
-
"metadataToken": 67112933,
|
|
455
|
-
"normalizedSignature": "TlsAttributesQueryEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
456
|
-
"isStatic": true,
|
|
457
|
-
"isReadOnly": false,
|
|
458
|
-
"isLiteral": true,
|
|
459
|
-
"visibility": "Public",
|
|
460
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
461
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsClientCertQueryStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
465
|
-
"clrName": "TlsClientCertQueryStart",
|
|
466
|
-
"metadataToken": 67112934,
|
|
467
|
-
"normalizedSignature": "TlsClientCertQueryStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
468
|
-
"isStatic": true,
|
|
469
|
-
"isReadOnly": false,
|
|
470
|
-
"isLiteral": true,
|
|
471
|
-
"visibility": "Public",
|
|
472
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
473
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::TlsClientCertQueryEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
477
|
-
"clrName": "TlsClientCertQueryEnd",
|
|
478
|
-
"metadataToken": 67112935,
|
|
479
|
-
"normalizedSignature": "TlsClientCertQueryEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
480
|
-
"isStatic": true,
|
|
481
|
-
"isReadOnly": false,
|
|
482
|
-
"isLiteral": true,
|
|
483
|
-
"visibility": "Public",
|
|
484
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
485
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::Http2StreamStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
489
|
-
"clrName": "Http2StreamStart",
|
|
490
|
-
"metadataToken": 67112936,
|
|
491
|
-
"normalizedSignature": "Http2StreamStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
492
|
-
"isStatic": true,
|
|
493
|
-
"isReadOnly": false,
|
|
494
|
-
"isLiteral": true,
|
|
495
|
-
"visibility": "Public",
|
|
496
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
497
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::Http2HeaderDecodeStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
501
|
-
"clrName": "Http2HeaderDecodeStart",
|
|
502
|
-
"metadataToken": 67112937,
|
|
503
|
-
"normalizedSignature": "Http2HeaderDecodeStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
504
|
-
"isStatic": true,
|
|
505
|
-
"isReadOnly": false,
|
|
506
|
-
"isLiteral": true,
|
|
507
|
-
"visibility": "Public",
|
|
508
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
509
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::Http2HeaderDecodeEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
513
|
-
"clrName": "Http2HeaderDecodeEnd",
|
|
514
|
-
"metadataToken": 67112938,
|
|
515
|
-
"normalizedSignature": "Http2HeaderDecodeEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
516
|
-
"isStatic": true,
|
|
517
|
-
"isReadOnly": false,
|
|
518
|
-
"isLiteral": true,
|
|
519
|
-
"visibility": "Public",
|
|
520
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
521
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestHeaderParseStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
525
|
-
"clrName": "RequestHeaderParseStart",
|
|
526
|
-
"metadataToken": 67112939,
|
|
527
|
-
"normalizedSignature": "RequestHeaderParseStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
528
|
-
"isStatic": true,
|
|
529
|
-
"isReadOnly": false,
|
|
530
|
-
"isLiteral": true,
|
|
531
|
-
"visibility": "Public",
|
|
532
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
533
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestHeaderParseEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
537
|
-
"clrName": "RequestHeaderParseEnd",
|
|
538
|
-
"metadataToken": 67112940,
|
|
539
|
-
"normalizedSignature": "RequestHeaderParseEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
540
|
-
"isStatic": true,
|
|
541
|
-
"isReadOnly": false,
|
|
542
|
-
"isLiteral": true,
|
|
543
|
-
"visibility": "Public",
|
|
544
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
545
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestRoutingStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
549
|
-
"clrName": "RequestRoutingStart",
|
|
550
|
-
"metadataToken": 67112941,
|
|
551
|
-
"normalizedSignature": "RequestRoutingStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
552
|
-
"isStatic": true,
|
|
553
|
-
"isReadOnly": false,
|
|
554
|
-
"isLiteral": true,
|
|
555
|
-
"visibility": "Public",
|
|
556
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
557
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestRoutingEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
561
|
-
"clrName": "RequestRoutingEnd",
|
|
562
|
-
"metadataToken": 67112942,
|
|
563
|
-
"normalizedSignature": "RequestRoutingEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
564
|
-
"isStatic": true,
|
|
565
|
-
"isReadOnly": false,
|
|
566
|
-
"isLiteral": true,
|
|
567
|
-
"visibility": "Public",
|
|
568
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
569
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestQueuedForInspectionMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
573
|
-
"clrName": "RequestQueuedForInspection",
|
|
574
|
-
"metadataToken": 67112943,
|
|
575
|
-
"normalizedSignature": "RequestQueuedForInspection|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
576
|
-
"isStatic": true,
|
|
577
|
-
"isReadOnly": false,
|
|
578
|
-
"isLiteral": true,
|
|
579
|
-
"visibility": "Public",
|
|
580
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
581
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestDeliveredForInspectionMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
585
|
-
"clrName": "RequestDeliveredForInspection",
|
|
586
|
-
"metadataToken": 67112944,
|
|
587
|
-
"normalizedSignature": "RequestDeliveredForInspection|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
588
|
-
"isStatic": true,
|
|
589
|
-
"isReadOnly": false,
|
|
590
|
-
"isLiteral": true,
|
|
591
|
-
"visibility": "Public",
|
|
592
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
593
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestReturnedAfterInspectionMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
597
|
-
"clrName": "RequestReturnedAfterInspection",
|
|
598
|
-
"metadataToken": 67112945,
|
|
599
|
-
"normalizedSignature": "RequestReturnedAfterInspection|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
600
|
-
"isStatic": true,
|
|
601
|
-
"isReadOnly": false,
|
|
602
|
-
"isLiteral": true,
|
|
603
|
-
"visibility": "Public",
|
|
604
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
605
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestQueuedForDelegationMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
609
|
-
"clrName": "RequestQueuedForDelegation",
|
|
610
|
-
"metadataToken": 67112946,
|
|
611
|
-
"normalizedSignature": "RequestQueuedForDelegation|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
612
|
-
"isStatic": true,
|
|
613
|
-
"isReadOnly": false,
|
|
614
|
-
"isLiteral": true,
|
|
615
|
-
"visibility": "Public",
|
|
616
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
617
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestDeliveredForDelegationMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
621
|
-
"clrName": "RequestDeliveredForDelegation",
|
|
622
|
-
"metadataToken": 67112947,
|
|
623
|
-
"normalizedSignature": "RequestDeliveredForDelegation|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
624
|
-
"isStatic": true,
|
|
625
|
-
"isReadOnly": false,
|
|
626
|
-
"isLiteral": true,
|
|
627
|
-
"visibility": "Public",
|
|
628
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
629
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestReturnedAfterDelegationMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
633
|
-
"clrName": "RequestReturnedAfterDelegation",
|
|
634
|
-
"metadataToken": 67112948,
|
|
635
|
-
"normalizedSignature": "RequestReturnedAfterDelegation|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
636
|
-
"isStatic": true,
|
|
637
|
-
"isReadOnly": false,
|
|
638
|
-
"isLiteral": true,
|
|
639
|
-
"visibility": "Public",
|
|
640
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
641
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestQueuedForIOMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
645
|
-
"clrName": "RequestQueuedForIO",
|
|
646
|
-
"metadataToken": 67112949,
|
|
647
|
-
"normalizedSignature": "RequestQueuedForIO|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
648
|
-
"isStatic": true,
|
|
649
|
-
"isReadOnly": false,
|
|
650
|
-
"isLiteral": true,
|
|
651
|
-
"visibility": "Public",
|
|
652
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
653
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::RequestDeliveredForIOMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
657
|
-
"clrName": "RequestDeliveredForIO",
|
|
658
|
-
"metadataToken": 67112950,
|
|
659
|
-
"normalizedSignature": "RequestDeliveredForIO|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
660
|
-
"isStatic": true,
|
|
661
|
-
"isReadOnly": false,
|
|
662
|
-
"isLiteral": true,
|
|
663
|
-
"visibility": "Public",
|
|
664
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
665
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::Http3StreamStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
669
|
-
"clrName": "Http3StreamStart",
|
|
670
|
-
"metadataToken": 67112951,
|
|
671
|
-
"normalizedSignature": "Http3StreamStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
672
|
-
"isStatic": true,
|
|
673
|
-
"isReadOnly": false,
|
|
674
|
-
"isLiteral": true,
|
|
675
|
-
"visibility": "Public",
|
|
676
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
677
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::Http3HeaderDecodeStartMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
681
|
-
"clrName": "Http3HeaderDecodeStart",
|
|
682
|
-
"metadataToken": 67112952,
|
|
683
|
-
"normalizedSignature": "Http3HeaderDecodeStart|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
684
|
-
"isStatic": true,
|
|
685
|
-
"isReadOnly": false,
|
|
686
|
-
"isLiteral": true,
|
|
687
|
-
"visibility": "Public",
|
|
688
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
689
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType::Http3HeaderDecodeEndMicrosoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
693
|
-
"clrName": "Http3HeaderDecodeEnd",
|
|
694
|
-
"metadataToken": 67112953,
|
|
695
|
-
"normalizedSignature": "Http3HeaderDecodeEnd|Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType|static=true|const=true",
|
|
696
|
-
"isStatic": true,
|
|
697
|
-
"isReadOnly": false,
|
|
698
|
-
"isLiteral": true,
|
|
699
|
-
"visibility": "Public",
|
|
700
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType",
|
|
701
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
702
|
-
}
|
|
703
|
-
],
|
|
704
|
-
"events": [],
|
|
705
|
-
"constructors": []
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
709
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
710
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
711
|
-
"metadataToken": 0,
|
|
712
|
-
"kind": "Enum",
|
|
713
|
-
"accessibility": "Public",
|
|
714
|
-
"isAbstract": false,
|
|
715
|
-
"isSealed": true,
|
|
716
|
-
"isStatic": false,
|
|
717
|
-
"arity": 0,
|
|
718
|
-
"baseType": {
|
|
719
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
720
|
-
"clrName": "System.Enum"
|
|
721
|
-
},
|
|
722
|
-
"interfaces": [
|
|
723
|
-
{
|
|
724
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
725
|
-
"clrName": "System.IComparable"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
729
|
-
"clrName": "System.ISpanFormattable"
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
733
|
-
"clrName": "System.IFormattable"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
737
|
-
"clrName": "System.IConvertible"
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"methods": [],
|
|
741
|
-
"properties": [],
|
|
742
|
-
"fields": [
|
|
743
|
-
{
|
|
744
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode::value__System.Int32",
|
|
745
|
-
"clrName": "value__",
|
|
746
|
-
"metadataToken": 67113218,
|
|
747
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
748
|
-
"isStatic": false,
|
|
749
|
-
"isReadOnly": false,
|
|
750
|
-
"isLiteral": false,
|
|
751
|
-
"visibility": "Public",
|
|
752
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
753
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode::CreateMicrosoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
757
|
-
"clrName": "Create",
|
|
758
|
-
"metadataToken": 67113219,
|
|
759
|
-
"normalizedSignature": "Create|Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode|static=true|const=true",
|
|
760
|
-
"isStatic": true,
|
|
761
|
-
"isReadOnly": false,
|
|
762
|
-
"isLiteral": true,
|
|
763
|
-
"visibility": "Public",
|
|
764
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
765
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode::AttachMicrosoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
769
|
-
"clrName": "Attach",
|
|
770
|
-
"metadataToken": 67113220,
|
|
771
|
-
"normalizedSignature": "Attach|Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode|static=true|const=true",
|
|
772
|
-
"isStatic": true,
|
|
773
|
-
"isReadOnly": false,
|
|
774
|
-
"isLiteral": true,
|
|
775
|
-
"visibility": "Public",
|
|
776
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
777
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode::CreateOrAttachMicrosoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
781
|
-
"clrName": "CreateOrAttach",
|
|
782
|
-
"metadataToken": 67113221,
|
|
783
|
-
"normalizedSignature": "CreateOrAttach|Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode|static=true|const=true",
|
|
784
|
-
"isStatic": true,
|
|
785
|
-
"isReadOnly": false,
|
|
786
|
-
"isLiteral": true,
|
|
787
|
-
"visibility": "Public",
|
|
788
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
789
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"events": [],
|
|
793
|
-
"constructors": []
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestDelegationFeature",
|
|
797
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestDelegationFeature",
|
|
798
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
799
|
-
"metadataToken": 0,
|
|
800
|
-
"kind": "Interface",
|
|
801
|
-
"accessibility": "Public",
|
|
802
|
-
"isAbstract": true,
|
|
803
|
-
"isSealed": false,
|
|
804
|
-
"isStatic": false,
|
|
805
|
-
"arity": 0,
|
|
806
|
-
"methods": [
|
|
807
|
-
{
|
|
808
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestDelegationFeature::DelegateRequest(Microsoft.AspNetCore.Server.HttpSys.DelegationRule):System.Void",
|
|
809
|
-
"clrName": "DelegateRequest",
|
|
810
|
-
"metadataToken": 100663977,
|
|
811
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.DelegationRule):System.Void",
|
|
812
|
-
"normalizedSignature": "DelegateRequest|(Microsoft.AspNetCore.Server.HttpSys.DelegationRule):System.Void|static=false",
|
|
813
|
-
"emitScope": "ClassSurface",
|
|
814
|
-
"provenance": "Original",
|
|
815
|
-
"arity": 0,
|
|
816
|
-
"parameterCount": 1,
|
|
817
|
-
"isStatic": false,
|
|
818
|
-
"isAbstract": true,
|
|
819
|
-
"isVirtual": true,
|
|
820
|
-
"isOverride": false,
|
|
821
|
-
"isSealed": false,
|
|
822
|
-
"visibility": "Public",
|
|
823
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestDelegationFeature",
|
|
824
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
825
|
-
"isExtensionMethod": false
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"properties": [
|
|
829
|
-
{
|
|
830
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestDelegationFeature::CanDelegate:System.Boolean",
|
|
831
|
-
"clrName": "CanDelegate",
|
|
832
|
-
"metadataToken": 385876119,
|
|
833
|
-
"canonicalSignature": ":System.Boolean",
|
|
834
|
-
"normalizedSignature": "CanDelegate|:System.Boolean|static=false|accessor=get",
|
|
835
|
-
"emitScope": "ClassSurface",
|
|
836
|
-
"provenance": "Original",
|
|
837
|
-
"isIndexer": false,
|
|
838
|
-
"hasGetter": true,
|
|
839
|
-
"hasSetter": false,
|
|
840
|
-
"isStatic": false,
|
|
841
|
-
"isAbstract": true,
|
|
842
|
-
"isVirtual": true,
|
|
843
|
-
"isOverride": false,
|
|
844
|
-
"visibility": "Public",
|
|
845
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestDelegationFeature",
|
|
846
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
847
|
-
}
|
|
848
|
-
],
|
|
849
|
-
"fields": [],
|
|
850
|
-
"events": [],
|
|
851
|
-
"constructors": []
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestInfoFeature",
|
|
855
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestInfoFeature",
|
|
856
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
857
|
-
"metadataToken": 0,
|
|
858
|
-
"kind": "Interface",
|
|
859
|
-
"accessibility": "Public",
|
|
860
|
-
"isAbstract": true,
|
|
861
|
-
"isSealed": false,
|
|
862
|
-
"isStatic": false,
|
|
863
|
-
"arity": 0,
|
|
864
|
-
"methods": [],
|
|
865
|
-
"properties": [
|
|
866
|
-
{
|
|
867
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestInfoFeature::RequestInfo:System.Collections.Generic.IReadOnlyDictionary_2[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
868
|
-
"clrName": "RequestInfo",
|
|
869
|
-
"metadataToken": 385876120,
|
|
870
|
-
"canonicalSignature": ":System.Collections.Generic.IReadOnlyDictionary_2[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
871
|
-
"normalizedSignature": "RequestInfo|:System.Collections.Generic.IReadOnlyDictionary_2[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
872
|
-
"emitScope": "ClassSurface",
|
|
873
|
-
"provenance": "Original",
|
|
874
|
-
"isIndexer": false,
|
|
875
|
-
"hasGetter": true,
|
|
876
|
-
"hasSetter": false,
|
|
877
|
-
"isStatic": false,
|
|
878
|
-
"isAbstract": true,
|
|
879
|
-
"isVirtual": true,
|
|
880
|
-
"isOverride": false,
|
|
881
|
-
"visibility": "Public",
|
|
882
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestInfoFeature",
|
|
883
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
884
|
-
}
|
|
885
|
-
],
|
|
886
|
-
"fields": [],
|
|
887
|
-
"events": [],
|
|
888
|
-
"constructors": []
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestPropertyFeature",
|
|
892
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestPropertyFeature",
|
|
893
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
894
|
-
"metadataToken": 0,
|
|
895
|
-
"kind": "Interface",
|
|
896
|
-
"accessibility": "Public",
|
|
897
|
-
"isAbstract": true,
|
|
898
|
-
"isSealed": false,
|
|
899
|
-
"isStatic": false,
|
|
900
|
-
"arity": 0,
|
|
901
|
-
"methods": [
|
|
902
|
-
{
|
|
903
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestPropertyFeature::TryGetTlsClientHello(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
904
|
-
"clrName": "TryGetTlsClientHello",
|
|
905
|
-
"metadataToken": 100663979,
|
|
906
|
-
"canonicalSignature": "(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
907
|
-
"normalizedSignature": "TryGetTlsClientHello|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false",
|
|
908
|
-
"emitScope": "ClassSurface",
|
|
909
|
-
"provenance": "Original",
|
|
910
|
-
"arity": 0,
|
|
911
|
-
"parameterCount": 2,
|
|
912
|
-
"isStatic": false,
|
|
913
|
-
"isAbstract": true,
|
|
914
|
-
"isVirtual": true,
|
|
915
|
-
"isOverride": false,
|
|
916
|
-
"isSealed": false,
|
|
917
|
-
"visibility": "Public",
|
|
918
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestPropertyFeature",
|
|
919
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
920
|
-
"isExtensionMethod": false,
|
|
921
|
-
"parameterModifiers": [
|
|
922
|
-
{
|
|
923
|
-
"index": 1,
|
|
924
|
-
"modifier": "out"
|
|
925
|
-
}
|
|
926
|
-
]
|
|
927
|
-
}
|
|
928
|
-
],
|
|
929
|
-
"properties": [],
|
|
930
|
-
"fields": [],
|
|
931
|
-
"events": [],
|
|
932
|
-
"constructors": []
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature",
|
|
936
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature",
|
|
937
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
938
|
-
"metadataToken": 0,
|
|
939
|
-
"kind": "Interface",
|
|
940
|
-
"accessibility": "Public",
|
|
941
|
-
"isAbstract": true,
|
|
942
|
-
"isSealed": false,
|
|
943
|
-
"isStatic": false,
|
|
944
|
-
"arity": 0,
|
|
945
|
-
"methods": [
|
|
946
|
-
{
|
|
947
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature::TryGetTimestamp(Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,System.Int64\u0026):System.Boolean",
|
|
948
|
-
"clrName": "TryGetTimestamp",
|
|
949
|
-
"metadataToken": 100663981,
|
|
950
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,System.Int64\u0026):System.Boolean",
|
|
951
|
-
"normalizedSignature": "TryGetTimestamp|(Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,System.Int64\u0026):System.Boolean|static=false",
|
|
952
|
-
"emitScope": "ClassSurface",
|
|
953
|
-
"provenance": "Original",
|
|
954
|
-
"arity": 0,
|
|
955
|
-
"parameterCount": 2,
|
|
956
|
-
"isStatic": false,
|
|
957
|
-
"isAbstract": true,
|
|
958
|
-
"isVirtual": true,
|
|
959
|
-
"isOverride": false,
|
|
960
|
-
"isSealed": false,
|
|
961
|
-
"visibility": "Public",
|
|
962
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature",
|
|
963
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
964
|
-
"isExtensionMethod": false,
|
|
965
|
-
"parameterModifiers": [
|
|
966
|
-
{
|
|
967
|
-
"index": 1,
|
|
968
|
-
"modifier": "out"
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature::TryGetElapsedTime(Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,System.TimeSpan\u0026):System.Boolean",
|
|
974
|
-
"clrName": "TryGetElapsedTime",
|
|
975
|
-
"metadataToken": 100663982,
|
|
976
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,System.TimeSpan\u0026):System.Boolean",
|
|
977
|
-
"normalizedSignature": "TryGetElapsedTime|(Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType,System.TimeSpan\u0026):System.Boolean|static=false",
|
|
978
|
-
"emitScope": "ClassSurface",
|
|
979
|
-
"provenance": "Original",
|
|
980
|
-
"arity": 0,
|
|
981
|
-
"parameterCount": 3,
|
|
982
|
-
"isStatic": false,
|
|
983
|
-
"isAbstract": true,
|
|
984
|
-
"isVirtual": true,
|
|
985
|
-
"isOverride": false,
|
|
986
|
-
"isSealed": false,
|
|
987
|
-
"visibility": "Public",
|
|
988
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature",
|
|
989
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
990
|
-
"isExtensionMethod": false,
|
|
991
|
-
"parameterModifiers": [
|
|
992
|
-
{
|
|
993
|
-
"index": 2,
|
|
994
|
-
"modifier": "out"
|
|
995
|
-
}
|
|
996
|
-
]
|
|
997
|
-
}
|
|
998
|
-
],
|
|
999
|
-
"properties": [
|
|
1000
|
-
{
|
|
1001
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature::Timestamps:System.ReadOnlySpan_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1002
|
-
"clrName": "Timestamps",
|
|
1003
|
-
"metadataToken": 385876121,
|
|
1004
|
-
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1005
|
-
"normalizedSignature": "Timestamps|:System.ReadOnlySpan_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1006
|
-
"emitScope": "ClassSurface",
|
|
1007
|
-
"provenance": "Original",
|
|
1008
|
-
"isIndexer": false,
|
|
1009
|
-
"hasGetter": true,
|
|
1010
|
-
"hasSetter": false,
|
|
1011
|
-
"isStatic": false,
|
|
1012
|
-
"isAbstract": true,
|
|
1013
|
-
"isVirtual": true,
|
|
1014
|
-
"isOverride": false,
|
|
1015
|
-
"visibility": "Public",
|
|
1016
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IHttpSysRequestTimingFeature",
|
|
1017
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1018
|
-
}
|
|
1019
|
-
],
|
|
1020
|
-
"fields": [],
|
|
1021
|
-
"events": [],
|
|
1022
|
-
"constructors": []
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IServerDelegationFeature",
|
|
1026
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.IServerDelegationFeature",
|
|
1027
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1028
|
-
"metadataToken": 0,
|
|
1029
|
-
"kind": "Interface",
|
|
1030
|
-
"accessibility": "Public",
|
|
1031
|
-
"isAbstract": true,
|
|
1032
|
-
"isSealed": false,
|
|
1033
|
-
"isStatic": false,
|
|
1034
|
-
"arity": 0,
|
|
1035
|
-
"methods": [
|
|
1036
|
-
{
|
|
1037
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.IServerDelegationFeature::CreateDelegationRule(System.String,System.String):Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1038
|
-
"clrName": "CreateDelegationRule",
|
|
1039
|
-
"metadataToken": 100663984,
|
|
1040
|
-
"canonicalSignature": "(System.String,System.String):Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1041
|
-
"normalizedSignature": "CreateDelegationRule|(System.String,System.String):Microsoft.AspNetCore.Server.HttpSys.DelegationRule|static=false",
|
|
1042
|
-
"emitScope": "ClassSurface",
|
|
1043
|
-
"provenance": "Original",
|
|
1044
|
-
"arity": 0,
|
|
1045
|
-
"parameterCount": 2,
|
|
1046
|
-
"isStatic": false,
|
|
1047
|
-
"isAbstract": true,
|
|
1048
|
-
"isVirtual": true,
|
|
1049
|
-
"isOverride": false,
|
|
1050
|
-
"isSealed": false,
|
|
1051
|
-
"visibility": "Public",
|
|
1052
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.IServerDelegationFeature",
|
|
1053
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1054
|
-
"isExtensionMethod": false
|
|
1055
|
-
}
|
|
1056
|
-
],
|
|
1057
|
-
"properties": [],
|
|
1058
|
-
"fields": [],
|
|
1059
|
-
"events": [],
|
|
1060
|
-
"constructors": []
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1064
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1065
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1066
|
-
"metadataToken": 0,
|
|
1067
|
-
"kind": "Class",
|
|
1068
|
-
"accessibility": "Public",
|
|
1069
|
-
"isAbstract": false,
|
|
1070
|
-
"isSealed": true,
|
|
1071
|
-
"isStatic": false,
|
|
1072
|
-
"arity": 0,
|
|
1073
|
-
"baseType": {
|
|
1074
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
1075
|
-
"clrName": "System.Object"
|
|
1076
|
-
},
|
|
1077
|
-
"methods": [],
|
|
1078
|
-
"properties": [
|
|
1079
|
-
{
|
|
1080
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager::Schemes:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
1081
|
-
"clrName": "Schemes",
|
|
1082
|
-
"metadataToken": 385876082,
|
|
1083
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes",
|
|
1084
|
-
"normalizedSignature": "Schemes|:Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes|static=false|accessor=getset",
|
|
1085
|
-
"emitScope": "ClassSurface",
|
|
1086
|
-
"provenance": "Original",
|
|
1087
|
-
"isIndexer": false,
|
|
1088
|
-
"hasGetter": true,
|
|
1089
|
-
"hasSetter": true,
|
|
1090
|
-
"isStatic": false,
|
|
1091
|
-
"isAbstract": false,
|
|
1092
|
-
"isVirtual": false,
|
|
1093
|
-
"isOverride": false,
|
|
1094
|
-
"visibility": "Public",
|
|
1095
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1096
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager::AllowAnonymous:System.Boolean",
|
|
1100
|
-
"clrName": "AllowAnonymous",
|
|
1101
|
-
"metadataToken": 385876083,
|
|
1102
|
-
"canonicalSignature": ":System.Boolean",
|
|
1103
|
-
"normalizedSignature": "AllowAnonymous|:System.Boolean|static=false|accessor=getset",
|
|
1104
|
-
"emitScope": "ClassSurface",
|
|
1105
|
-
"provenance": "Original",
|
|
1106
|
-
"isIndexer": false,
|
|
1107
|
-
"hasGetter": true,
|
|
1108
|
-
"hasSetter": true,
|
|
1109
|
-
"isStatic": false,
|
|
1110
|
-
"isAbstract": false,
|
|
1111
|
-
"isVirtual": false,
|
|
1112
|
-
"isOverride": false,
|
|
1113
|
-
"visibility": "Public",
|
|
1114
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1115
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager::AutomaticAuthentication:System.Boolean",
|
|
1119
|
-
"clrName": "AutomaticAuthentication",
|
|
1120
|
-
"metadataToken": 385876084,
|
|
1121
|
-
"canonicalSignature": ":System.Boolean",
|
|
1122
|
-
"normalizedSignature": "AutomaticAuthentication|:System.Boolean|static=false|accessor=getset",
|
|
1123
|
-
"emitScope": "ClassSurface",
|
|
1124
|
-
"provenance": "Original",
|
|
1125
|
-
"isIndexer": false,
|
|
1126
|
-
"hasGetter": true,
|
|
1127
|
-
"hasSetter": true,
|
|
1128
|
-
"isStatic": false,
|
|
1129
|
-
"isAbstract": false,
|
|
1130
|
-
"isVirtual": false,
|
|
1131
|
-
"isOverride": false,
|
|
1132
|
-
"visibility": "Public",
|
|
1133
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1134
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager::AuthenticationDisplayName:System.String",
|
|
1138
|
-
"clrName": "AuthenticationDisplayName",
|
|
1139
|
-
"metadataToken": 385876085,
|
|
1140
|
-
"canonicalSignature": ":System.String",
|
|
1141
|
-
"normalizedSignature": "AuthenticationDisplayName|:System.String|static=false|accessor=getset",
|
|
1142
|
-
"emitScope": "ClassSurface",
|
|
1143
|
-
"provenance": "Original",
|
|
1144
|
-
"isIndexer": false,
|
|
1145
|
-
"hasGetter": true,
|
|
1146
|
-
"hasSetter": true,
|
|
1147
|
-
"isStatic": false,
|
|
1148
|
-
"isAbstract": false,
|
|
1149
|
-
"isVirtual": false,
|
|
1150
|
-
"isOverride": false,
|
|
1151
|
-
"visibility": "Public",
|
|
1152
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1153
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager::EnableKerberosCredentialCaching:System.Boolean",
|
|
1157
|
-
"clrName": "EnableKerberosCredentialCaching",
|
|
1158
|
-
"metadataToken": 385876086,
|
|
1159
|
-
"canonicalSignature": ":System.Boolean",
|
|
1160
|
-
"normalizedSignature": "EnableKerberosCredentialCaching|:System.Boolean|static=false|accessor=getset",
|
|
1161
|
-
"emitScope": "ClassSurface",
|
|
1162
|
-
"provenance": "Original",
|
|
1163
|
-
"isIndexer": false,
|
|
1164
|
-
"hasGetter": true,
|
|
1165
|
-
"hasSetter": true,
|
|
1166
|
-
"isStatic": false,
|
|
1167
|
-
"isAbstract": false,
|
|
1168
|
-
"isVirtual": false,
|
|
1169
|
-
"isOverride": false,
|
|
1170
|
-
"visibility": "Public",
|
|
1171
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1172
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager::CaptureCredentials:System.Boolean",
|
|
1176
|
-
"clrName": "CaptureCredentials",
|
|
1177
|
-
"metadataToken": 385876087,
|
|
1178
|
-
"canonicalSignature": ":System.Boolean",
|
|
1179
|
-
"normalizedSignature": "CaptureCredentials|:System.Boolean|static=false|accessor=getset",
|
|
1180
|
-
"emitScope": "ClassSurface",
|
|
1181
|
-
"provenance": "Original",
|
|
1182
|
-
"isIndexer": false,
|
|
1183
|
-
"hasGetter": true,
|
|
1184
|
-
"hasSetter": true,
|
|
1185
|
-
"isStatic": false,
|
|
1186
|
-
"isAbstract": false,
|
|
1187
|
-
"isVirtual": false,
|
|
1188
|
-
"isOverride": false,
|
|
1189
|
-
"visibility": "Public",
|
|
1190
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1191
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1192
|
-
}
|
|
1193
|
-
],
|
|
1194
|
-
"fields": [],
|
|
1195
|
-
"events": [],
|
|
1196
|
-
"constructors": []
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1200
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1201
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1202
|
-
"metadataToken": 0,
|
|
1203
|
-
"kind": "Class",
|
|
1204
|
-
"accessibility": "Public",
|
|
1205
|
-
"isAbstract": false,
|
|
1206
|
-
"isSealed": false,
|
|
1207
|
-
"isStatic": false,
|
|
1208
|
-
"arity": 0,
|
|
1209
|
-
"baseType": {
|
|
1210
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
1211
|
-
"clrName": "System.Object"
|
|
1212
|
-
},
|
|
1213
|
-
"interfaces": [
|
|
1214
|
-
{
|
|
1215
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1216
|
-
"clrName": "System.IDisposable"
|
|
1217
|
-
}
|
|
1218
|
-
],
|
|
1219
|
-
"methods": [
|
|
1220
|
-
{
|
|
1221
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.DelegationRule::Dispose():System.Void",
|
|
1222
|
-
"clrName": "Dispose",
|
|
1223
|
-
"metadataToken": 100663912,
|
|
1224
|
-
"canonicalSignature": "():System.Void",
|
|
1225
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1226
|
-
"emitScope": "ClassSurface",
|
|
1227
|
-
"provenance": "Original",
|
|
1228
|
-
"arity": 0,
|
|
1229
|
-
"parameterCount": 0,
|
|
1230
|
-
"isStatic": false,
|
|
1231
|
-
"isAbstract": false,
|
|
1232
|
-
"isVirtual": true,
|
|
1233
|
-
"isOverride": false,
|
|
1234
|
-
"isSealed": true,
|
|
1235
|
-
"visibility": "Public",
|
|
1236
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1237
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1238
|
-
"isExtensionMethod": false
|
|
1239
|
-
}
|
|
1240
|
-
],
|
|
1241
|
-
"properties": [
|
|
1242
|
-
{
|
|
1243
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.DelegationRule::QueueName:System.String",
|
|
1244
|
-
"clrName": "QueueName",
|
|
1245
|
-
"metadataToken": 385876088,
|
|
1246
|
-
"canonicalSignature": ":System.String",
|
|
1247
|
-
"normalizedSignature": "QueueName|:System.String|static=false|accessor=get",
|
|
1248
|
-
"emitScope": "ClassSurface",
|
|
1249
|
-
"provenance": "Original",
|
|
1250
|
-
"isIndexer": false,
|
|
1251
|
-
"hasGetter": true,
|
|
1252
|
-
"hasSetter": false,
|
|
1253
|
-
"isStatic": false,
|
|
1254
|
-
"isAbstract": false,
|
|
1255
|
-
"isVirtual": false,
|
|
1256
|
-
"isOverride": false,
|
|
1257
|
-
"visibility": "Public",
|
|
1258
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1259
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.DelegationRule::UrlPrefix:System.String",
|
|
1263
|
-
"clrName": "UrlPrefix",
|
|
1264
|
-
"metadataToken": 385876089,
|
|
1265
|
-
"canonicalSignature": ":System.String",
|
|
1266
|
-
"normalizedSignature": "UrlPrefix|:System.String|static=false|accessor=get",
|
|
1267
|
-
"emitScope": "ClassSurface",
|
|
1268
|
-
"provenance": "Original",
|
|
1269
|
-
"isIndexer": false,
|
|
1270
|
-
"hasGetter": true,
|
|
1271
|
-
"hasSetter": false,
|
|
1272
|
-
"isStatic": false,
|
|
1273
|
-
"isAbstract": false,
|
|
1274
|
-
"isVirtual": false,
|
|
1275
|
-
"isOverride": false,
|
|
1276
|
-
"visibility": "Public",
|
|
1277
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.DelegationRule",
|
|
1278
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1279
|
-
}
|
|
1280
|
-
],
|
|
1281
|
-
"fields": [],
|
|
1282
|
-
"events": [],
|
|
1283
|
-
"constructors": []
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysException",
|
|
1287
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.HttpSysException",
|
|
1288
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1289
|
-
"metadataToken": 0,
|
|
1290
|
-
"kind": "Class",
|
|
1291
|
-
"accessibility": "Public",
|
|
1292
|
-
"isAbstract": false,
|
|
1293
|
-
"isSealed": false,
|
|
1294
|
-
"isStatic": false,
|
|
1295
|
-
"arity": 0,
|
|
1296
|
-
"baseType": {
|
|
1297
|
-
"stableId": "System.Private.CoreLib:System.ComponentModel.Win32Exception",
|
|
1298
|
-
"clrName": "System.ComponentModel.Win32Exception"
|
|
1299
|
-
},
|
|
1300
|
-
"interfaces": [
|
|
1301
|
-
{
|
|
1302
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
1303
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
1304
|
-
}
|
|
1305
|
-
],
|
|
1306
|
-
"methods": [],
|
|
1307
|
-
"properties": [
|
|
1308
|
-
{
|
|
1309
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysException::ErrorCode:System.Int32",
|
|
1310
|
-
"clrName": "ErrorCode",
|
|
1311
|
-
"metadataToken": 385876093,
|
|
1312
|
-
"canonicalSignature": ":System.Int32",
|
|
1313
|
-
"normalizedSignature": "ErrorCode|:System.Int32|static=false|accessor=get",
|
|
1314
|
-
"emitScope": "ClassSurface",
|
|
1315
|
-
"provenance": "Original",
|
|
1316
|
-
"isIndexer": false,
|
|
1317
|
-
"hasGetter": true,
|
|
1318
|
-
"hasSetter": false,
|
|
1319
|
-
"isStatic": false,
|
|
1320
|
-
"isAbstract": false,
|
|
1321
|
-
"isVirtual": true,
|
|
1322
|
-
"isOverride": true,
|
|
1323
|
-
"visibility": "Public",
|
|
1324
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysException",
|
|
1325
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1326
|
-
}
|
|
1327
|
-
],
|
|
1328
|
-
"fields": [],
|
|
1329
|
-
"events": [],
|
|
1330
|
-
"constructors": []
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1334
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1335
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1336
|
-
"metadataToken": 0,
|
|
1337
|
-
"kind": "Class",
|
|
1338
|
-
"accessibility": "Public",
|
|
1339
|
-
"isAbstract": false,
|
|
1340
|
-
"isSealed": false,
|
|
1341
|
-
"isStatic": false,
|
|
1342
|
-
"arity": 0,
|
|
1343
|
-
"baseType": {
|
|
1344
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
1345
|
-
"clrName": "System.Object"
|
|
1346
|
-
},
|
|
1347
|
-
"methods": [],
|
|
1348
|
-
"properties": [
|
|
1349
|
-
{
|
|
1350
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::RequestQueueName:System.String",
|
|
1351
|
-
"clrName": "RequestQueueName",
|
|
1352
|
-
"metadataToken": 385876101,
|
|
1353
|
-
"canonicalSignature": ":System.String",
|
|
1354
|
-
"normalizedSignature": "RequestQueueName|:System.String|static=false|accessor=getset",
|
|
1355
|
-
"emitScope": "ClassSurface",
|
|
1356
|
-
"provenance": "Original",
|
|
1357
|
-
"isIndexer": false,
|
|
1358
|
-
"hasGetter": true,
|
|
1359
|
-
"hasSetter": true,
|
|
1360
|
-
"isStatic": false,
|
|
1361
|
-
"isAbstract": false,
|
|
1362
|
-
"isVirtual": false,
|
|
1363
|
-
"isOverride": false,
|
|
1364
|
-
"visibility": "Public",
|
|
1365
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1366
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::RequestQueueMode:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
1370
|
-
"clrName": "RequestQueueMode",
|
|
1371
|
-
"metadataToken": 385876102,
|
|
1372
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode",
|
|
1373
|
-
"normalizedSignature": "RequestQueueMode|:Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode|static=false|accessor=getset",
|
|
1374
|
-
"emitScope": "ClassSurface",
|
|
1375
|
-
"provenance": "Original",
|
|
1376
|
-
"isIndexer": false,
|
|
1377
|
-
"hasGetter": true,
|
|
1378
|
-
"hasSetter": true,
|
|
1379
|
-
"isStatic": false,
|
|
1380
|
-
"isAbstract": false,
|
|
1381
|
-
"isVirtual": false,
|
|
1382
|
-
"isOverride": false,
|
|
1383
|
-
"visibility": "Public",
|
|
1384
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1385
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::ClientCertificateMethod:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
1389
|
-
"clrName": "ClientCertificateMethod",
|
|
1390
|
-
"metadataToken": 385876103,
|
|
1391
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod",
|
|
1392
|
-
"normalizedSignature": "ClientCertificateMethod|:Microsoft.AspNetCore.Server.HttpSys.ClientCertificateMethod|static=false|accessor=getset",
|
|
1393
|
-
"emitScope": "ClassSurface",
|
|
1394
|
-
"provenance": "Original",
|
|
1395
|
-
"isIndexer": false,
|
|
1396
|
-
"hasGetter": true,
|
|
1397
|
-
"hasSetter": true,
|
|
1398
|
-
"isStatic": false,
|
|
1399
|
-
"isAbstract": false,
|
|
1400
|
-
"isVirtual": false,
|
|
1401
|
-
"isOverride": false,
|
|
1402
|
-
"visibility": "Public",
|
|
1403
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1404
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::MaxAccepts:System.Int32",
|
|
1408
|
-
"clrName": "MaxAccepts",
|
|
1409
|
-
"metadataToken": 385876104,
|
|
1410
|
-
"canonicalSignature": ":System.Int32",
|
|
1411
|
-
"normalizedSignature": "MaxAccepts|:System.Int32|static=false|accessor=getset",
|
|
1412
|
-
"emitScope": "ClassSurface",
|
|
1413
|
-
"provenance": "Original",
|
|
1414
|
-
"isIndexer": false,
|
|
1415
|
-
"hasGetter": true,
|
|
1416
|
-
"hasSetter": true,
|
|
1417
|
-
"isStatic": false,
|
|
1418
|
-
"isAbstract": false,
|
|
1419
|
-
"isVirtual": false,
|
|
1420
|
-
"isOverride": false,
|
|
1421
|
-
"visibility": "Public",
|
|
1422
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1423
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::EnableResponseCaching:System.Boolean",
|
|
1427
|
-
"clrName": "EnableResponseCaching",
|
|
1428
|
-
"metadataToken": 385876105,
|
|
1429
|
-
"canonicalSignature": ":System.Boolean",
|
|
1430
|
-
"normalizedSignature": "EnableResponseCaching|:System.Boolean|static=false|accessor=getset",
|
|
1431
|
-
"emitScope": "ClassSurface",
|
|
1432
|
-
"provenance": "Original",
|
|
1433
|
-
"isIndexer": false,
|
|
1434
|
-
"hasGetter": true,
|
|
1435
|
-
"hasSetter": true,
|
|
1436
|
-
"isStatic": false,
|
|
1437
|
-
"isAbstract": false,
|
|
1438
|
-
"isVirtual": false,
|
|
1439
|
-
"isOverride": false,
|
|
1440
|
-
"visibility": "Public",
|
|
1441
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1442
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::UrlPrefixes:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
1446
|
-
"clrName": "UrlPrefixes",
|
|
1447
|
-
"metadataToken": 385876106,
|
|
1448
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
1449
|
-
"normalizedSignature": "UrlPrefixes|:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection|static=false|accessor=get",
|
|
1450
|
-
"emitScope": "ClassSurface",
|
|
1451
|
-
"provenance": "Original",
|
|
1452
|
-
"isIndexer": false,
|
|
1453
|
-
"hasGetter": true,
|
|
1454
|
-
"hasSetter": false,
|
|
1455
|
-
"isStatic": false,
|
|
1456
|
-
"isAbstract": false,
|
|
1457
|
-
"isVirtual": false,
|
|
1458
|
-
"isOverride": false,
|
|
1459
|
-
"visibility": "Public",
|
|
1460
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1461
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::Authentication:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1465
|
-
"clrName": "Authentication",
|
|
1466
|
-
"metadataToken": 385876107,
|
|
1467
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager",
|
|
1468
|
-
"normalizedSignature": "Authentication|:Microsoft.AspNetCore.Server.HttpSys.AuthenticationManager|static=false|accessor=get",
|
|
1469
|
-
"emitScope": "ClassSurface",
|
|
1470
|
-
"provenance": "Original",
|
|
1471
|
-
"isIndexer": false,
|
|
1472
|
-
"hasGetter": true,
|
|
1473
|
-
"hasSetter": false,
|
|
1474
|
-
"isStatic": false,
|
|
1475
|
-
"isAbstract": false,
|
|
1476
|
-
"isVirtual": false,
|
|
1477
|
-
"isOverride": false,
|
|
1478
|
-
"visibility": "Public",
|
|
1479
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1480
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::Timeouts:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1484
|
-
"clrName": "Timeouts",
|
|
1485
|
-
"metadataToken": 385876108,
|
|
1486
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1487
|
-
"normalizedSignature": "Timeouts|:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager|static=false|accessor=get",
|
|
1488
|
-
"emitScope": "ClassSurface",
|
|
1489
|
-
"provenance": "Original",
|
|
1490
|
-
"isIndexer": false,
|
|
1491
|
-
"hasGetter": true,
|
|
1492
|
-
"hasSetter": false,
|
|
1493
|
-
"isStatic": false,
|
|
1494
|
-
"isAbstract": false,
|
|
1495
|
-
"isVirtual": false,
|
|
1496
|
-
"isOverride": false,
|
|
1497
|
-
"visibility": "Public",
|
|
1498
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1499
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::ThrowWriteExceptions:System.Boolean",
|
|
1503
|
-
"clrName": "ThrowWriteExceptions",
|
|
1504
|
-
"metadataToken": 385876109,
|
|
1505
|
-
"canonicalSignature": ":System.Boolean",
|
|
1506
|
-
"normalizedSignature": "ThrowWriteExceptions|:System.Boolean|static=false|accessor=getset",
|
|
1507
|
-
"emitScope": "ClassSurface",
|
|
1508
|
-
"provenance": "Original",
|
|
1509
|
-
"isIndexer": false,
|
|
1510
|
-
"hasGetter": true,
|
|
1511
|
-
"hasSetter": true,
|
|
1512
|
-
"isStatic": false,
|
|
1513
|
-
"isAbstract": false,
|
|
1514
|
-
"isVirtual": false,
|
|
1515
|
-
"isOverride": false,
|
|
1516
|
-
"visibility": "Public",
|
|
1517
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1518
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::EnableKernelResponseBuffering:System.Boolean",
|
|
1522
|
-
"clrName": "EnableKernelResponseBuffering",
|
|
1523
|
-
"metadataToken": 385876110,
|
|
1524
|
-
"canonicalSignature": ":System.Boolean",
|
|
1525
|
-
"normalizedSignature": "EnableKernelResponseBuffering|:System.Boolean|static=false|accessor=getset",
|
|
1526
|
-
"emitScope": "ClassSurface",
|
|
1527
|
-
"provenance": "Original",
|
|
1528
|
-
"isIndexer": false,
|
|
1529
|
-
"hasGetter": true,
|
|
1530
|
-
"hasSetter": true,
|
|
1531
|
-
"isStatic": false,
|
|
1532
|
-
"isAbstract": false,
|
|
1533
|
-
"isVirtual": false,
|
|
1534
|
-
"isOverride": false,
|
|
1535
|
-
"visibility": "Public",
|
|
1536
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1537
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::MaxConnections:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1541
|
-
"clrName": "MaxConnections",
|
|
1542
|
-
"metadataToken": 385876111,
|
|
1543
|
-
"canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1544
|
-
"normalizedSignature": "MaxConnections|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1545
|
-
"emitScope": "ClassSurface",
|
|
1546
|
-
"provenance": "Original",
|
|
1547
|
-
"isIndexer": false,
|
|
1548
|
-
"hasGetter": true,
|
|
1549
|
-
"hasSetter": true,
|
|
1550
|
-
"isStatic": false,
|
|
1551
|
-
"isAbstract": false,
|
|
1552
|
-
"isVirtual": false,
|
|
1553
|
-
"isOverride": false,
|
|
1554
|
-
"visibility": "Public",
|
|
1555
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1556
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::RequestQueueLimit:System.Int64",
|
|
1560
|
-
"clrName": "RequestQueueLimit",
|
|
1561
|
-
"metadataToken": 385876112,
|
|
1562
|
-
"canonicalSignature": ":System.Int64",
|
|
1563
|
-
"normalizedSignature": "RequestQueueLimit|:System.Int64|static=false|accessor=getset",
|
|
1564
|
-
"emitScope": "ClassSurface",
|
|
1565
|
-
"provenance": "Original",
|
|
1566
|
-
"isIndexer": false,
|
|
1567
|
-
"hasGetter": true,
|
|
1568
|
-
"hasSetter": true,
|
|
1569
|
-
"isStatic": false,
|
|
1570
|
-
"isAbstract": false,
|
|
1571
|
-
"isVirtual": false,
|
|
1572
|
-
"isOverride": false,
|
|
1573
|
-
"visibility": "Public",
|
|
1574
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1575
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::RequestQueueSecurityDescriptor:System.Security.AccessControl.GenericSecurityDescriptor",
|
|
1579
|
-
"clrName": "RequestQueueSecurityDescriptor",
|
|
1580
|
-
"metadataToken": 385876113,
|
|
1581
|
-
"canonicalSignature": ":System.Security.AccessControl.GenericSecurityDescriptor",
|
|
1582
|
-
"normalizedSignature": "RequestQueueSecurityDescriptor|:System.Security.AccessControl.GenericSecurityDescriptor|static=false|accessor=getset",
|
|
1583
|
-
"emitScope": "ClassSurface",
|
|
1584
|
-
"provenance": "Original",
|
|
1585
|
-
"isIndexer": false,
|
|
1586
|
-
"hasGetter": true,
|
|
1587
|
-
"hasSetter": true,
|
|
1588
|
-
"isStatic": false,
|
|
1589
|
-
"isAbstract": false,
|
|
1590
|
-
"isVirtual": false,
|
|
1591
|
-
"isOverride": false,
|
|
1592
|
-
"visibility": "Public",
|
|
1593
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1594
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::MaxRequestBodySize:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1598
|
-
"clrName": "MaxRequestBodySize",
|
|
1599
|
-
"metadataToken": 385876114,
|
|
1600
|
-
"canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1601
|
-
"normalizedSignature": "MaxRequestBodySize|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1602
|
-
"emitScope": "ClassSurface",
|
|
1603
|
-
"provenance": "Original",
|
|
1604
|
-
"isIndexer": false,
|
|
1605
|
-
"hasGetter": true,
|
|
1606
|
-
"hasSetter": true,
|
|
1607
|
-
"isStatic": false,
|
|
1608
|
-
"isAbstract": false,
|
|
1609
|
-
"isVirtual": false,
|
|
1610
|
-
"isOverride": false,
|
|
1611
|
-
"visibility": "Public",
|
|
1612
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1613
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::AllowSynchronousIO:System.Boolean",
|
|
1617
|
-
"clrName": "AllowSynchronousIO",
|
|
1618
|
-
"metadataToken": 385876115,
|
|
1619
|
-
"canonicalSignature": ":System.Boolean",
|
|
1620
|
-
"normalizedSignature": "AllowSynchronousIO|:System.Boolean|static=false|accessor=getset",
|
|
1621
|
-
"emitScope": "ClassSurface",
|
|
1622
|
-
"provenance": "Original",
|
|
1623
|
-
"isIndexer": false,
|
|
1624
|
-
"hasGetter": true,
|
|
1625
|
-
"hasSetter": true,
|
|
1626
|
-
"isStatic": false,
|
|
1627
|
-
"isAbstract": false,
|
|
1628
|
-
"isVirtual": false,
|
|
1629
|
-
"isOverride": false,
|
|
1630
|
-
"visibility": "Public",
|
|
1631
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1632
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::Http503Verbosity:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
1636
|
-
"clrName": "Http503Verbosity",
|
|
1637
|
-
"metadataToken": 385876116,
|
|
1638
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
|
|
1639
|
-
"normalizedSignature": "Http503Verbosity|:Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel|static=false|accessor=getset",
|
|
1640
|
-
"emitScope": "ClassSurface",
|
|
1641
|
-
"provenance": "Original",
|
|
1642
|
-
"isIndexer": false,
|
|
1643
|
-
"hasGetter": true,
|
|
1644
|
-
"hasSetter": true,
|
|
1645
|
-
"isStatic": false,
|
|
1646
|
-
"isAbstract": false,
|
|
1647
|
-
"isVirtual": false,
|
|
1648
|
-
"isOverride": false,
|
|
1649
|
-
"visibility": "Public",
|
|
1650
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1651
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::UnsafePreferInlineScheduling:System.Boolean",
|
|
1655
|
-
"clrName": "UnsafePreferInlineScheduling",
|
|
1656
|
-
"metadataToken": 385876117,
|
|
1657
|
-
"canonicalSignature": ":System.Boolean",
|
|
1658
|
-
"normalizedSignature": "UnsafePreferInlineScheduling|:System.Boolean|static=false|accessor=getset",
|
|
1659
|
-
"emitScope": "ClassSurface",
|
|
1660
|
-
"provenance": "Original",
|
|
1661
|
-
"isIndexer": false,
|
|
1662
|
-
"hasGetter": true,
|
|
1663
|
-
"hasSetter": true,
|
|
1664
|
-
"isStatic": false,
|
|
1665
|
-
"isAbstract": false,
|
|
1666
|
-
"isVirtual": false,
|
|
1667
|
-
"isOverride": false,
|
|
1668
|
-
"visibility": "Public",
|
|
1669
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1670
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::UseLatin1RequestHeaders:System.Boolean",
|
|
1674
|
-
"clrName": "UseLatin1RequestHeaders",
|
|
1675
|
-
"metadataToken": 385876118,
|
|
1676
|
-
"canonicalSignature": ":System.Boolean",
|
|
1677
|
-
"normalizedSignature": "UseLatin1RequestHeaders|:System.Boolean|static=false|accessor=getset",
|
|
1678
|
-
"emitScope": "ClassSurface",
|
|
1679
|
-
"provenance": "Original",
|
|
1680
|
-
"isIndexer": false,
|
|
1681
|
-
"hasGetter": true,
|
|
1682
|
-
"hasSetter": true,
|
|
1683
|
-
"isStatic": false,
|
|
1684
|
-
"isAbstract": false,
|
|
1685
|
-
"isVirtual": false,
|
|
1686
|
-
"isOverride": false,
|
|
1687
|
-
"visibility": "Public",
|
|
1688
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1689
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1690
|
-
}
|
|
1691
|
-
],
|
|
1692
|
-
"fields": [],
|
|
1693
|
-
"events": [],
|
|
1694
|
-
"constructors": [
|
|
1695
|
-
{
|
|
1696
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions::.ctor():void",
|
|
1697
|
-
"metadataToken": 100663940,
|
|
1698
|
-
"canonicalSignature": "():void",
|
|
1699
|
-
"normalizedSignature": "constructor|():void|static=false",
|
|
1700
|
-
"isStatic": false,
|
|
1701
|
-
"parameterCount": 0,
|
|
1702
|
-
"visibility": "Public",
|
|
1703
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions",
|
|
1704
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1705
|
-
}
|
|
1706
|
-
]
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1710
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1711
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1712
|
-
"metadataToken": 0,
|
|
1713
|
-
"kind": "Class",
|
|
1714
|
-
"accessibility": "Public",
|
|
1715
|
-
"isAbstract": false,
|
|
1716
|
-
"isSealed": true,
|
|
1717
|
-
"isStatic": false,
|
|
1718
|
-
"arity": 0,
|
|
1719
|
-
"baseType": {
|
|
1720
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
1721
|
-
"clrName": "System.Object"
|
|
1722
|
-
},
|
|
1723
|
-
"methods": [],
|
|
1724
|
-
"properties": [
|
|
1725
|
-
{
|
|
1726
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager::EntityBody:System.TimeSpan",
|
|
1727
|
-
"clrName": "EntityBody",
|
|
1728
|
-
"metadataToken": 385876326,
|
|
1729
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
1730
|
-
"normalizedSignature": "EntityBody|:System.TimeSpan|static=false|accessor=getset",
|
|
1731
|
-
"emitScope": "ClassSurface",
|
|
1732
|
-
"provenance": "Original",
|
|
1733
|
-
"isIndexer": false,
|
|
1734
|
-
"hasGetter": true,
|
|
1735
|
-
"hasSetter": true,
|
|
1736
|
-
"isStatic": false,
|
|
1737
|
-
"isAbstract": false,
|
|
1738
|
-
"isVirtual": false,
|
|
1739
|
-
"isOverride": false,
|
|
1740
|
-
"visibility": "Public",
|
|
1741
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1742
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager::DrainEntityBody:System.TimeSpan",
|
|
1746
|
-
"clrName": "DrainEntityBody",
|
|
1747
|
-
"metadataToken": 385876327,
|
|
1748
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
1749
|
-
"normalizedSignature": "DrainEntityBody|:System.TimeSpan|static=false|accessor=getset",
|
|
1750
|
-
"emitScope": "ClassSurface",
|
|
1751
|
-
"provenance": "Original",
|
|
1752
|
-
"isIndexer": false,
|
|
1753
|
-
"hasGetter": true,
|
|
1754
|
-
"hasSetter": true,
|
|
1755
|
-
"isStatic": false,
|
|
1756
|
-
"isAbstract": false,
|
|
1757
|
-
"isVirtual": false,
|
|
1758
|
-
"isOverride": false,
|
|
1759
|
-
"visibility": "Public",
|
|
1760
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1761
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager::RequestQueue:System.TimeSpan",
|
|
1765
|
-
"clrName": "RequestQueue",
|
|
1766
|
-
"metadataToken": 385876328,
|
|
1767
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
1768
|
-
"normalizedSignature": "RequestQueue|:System.TimeSpan|static=false|accessor=getset",
|
|
1769
|
-
"emitScope": "ClassSurface",
|
|
1770
|
-
"provenance": "Original",
|
|
1771
|
-
"isIndexer": false,
|
|
1772
|
-
"hasGetter": true,
|
|
1773
|
-
"hasSetter": true,
|
|
1774
|
-
"isStatic": false,
|
|
1775
|
-
"isAbstract": false,
|
|
1776
|
-
"isVirtual": false,
|
|
1777
|
-
"isOverride": false,
|
|
1778
|
-
"visibility": "Public",
|
|
1779
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1780
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager::IdleConnection:System.TimeSpan",
|
|
1784
|
-
"clrName": "IdleConnection",
|
|
1785
|
-
"metadataToken": 385876329,
|
|
1786
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
1787
|
-
"normalizedSignature": "IdleConnection|:System.TimeSpan|static=false|accessor=getset",
|
|
1788
|
-
"emitScope": "ClassSurface",
|
|
1789
|
-
"provenance": "Original",
|
|
1790
|
-
"isIndexer": false,
|
|
1791
|
-
"hasGetter": true,
|
|
1792
|
-
"hasSetter": true,
|
|
1793
|
-
"isStatic": false,
|
|
1794
|
-
"isAbstract": false,
|
|
1795
|
-
"isVirtual": false,
|
|
1796
|
-
"isOverride": false,
|
|
1797
|
-
"visibility": "Public",
|
|
1798
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1799
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager::HeaderWait:System.TimeSpan",
|
|
1803
|
-
"clrName": "HeaderWait",
|
|
1804
|
-
"metadataToken": 385876330,
|
|
1805
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
1806
|
-
"normalizedSignature": "HeaderWait|:System.TimeSpan|static=false|accessor=getset",
|
|
1807
|
-
"emitScope": "ClassSurface",
|
|
1808
|
-
"provenance": "Original",
|
|
1809
|
-
"isIndexer": false,
|
|
1810
|
-
"hasGetter": true,
|
|
1811
|
-
"hasSetter": true,
|
|
1812
|
-
"isStatic": false,
|
|
1813
|
-
"isAbstract": false,
|
|
1814
|
-
"isVirtual": false,
|
|
1815
|
-
"isOverride": false,
|
|
1816
|
-
"visibility": "Public",
|
|
1817
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1818
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.TimeoutManager::MinSendBytesPerSecond:System.Int64",
|
|
1822
|
-
"clrName": "MinSendBytesPerSecond",
|
|
1823
|
-
"metadataToken": 385876331,
|
|
1824
|
-
"canonicalSignature": ":System.Int64",
|
|
1825
|
-
"normalizedSignature": "MinSendBytesPerSecond|:System.Int64|static=false|accessor=getset",
|
|
1826
|
-
"emitScope": "ClassSurface",
|
|
1827
|
-
"provenance": "Original",
|
|
1828
|
-
"isIndexer": false,
|
|
1829
|
-
"hasGetter": true,
|
|
1830
|
-
"hasSetter": true,
|
|
1831
|
-
"isStatic": false,
|
|
1832
|
-
"isAbstract": false,
|
|
1833
|
-
"isVirtual": false,
|
|
1834
|
-
"isOverride": false,
|
|
1835
|
-
"visibility": "Public",
|
|
1836
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.TimeoutManager",
|
|
1837
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
1838
|
-
}
|
|
1839
|
-
],
|
|
1840
|
-
"fields": [],
|
|
1841
|
-
"events": [],
|
|
1842
|
-
"constructors": []
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1846
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1847
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1848
|
-
"metadataToken": 0,
|
|
1849
|
-
"kind": "Class",
|
|
1850
|
-
"accessibility": "Public",
|
|
1851
|
-
"isAbstract": false,
|
|
1852
|
-
"isSealed": false,
|
|
1853
|
-
"isStatic": false,
|
|
1854
|
-
"arity": 0,
|
|
1855
|
-
"baseType": {
|
|
1856
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
1857
|
-
"clrName": "System.Object"
|
|
1858
|
-
},
|
|
1859
|
-
"methods": [
|
|
1860
|
-
{
|
|
1861
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Create(System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1862
|
-
"clrName": "Create",
|
|
1863
|
-
"metadataToken": 100664533,
|
|
1864
|
-
"canonicalSignature": "(System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1865
|
-
"normalizedSignature": "Create|(System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix|static=true",
|
|
1866
|
-
"emitScope": "ClassSurface",
|
|
1867
|
-
"provenance": "Original",
|
|
1868
|
-
"arity": 0,
|
|
1869
|
-
"parameterCount": 4,
|
|
1870
|
-
"isStatic": true,
|
|
1871
|
-
"isAbstract": false,
|
|
1872
|
-
"isVirtual": false,
|
|
1873
|
-
"isOverride": false,
|
|
1874
|
-
"isSealed": false,
|
|
1875
|
-
"visibility": "Public",
|
|
1876
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1877
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1878
|
-
"isExtensionMethod": false
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Create(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1882
|
-
"clrName": "Create",
|
|
1883
|
-
"metadataToken": 100664534,
|
|
1884
|
-
"canonicalSignature": "(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1885
|
-
"normalizedSignature": "Create|(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix|static=true",
|
|
1886
|
-
"emitScope": "ClassSurface",
|
|
1887
|
-
"provenance": "Original",
|
|
1888
|
-
"arity": 0,
|
|
1889
|
-
"parameterCount": 4,
|
|
1890
|
-
"isStatic": true,
|
|
1891
|
-
"isAbstract": false,
|
|
1892
|
-
"isVirtual": false,
|
|
1893
|
-
"isOverride": false,
|
|
1894
|
-
"isSealed": false,
|
|
1895
|
-
"visibility": "Public",
|
|
1896
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1897
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1898
|
-
"isExtensionMethod": false
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Create(System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1902
|
-
"clrName": "Create",
|
|
1903
|
-
"metadataToken": 100664535,
|
|
1904
|
-
"canonicalSignature": "(System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1905
|
-
"normalizedSignature": "Create|(System.String):Microsoft.AspNetCore.Server.HttpSys.UrlPrefix|static=true",
|
|
1906
|
-
"emitScope": "ClassSurface",
|
|
1907
|
-
"provenance": "Original",
|
|
1908
|
-
"arity": 0,
|
|
1909
|
-
"parameterCount": 1,
|
|
1910
|
-
"isStatic": true,
|
|
1911
|
-
"isAbstract": false,
|
|
1912
|
-
"isVirtual": false,
|
|
1913
|
-
"isOverride": false,
|
|
1914
|
-
"isSealed": false,
|
|
1915
|
-
"visibility": "Public",
|
|
1916
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1917
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1918
|
-
"isExtensionMethod": false
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Equals(System.Object):System.Boolean",
|
|
1922
|
-
"clrName": "Equals",
|
|
1923
|
-
"metadataToken": 100664545,
|
|
1924
|
-
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1925
|
-
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
1926
|
-
"emitScope": "ClassSurface",
|
|
1927
|
-
"provenance": "Original",
|
|
1928
|
-
"arity": 0,
|
|
1929
|
-
"parameterCount": 1,
|
|
1930
|
-
"isStatic": false,
|
|
1931
|
-
"isAbstract": false,
|
|
1932
|
-
"isVirtual": true,
|
|
1933
|
-
"isOverride": true,
|
|
1934
|
-
"isSealed": false,
|
|
1935
|
-
"visibility": "Public",
|
|
1936
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1937
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1938
|
-
"isExtensionMethod": false
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::GetHashCode():System.Int32",
|
|
1942
|
-
"clrName": "GetHashCode",
|
|
1943
|
-
"metadataToken": 100664546,
|
|
1944
|
-
"canonicalSignature": "():System.Int32",
|
|
1945
|
-
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
1946
|
-
"emitScope": "ClassSurface",
|
|
1947
|
-
"provenance": "Original",
|
|
1948
|
-
"arity": 0,
|
|
1949
|
-
"parameterCount": 0,
|
|
1950
|
-
"isStatic": false,
|
|
1951
|
-
"isAbstract": false,
|
|
1952
|
-
"isVirtual": true,
|
|
1953
|
-
"isOverride": true,
|
|
1954
|
-
"isSealed": false,
|
|
1955
|
-
"visibility": "Public",
|
|
1956
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1957
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1958
|
-
"isExtensionMethod": false
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::ToString():System.String",
|
|
1962
|
-
"clrName": "ToString",
|
|
1963
|
-
"metadataToken": 100664547,
|
|
1964
|
-
"canonicalSignature": "():System.String",
|
|
1965
|
-
"normalizedSignature": "ToString|():System.String|static=false",
|
|
1966
|
-
"emitScope": "ClassSurface",
|
|
1967
|
-
"provenance": "Original",
|
|
1968
|
-
"arity": 0,
|
|
1969
|
-
"parameterCount": 0,
|
|
1970
|
-
"isStatic": false,
|
|
1971
|
-
"isAbstract": false,
|
|
1972
|
-
"isVirtual": true,
|
|
1973
|
-
"isOverride": true,
|
|
1974
|
-
"isSealed": false,
|
|
1975
|
-
"visibility": "Public",
|
|
1976
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1977
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
1978
|
-
"isExtensionMethod": false
|
|
1979
|
-
}
|
|
1980
|
-
],
|
|
1981
|
-
"properties": [
|
|
1982
|
-
{
|
|
1983
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::IsHttps:System.Boolean",
|
|
1984
|
-
"clrName": "IsHttps",
|
|
1985
|
-
"metadataToken": 385876332,
|
|
1986
|
-
"canonicalSignature": ":System.Boolean",
|
|
1987
|
-
"normalizedSignature": "IsHttps|:System.Boolean|static=false|accessor=get",
|
|
1988
|
-
"emitScope": "ClassSurface",
|
|
1989
|
-
"provenance": "Original",
|
|
1990
|
-
"isIndexer": false,
|
|
1991
|
-
"hasGetter": true,
|
|
1992
|
-
"hasSetter": false,
|
|
1993
|
-
"isStatic": false,
|
|
1994
|
-
"isAbstract": false,
|
|
1995
|
-
"isVirtual": false,
|
|
1996
|
-
"isOverride": false,
|
|
1997
|
-
"visibility": "Public",
|
|
1998
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
1999
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Scheme:System.String",
|
|
2003
|
-
"clrName": "Scheme",
|
|
2004
|
-
"metadataToken": 385876333,
|
|
2005
|
-
"canonicalSignature": ":System.String",
|
|
2006
|
-
"normalizedSignature": "Scheme|:System.String|static=false|accessor=get",
|
|
2007
|
-
"emitScope": "ClassSurface",
|
|
2008
|
-
"provenance": "Original",
|
|
2009
|
-
"isIndexer": false,
|
|
2010
|
-
"hasGetter": true,
|
|
2011
|
-
"hasSetter": false,
|
|
2012
|
-
"isStatic": false,
|
|
2013
|
-
"isAbstract": false,
|
|
2014
|
-
"isVirtual": false,
|
|
2015
|
-
"isOverride": false,
|
|
2016
|
-
"visibility": "Public",
|
|
2017
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
2018
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Host:System.String",
|
|
2022
|
-
"clrName": "Host",
|
|
2023
|
-
"metadataToken": 385876334,
|
|
2024
|
-
"canonicalSignature": ":System.String",
|
|
2025
|
-
"normalizedSignature": "Host|:System.String|static=false|accessor=get",
|
|
2026
|
-
"emitScope": "ClassSurface",
|
|
2027
|
-
"provenance": "Original",
|
|
2028
|
-
"isIndexer": false,
|
|
2029
|
-
"hasGetter": true,
|
|
2030
|
-
"hasSetter": false,
|
|
2031
|
-
"isStatic": false,
|
|
2032
|
-
"isAbstract": false,
|
|
2033
|
-
"isVirtual": false,
|
|
2034
|
-
"isOverride": false,
|
|
2035
|
-
"visibility": "Public",
|
|
2036
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
2037
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Port:System.String",
|
|
2041
|
-
"clrName": "Port",
|
|
2042
|
-
"metadataToken": 385876335,
|
|
2043
|
-
"canonicalSignature": ":System.String",
|
|
2044
|
-
"normalizedSignature": "Port|:System.String|static=false|accessor=get",
|
|
2045
|
-
"emitScope": "ClassSurface",
|
|
2046
|
-
"provenance": "Original",
|
|
2047
|
-
"isIndexer": false,
|
|
2048
|
-
"hasGetter": true,
|
|
2049
|
-
"hasSetter": false,
|
|
2050
|
-
"isStatic": false,
|
|
2051
|
-
"isAbstract": false,
|
|
2052
|
-
"isVirtual": false,
|
|
2053
|
-
"isOverride": false,
|
|
2054
|
-
"visibility": "Public",
|
|
2055
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
2056
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::PortValue:System.Int32",
|
|
2060
|
-
"clrName": "PortValue",
|
|
2061
|
-
"metadataToken": 385876337,
|
|
2062
|
-
"canonicalSignature": ":System.Int32",
|
|
2063
|
-
"normalizedSignature": "PortValue|:System.Int32|static=false|accessor=get",
|
|
2064
|
-
"emitScope": "ClassSurface",
|
|
2065
|
-
"provenance": "Original",
|
|
2066
|
-
"isIndexer": false,
|
|
2067
|
-
"hasGetter": true,
|
|
2068
|
-
"hasSetter": false,
|
|
2069
|
-
"isStatic": false,
|
|
2070
|
-
"isAbstract": false,
|
|
2071
|
-
"isVirtual": false,
|
|
2072
|
-
"isOverride": false,
|
|
2073
|
-
"visibility": "Public",
|
|
2074
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
2075
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::Path:System.String",
|
|
2079
|
-
"clrName": "Path",
|
|
2080
|
-
"metadataToken": 385876338,
|
|
2081
|
-
"canonicalSignature": ":System.String",
|
|
2082
|
-
"normalizedSignature": "Path|:System.String|static=false|accessor=get",
|
|
2083
|
-
"emitScope": "ClassSurface",
|
|
2084
|
-
"provenance": "Original",
|
|
2085
|
-
"isIndexer": false,
|
|
2086
|
-
"hasGetter": true,
|
|
2087
|
-
"hasSetter": false,
|
|
2088
|
-
"isStatic": false,
|
|
2089
|
-
"isAbstract": false,
|
|
2090
|
-
"isVirtual": false,
|
|
2091
|
-
"isOverride": false,
|
|
2092
|
-
"visibility": "Public",
|
|
2093
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
2094
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefix::FullPrefix:System.String",
|
|
2098
|
-
"clrName": "FullPrefix",
|
|
2099
|
-
"metadataToken": 385876340,
|
|
2100
|
-
"canonicalSignature": ":System.String",
|
|
2101
|
-
"normalizedSignature": "FullPrefix|:System.String|static=false|accessor=get",
|
|
2102
|
-
"emitScope": "ClassSurface",
|
|
2103
|
-
"provenance": "Original",
|
|
2104
|
-
"isIndexer": false,
|
|
2105
|
-
"hasGetter": true,
|
|
2106
|
-
"hasSetter": false,
|
|
2107
|
-
"isStatic": false,
|
|
2108
|
-
"isAbstract": false,
|
|
2109
|
-
"isVirtual": false,
|
|
2110
|
-
"isOverride": false,
|
|
2111
|
-
"visibility": "Public",
|
|
2112
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefix",
|
|
2113
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2114
|
-
}
|
|
2115
|
-
],
|
|
2116
|
-
"fields": [],
|
|
2117
|
-
"events": [],
|
|
2118
|
-
"constructors": []
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2122
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2123
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2124
|
-
"metadataToken": 0,
|
|
2125
|
-
"kind": "Class",
|
|
2126
|
-
"accessibility": "Public",
|
|
2127
|
-
"isAbstract": false,
|
|
2128
|
-
"isSealed": false,
|
|
2129
|
-
"isStatic": false,
|
|
2130
|
-
"arity": 0,
|
|
2131
|
-
"baseType": {
|
|
2132
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
2133
|
-
"clrName": "System.Object"
|
|
2134
|
-
},
|
|
2135
|
-
"interfaces": [
|
|
2136
|
-
{
|
|
2137
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
2138
|
-
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
2139
|
-
"typeArguments": [
|
|
2140
|
-
"UrlPrefix"
|
|
2141
|
-
]
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2145
|
-
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2146
|
-
"typeArguments": [
|
|
2147
|
-
"UrlPrefix"
|
|
2148
|
-
]
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2152
|
-
"clrName": "System.Collections.IEnumerable"
|
|
2153
|
-
}
|
|
2154
|
-
],
|
|
2155
|
-
"methods": [
|
|
2156
|
-
{
|
|
2157
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Add(System.String):System.Void",
|
|
2158
|
-
"clrName": "Add",
|
|
2159
|
-
"metadataToken": 100664551,
|
|
2160
|
-
"canonicalSignature": "(System.String):System.Void",
|
|
2161
|
-
"normalizedSignature": "Add|(System.String):System.Void|static=false",
|
|
2162
|
-
"emitScope": "ClassSurface",
|
|
2163
|
-
"provenance": "Original",
|
|
2164
|
-
"arity": 0,
|
|
2165
|
-
"parameterCount": 1,
|
|
2166
|
-
"isStatic": false,
|
|
2167
|
-
"isAbstract": false,
|
|
2168
|
-
"isVirtual": false,
|
|
2169
|
-
"isOverride": false,
|
|
2170
|
-
"isSealed": false,
|
|
2171
|
-
"visibility": "Public",
|
|
2172
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2173
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2174
|
-
"isExtensionMethod": false
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Add(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Void",
|
|
2178
|
-
"clrName": "Add",
|
|
2179
|
-
"metadataToken": 100664552,
|
|
2180
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Void",
|
|
2181
|
-
"normalizedSignature": "Add|(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Void|static=false",
|
|
2182
|
-
"emitScope": "ClassSurface",
|
|
2183
|
-
"provenance": "Original",
|
|
2184
|
-
"arity": 0,
|
|
2185
|
-
"parameterCount": 1,
|
|
2186
|
-
"isStatic": false,
|
|
2187
|
-
"isAbstract": false,
|
|
2188
|
-
"isVirtual": true,
|
|
2189
|
-
"isOverride": false,
|
|
2190
|
-
"isSealed": true,
|
|
2191
|
-
"visibility": "Public",
|
|
2192
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2193
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2194
|
-
"isExtensionMethod": false
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Clear():System.Void",
|
|
2198
|
-
"clrName": "Clear",
|
|
2199
|
-
"metadataToken": 100664555,
|
|
2200
|
-
"canonicalSignature": "():System.Void",
|
|
2201
|
-
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2202
|
-
"emitScope": "ClassSurface",
|
|
2203
|
-
"provenance": "Original",
|
|
2204
|
-
"arity": 0,
|
|
2205
|
-
"parameterCount": 0,
|
|
2206
|
-
"isStatic": false,
|
|
2207
|
-
"isAbstract": false,
|
|
2208
|
-
"isVirtual": true,
|
|
2209
|
-
"isOverride": false,
|
|
2210
|
-
"isSealed": true,
|
|
2211
|
-
"visibility": "Public",
|
|
2212
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2213
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2214
|
-
"isExtensionMethod": false
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Contains(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Boolean",
|
|
2218
|
-
"clrName": "Contains",
|
|
2219
|
-
"metadataToken": 100664556,
|
|
2220
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Boolean",
|
|
2221
|
-
"normalizedSignature": "Contains|(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Boolean|static=false",
|
|
2222
|
-
"emitScope": "ClassSurface",
|
|
2223
|
-
"provenance": "Original",
|
|
2224
|
-
"arity": 0,
|
|
2225
|
-
"parameterCount": 1,
|
|
2226
|
-
"isStatic": false,
|
|
2227
|
-
"isAbstract": false,
|
|
2228
|
-
"isVirtual": true,
|
|
2229
|
-
"isOverride": false,
|
|
2230
|
-
"isSealed": true,
|
|
2231
|
-
"visibility": "Public",
|
|
2232
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2233
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2234
|
-
"isExtensionMethod": false
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::CopyTo(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix[],System.Int32):System.Void",
|
|
2238
|
-
"clrName": "CopyTo",
|
|
2239
|
-
"metadataToken": 100664557,
|
|
2240
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix[],System.Int32):System.Void",
|
|
2241
|
-
"normalizedSignature": "CopyTo|(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix[],System.Int32):System.Void|static=false",
|
|
2242
|
-
"emitScope": "ClassSurface",
|
|
2243
|
-
"provenance": "Original",
|
|
2244
|
-
"arity": 0,
|
|
2245
|
-
"parameterCount": 2,
|
|
2246
|
-
"isStatic": false,
|
|
2247
|
-
"isAbstract": false,
|
|
2248
|
-
"isVirtual": true,
|
|
2249
|
-
"isOverride": false,
|
|
2250
|
-
"isSealed": true,
|
|
2251
|
-
"visibility": "Public",
|
|
2252
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2253
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2254
|
-
"isExtensionMethod": false
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Remove(System.String):System.Boolean",
|
|
2258
|
-
"clrName": "Remove",
|
|
2259
|
-
"metadataToken": 100664558,
|
|
2260
|
-
"canonicalSignature": "(System.String):System.Boolean",
|
|
2261
|
-
"normalizedSignature": "Remove|(System.String):System.Boolean|static=false",
|
|
2262
|
-
"emitScope": "ClassSurface",
|
|
2263
|
-
"provenance": "Original",
|
|
2264
|
-
"arity": 0,
|
|
2265
|
-
"parameterCount": 1,
|
|
2266
|
-
"isStatic": false,
|
|
2267
|
-
"isAbstract": false,
|
|
2268
|
-
"isVirtual": false,
|
|
2269
|
-
"isOverride": false,
|
|
2270
|
-
"isSealed": false,
|
|
2271
|
-
"visibility": "Public",
|
|
2272
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2273
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2274
|
-
"isExtensionMethod": false
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Remove(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Boolean",
|
|
2278
|
-
"clrName": "Remove",
|
|
2279
|
-
"metadataToken": 100664559,
|
|
2280
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Boolean",
|
|
2281
|
-
"normalizedSignature": "Remove|(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix):System.Boolean|static=false",
|
|
2282
|
-
"emitScope": "ClassSurface",
|
|
2283
|
-
"provenance": "Original",
|
|
2284
|
-
"arity": 0,
|
|
2285
|
-
"parameterCount": 1,
|
|
2286
|
-
"isStatic": false,
|
|
2287
|
-
"isAbstract": false,
|
|
2288
|
-
"isVirtual": true,
|
|
2289
|
-
"isOverride": false,
|
|
2290
|
-
"isSealed": true,
|
|
2291
|
-
"visibility": "Public",
|
|
2292
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2293
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2294
|
-
"isExtensionMethod": false
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Microsoft.AspNetCore.Server.HttpSys.UrlPrefix,Microsoft.AspNetCore.Server.HttpSys,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2298
|
-
"clrName": "GetEnumerator",
|
|
2299
|
-
"metadataToken": 100664560,
|
|
2300
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Microsoft.AspNetCore.Server.HttpSys.UrlPrefix,Microsoft.AspNetCore.Server.HttpSys,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2301
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Microsoft.AspNetCore.Server.HttpSys.UrlPrefix,Microsoft.AspNetCore.Server.HttpSys,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2302
|
-
"emitScope": "ClassSurface",
|
|
2303
|
-
"provenance": "Original",
|
|
2304
|
-
"arity": 0,
|
|
2305
|
-
"parameterCount": 0,
|
|
2306
|
-
"isStatic": false,
|
|
2307
|
-
"isAbstract": false,
|
|
2308
|
-
"isVirtual": true,
|
|
2309
|
-
"isOverride": false,
|
|
2310
|
-
"isSealed": true,
|
|
2311
|
-
"visibility": "Public",
|
|
2312
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2313
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2314
|
-
"isExtensionMethod": false
|
|
2315
|
-
}
|
|
2316
|
-
],
|
|
2317
|
-
"properties": [
|
|
2318
|
-
{
|
|
2319
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::Count:System.Int32",
|
|
2320
|
-
"clrName": "Count",
|
|
2321
|
-
"metadataToken": 385876341,
|
|
2322
|
-
"canonicalSignature": ":System.Int32",
|
|
2323
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2324
|
-
"emitScope": "ClassSurface",
|
|
2325
|
-
"provenance": "Original",
|
|
2326
|
-
"isIndexer": false,
|
|
2327
|
-
"hasGetter": true,
|
|
2328
|
-
"hasSetter": false,
|
|
2329
|
-
"isStatic": false,
|
|
2330
|
-
"isAbstract": false,
|
|
2331
|
-
"isVirtual": true,
|
|
2332
|
-
"isOverride": false,
|
|
2333
|
-
"visibility": "Public",
|
|
2334
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2335
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection::IsReadOnly:System.Boolean",
|
|
2339
|
-
"clrName": "IsReadOnly",
|
|
2340
|
-
"metadataToken": 385876342,
|
|
2341
|
-
"canonicalSignature": ":System.Boolean",
|
|
2342
|
-
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2343
|
-
"emitScope": "ClassSurface",
|
|
2344
|
-
"provenance": "Original",
|
|
2345
|
-
"isIndexer": false,
|
|
2346
|
-
"hasGetter": true,
|
|
2347
|
-
"hasSetter": false,
|
|
2348
|
-
"isStatic": false,
|
|
2349
|
-
"isAbstract": false,
|
|
2350
|
-
"isVirtual": true,
|
|
2351
|
-
"isOverride": false,
|
|
2352
|
-
"visibility": "Public",
|
|
2353
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection",
|
|
2354
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2355
|
-
}
|
|
2356
|
-
],
|
|
2357
|
-
"fields": [],
|
|
2358
|
-
"events": [],
|
|
2359
|
-
"constructors": []
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysDefaults",
|
|
2363
|
-
"clrName": "Microsoft.AspNetCore.Server.HttpSys.HttpSysDefaults",
|
|
2364
|
-
"assemblyName": "Microsoft.AspNetCore.Server.HttpSys",
|
|
2365
|
-
"metadataToken": 0,
|
|
2366
|
-
"kind": "StaticNamespace",
|
|
2367
|
-
"accessibility": "Public",
|
|
2368
|
-
"isAbstract": true,
|
|
2369
|
-
"isSealed": true,
|
|
2370
|
-
"isStatic": true,
|
|
2371
|
-
"arity": 0,
|
|
2372
|
-
"baseType": {
|
|
2373
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
2374
|
-
"clrName": "System.Object"
|
|
2375
|
-
},
|
|
2376
|
-
"methods": [],
|
|
2377
|
-
"properties": [],
|
|
2378
|
-
"fields": [
|
|
2379
|
-
{
|
|
2380
|
-
"stableId": "Microsoft.AspNetCore.Server.HttpSys:Microsoft.AspNetCore.Server.HttpSys.HttpSysDefaults::AuthenticationSchemeSystem.String",
|
|
2381
|
-
"clrName": "AuthenticationScheme",
|
|
2382
|
-
"metadataToken": 67112886,
|
|
2383
|
-
"normalizedSignature": "AuthenticationScheme|System.String|static=true|const=true",
|
|
2384
|
-
"isStatic": true,
|
|
2385
|
-
"isReadOnly": false,
|
|
2386
|
-
"isLiteral": true,
|
|
2387
|
-
"visibility": "Public",
|
|
2388
|
-
"declaringClrType": "Microsoft.AspNetCore.Server.HttpSys.HttpSysDefaults",
|
|
2389
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Server.HttpSys"
|
|
2390
|
-
}
|
|
2391
|
-
],
|
|
2392
|
-
"events": [],
|
|
2393
|
-
"constructors": []
|
|
2394
|
-
}
|
|
2395
|
-
]
|
|
2396
|
-
}
|