@tsonic/aspnetcore 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -3888,244 +3888,6 @@
|
|
|
3888
3888
|
"events": [],
|
|
3889
3889
|
"constructors": []
|
|
3890
3890
|
},
|
|
3891
|
-
{
|
|
3892
|
-
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
3893
|
-
"clrName": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
3894
|
-
"assemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
3895
|
-
"metadataToken": 0,
|
|
3896
|
-
"kind": "Struct",
|
|
3897
|
-
"accessibility": "Public",
|
|
3898
|
-
"isAbstract": false,
|
|
3899
|
-
"isSealed": true,
|
|
3900
|
-
"isStatic": false,
|
|
3901
|
-
"arity": 0,
|
|
3902
|
-
"baseType": {
|
|
3903
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3904
|
-
"clrName": "System.ValueType"
|
|
3905
|
-
},
|
|
3906
|
-
"interfaces": [
|
|
3907
|
-
{
|
|
3908
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
3909
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
3910
|
-
"typeArguments": [
|
|
3911
|
-
"Object"
|
|
3912
|
-
]
|
|
3913
|
-
},
|
|
3914
|
-
{
|
|
3915
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
3916
|
-
"clrName": "System.Collections.IEnumerator"
|
|
3917
|
-
},
|
|
3918
|
-
{
|
|
3919
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
3920
|
-
"clrName": "System.IDisposable"
|
|
3921
|
-
}
|
|
3922
|
-
],
|
|
3923
|
-
"methods": [
|
|
3924
|
-
{
|
|
3925
|
-
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::Dispose():System.Void",
|
|
3926
|
-
"clrName": "Dispose",
|
|
3927
|
-
"metadataToken": 100664437,
|
|
3928
|
-
"canonicalSignature": "():System.Void",
|
|
3929
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
3930
|
-
"emitScope": "ClassSurface",
|
|
3931
|
-
"provenance": "Original",
|
|
3932
|
-
"arity": 0,
|
|
3933
|
-
"parameterCount": 0,
|
|
3934
|
-
"isStatic": false,
|
|
3935
|
-
"isAbstract": false,
|
|
3936
|
-
"isVirtual": true,
|
|
3937
|
-
"isOverride": false,
|
|
3938
|
-
"isSealed": true,
|
|
3939
|
-
"visibility": "Public",
|
|
3940
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
3941
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
3942
|
-
"isExtensionMethod": false
|
|
3943
|
-
},
|
|
3944
|
-
{
|
|
3945
|
-
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::MoveNext():System.Boolean",
|
|
3946
|
-
"clrName": "MoveNext",
|
|
3947
|
-
"metadataToken": 100664438,
|
|
3948
|
-
"canonicalSignature": "():System.Boolean",
|
|
3949
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
3950
|
-
"emitScope": "ClassSurface",
|
|
3951
|
-
"provenance": "Original",
|
|
3952
|
-
"arity": 0,
|
|
3953
|
-
"parameterCount": 0,
|
|
3954
|
-
"isStatic": false,
|
|
3955
|
-
"isAbstract": false,
|
|
3956
|
-
"isVirtual": true,
|
|
3957
|
-
"isOverride": false,
|
|
3958
|
-
"isSealed": true,
|
|
3959
|
-
"visibility": "Public",
|
|
3960
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
3961
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
3962
|
-
"isExtensionMethod": false
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::Reset():System.Void",
|
|
3966
|
-
"clrName": "Reset",
|
|
3967
|
-
"metadataToken": 100664439,
|
|
3968
|
-
"canonicalSignature": "():System.Void",
|
|
3969
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3970
|
-
"emitScope": "ClassSurface",
|
|
3971
|
-
"provenance": "Original",
|
|
3972
|
-
"arity": 0,
|
|
3973
|
-
"parameterCount": 0,
|
|
3974
|
-
"isStatic": false,
|
|
3975
|
-
"isAbstract": false,
|
|
3976
|
-
"isVirtual": true,
|
|
3977
|
-
"isOverride": false,
|
|
3978
|
-
"isSealed": true,
|
|
3979
|
-
"visibility": "Public",
|
|
3980
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
3981
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
3982
|
-
"isExtensionMethod": false
|
|
3983
|
-
}
|
|
3984
|
-
],
|
|
3985
|
-
"properties": [
|
|
3986
|
-
{
|
|
3987
|
-
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::Current:System.Object",
|
|
3988
|
-
"clrName": "Current",
|
|
3989
|
-
"metadataToken": 385876347,
|
|
3990
|
-
"canonicalSignature": ":System.Object",
|
|
3991
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
3992
|
-
"emitScope": "ClassSurface",
|
|
3993
|
-
"provenance": "Original",
|
|
3994
|
-
"isIndexer": false,
|
|
3995
|
-
"hasGetter": true,
|
|
3996
|
-
"hasSetter": false,
|
|
3997
|
-
"isStatic": false,
|
|
3998
|
-
"isAbstract": false,
|
|
3999
|
-
"isVirtual": true,
|
|
4000
|
-
"isOverride": false,
|
|
4001
|
-
"visibility": "Public",
|
|
4002
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
4003
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
4004
|
-
}
|
|
4005
|
-
],
|
|
4006
|
-
"fields": [],
|
|
4007
|
-
"events": [],
|
|
4008
|
-
"constructors": []
|
|
4009
|
-
},
|
|
4010
|
-
{
|
|
4011
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
4012
|
-
"clrName": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
4013
|
-
"assemblyName": "Microsoft.AspNetCore.Http",
|
|
4014
|
-
"metadataToken": 0,
|
|
4015
|
-
"kind": "Struct",
|
|
4016
|
-
"accessibility": "Public",
|
|
4017
|
-
"isAbstract": false,
|
|
4018
|
-
"isSealed": true,
|
|
4019
|
-
"isStatic": false,
|
|
4020
|
-
"arity": 0,
|
|
4021
|
-
"baseType": {
|
|
4022
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
4023
|
-
"clrName": "System.ValueType"
|
|
4024
|
-
},
|
|
4025
|
-
"interfaces": [
|
|
4026
|
-
{
|
|
4027
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
4028
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
4029
|
-
"typeArguments": [
|
|
4030
|
-
"KeyValuePair_2[[String,StringValues]]"
|
|
4031
|
-
]
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
4035
|
-
"clrName": "System.Collections.IEnumerator"
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
4039
|
-
"clrName": "System.IDisposable"
|
|
4040
|
-
}
|
|
4041
|
-
],
|
|
4042
|
-
"methods": [
|
|
4043
|
-
{
|
|
4044
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::MoveNext():System.Boolean",
|
|
4045
|
-
"clrName": "MoveNext",
|
|
4046
|
-
"metadataToken": 100664010,
|
|
4047
|
-
"canonicalSignature": "():System.Boolean",
|
|
4048
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
4049
|
-
"emitScope": "ClassSurface",
|
|
4050
|
-
"provenance": "Original",
|
|
4051
|
-
"arity": 0,
|
|
4052
|
-
"parameterCount": 0,
|
|
4053
|
-
"isStatic": false,
|
|
4054
|
-
"isAbstract": false,
|
|
4055
|
-
"isVirtual": true,
|
|
4056
|
-
"isOverride": false,
|
|
4057
|
-
"isSealed": true,
|
|
4058
|
-
"visibility": "Public",
|
|
4059
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
4060
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4061
|
-
"isExtensionMethod": false
|
|
4062
|
-
},
|
|
4063
|
-
{
|
|
4064
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::Dispose():System.Void",
|
|
4065
|
-
"clrName": "Dispose",
|
|
4066
|
-
"metadataToken": 100664012,
|
|
4067
|
-
"canonicalSignature": "():System.Void",
|
|
4068
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
4069
|
-
"emitScope": "ClassSurface",
|
|
4070
|
-
"provenance": "Original",
|
|
4071
|
-
"arity": 0,
|
|
4072
|
-
"parameterCount": 0,
|
|
4073
|
-
"isStatic": false,
|
|
4074
|
-
"isAbstract": false,
|
|
4075
|
-
"isVirtual": true,
|
|
4076
|
-
"isOverride": false,
|
|
4077
|
-
"isSealed": true,
|
|
4078
|
-
"visibility": "Public",
|
|
4079
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
4080
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4081
|
-
"isExtensionMethod": false
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::Reset():System.Void",
|
|
4085
|
-
"clrName": "Reset",
|
|
4086
|
-
"metadataToken": 0,
|
|
4087
|
-
"canonicalSignature": "():System.Void",
|
|
4088
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
4089
|
-
"emitScope": "ClassSurface",
|
|
4090
|
-
"provenance": "Synthesized",
|
|
4091
|
-
"arity": 0,
|
|
4092
|
-
"parameterCount": 0,
|
|
4093
|
-
"isStatic": false,
|
|
4094
|
-
"isAbstract": false,
|
|
4095
|
-
"isVirtual": true,
|
|
4096
|
-
"isOverride": false,
|
|
4097
|
-
"isSealed": false,
|
|
4098
|
-
"visibility": "Public",
|
|
4099
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
4100
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4101
|
-
"isExtensionMethod": false
|
|
4102
|
-
}
|
|
4103
|
-
],
|
|
4104
|
-
"properties": [
|
|
4105
|
-
{
|
|
4106
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4107
|
-
"clrName": "Current",
|
|
4108
|
-
"metadataToken": 385876208,
|
|
4109
|
-
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4110
|
-
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
4111
|
-
"emitScope": "ClassSurface",
|
|
4112
|
-
"provenance": "Original",
|
|
4113
|
-
"isIndexer": false,
|
|
4114
|
-
"hasGetter": true,
|
|
4115
|
-
"hasSetter": false,
|
|
4116
|
-
"isStatic": false,
|
|
4117
|
-
"isAbstract": false,
|
|
4118
|
-
"isVirtual": true,
|
|
4119
|
-
"isOverride": false,
|
|
4120
|
-
"visibility": "Public",
|
|
4121
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
4122
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4123
|
-
}
|
|
4124
|
-
],
|
|
4125
|
-
"fields": [],
|
|
4126
|
-
"events": [],
|
|
4127
|
-
"constructors": []
|
|
4128
|
-
},
|
|
4129
3891
|
{
|
|
4130
3892
|
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.FragmentString",
|
|
4131
3893
|
"clrName": "Microsoft.AspNetCore.Http.FragmentString",
|
|
@@ -4361,125 +4123,6 @@
|
|
|
4361
4123
|
}
|
|
4362
4124
|
]
|
|
4363
4125
|
},
|
|
4364
|
-
{
|
|
4365
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
4366
|
-
"clrName": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
4367
|
-
"assemblyName": "Microsoft.AspNetCore.Http",
|
|
4368
|
-
"metadataToken": 0,
|
|
4369
|
-
"kind": "Struct",
|
|
4370
|
-
"accessibility": "Public",
|
|
4371
|
-
"isAbstract": false,
|
|
4372
|
-
"isSealed": true,
|
|
4373
|
-
"isStatic": false,
|
|
4374
|
-
"arity": 0,
|
|
4375
|
-
"baseType": {
|
|
4376
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
4377
|
-
"clrName": "System.ValueType"
|
|
4378
|
-
},
|
|
4379
|
-
"interfaces": [
|
|
4380
|
-
{
|
|
4381
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
4382
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
4383
|
-
"typeArguments": [
|
|
4384
|
-
"KeyValuePair_2[[String,StringValues]]"
|
|
4385
|
-
]
|
|
4386
|
-
},
|
|
4387
|
-
{
|
|
4388
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
4389
|
-
"clrName": "System.Collections.IEnumerator"
|
|
4390
|
-
},
|
|
4391
|
-
{
|
|
4392
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
4393
|
-
"clrName": "System.IDisposable"
|
|
4394
|
-
}
|
|
4395
|
-
],
|
|
4396
|
-
"methods": [
|
|
4397
|
-
{
|
|
4398
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::MoveNext():System.Boolean",
|
|
4399
|
-
"clrName": "MoveNext",
|
|
4400
|
-
"metadataToken": 100664018,
|
|
4401
|
-
"canonicalSignature": "():System.Boolean",
|
|
4402
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
4403
|
-
"emitScope": "ClassSurface",
|
|
4404
|
-
"provenance": "Original",
|
|
4405
|
-
"arity": 0,
|
|
4406
|
-
"parameterCount": 0,
|
|
4407
|
-
"isStatic": false,
|
|
4408
|
-
"isAbstract": false,
|
|
4409
|
-
"isVirtual": true,
|
|
4410
|
-
"isOverride": false,
|
|
4411
|
-
"isSealed": true,
|
|
4412
|
-
"visibility": "Public",
|
|
4413
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
4414
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4415
|
-
"isExtensionMethod": false
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::Dispose():System.Void",
|
|
4419
|
-
"clrName": "Dispose",
|
|
4420
|
-
"metadataToken": 100664020,
|
|
4421
|
-
"canonicalSignature": "():System.Void",
|
|
4422
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
4423
|
-
"emitScope": "ClassSurface",
|
|
4424
|
-
"provenance": "Original",
|
|
4425
|
-
"arity": 0,
|
|
4426
|
-
"parameterCount": 0,
|
|
4427
|
-
"isStatic": false,
|
|
4428
|
-
"isAbstract": false,
|
|
4429
|
-
"isVirtual": true,
|
|
4430
|
-
"isOverride": false,
|
|
4431
|
-
"isSealed": true,
|
|
4432
|
-
"visibility": "Public",
|
|
4433
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
4434
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4435
|
-
"isExtensionMethod": false
|
|
4436
|
-
},
|
|
4437
|
-
{
|
|
4438
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::Reset():System.Void",
|
|
4439
|
-
"clrName": "Reset",
|
|
4440
|
-
"metadataToken": 0,
|
|
4441
|
-
"canonicalSignature": "():System.Void",
|
|
4442
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
4443
|
-
"emitScope": "ClassSurface",
|
|
4444
|
-
"provenance": "Synthesized",
|
|
4445
|
-
"arity": 0,
|
|
4446
|
-
"parameterCount": 0,
|
|
4447
|
-
"isStatic": false,
|
|
4448
|
-
"isAbstract": false,
|
|
4449
|
-
"isVirtual": true,
|
|
4450
|
-
"isOverride": false,
|
|
4451
|
-
"isSealed": false,
|
|
4452
|
-
"visibility": "Public",
|
|
4453
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
4454
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
4455
|
-
"isExtensionMethod": false
|
|
4456
|
-
}
|
|
4457
|
-
],
|
|
4458
|
-
"properties": [
|
|
4459
|
-
{
|
|
4460
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4461
|
-
"clrName": "Current",
|
|
4462
|
-
"metadataToken": 385876210,
|
|
4463
|
-
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4464
|
-
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
4465
|
-
"emitScope": "ClassSurface",
|
|
4466
|
-
"provenance": "Original",
|
|
4467
|
-
"isIndexer": false,
|
|
4468
|
-
"hasGetter": true,
|
|
4469
|
-
"hasSetter": false,
|
|
4470
|
-
"isStatic": false,
|
|
4471
|
-
"isAbstract": false,
|
|
4472
|
-
"isVirtual": true,
|
|
4473
|
-
"isOverride": false,
|
|
4474
|
-
"visibility": "Public",
|
|
4475
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
4476
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4477
|
-
}
|
|
4478
|
-
],
|
|
4479
|
-
"fields": [],
|
|
4480
|
-
"events": [],
|
|
4481
|
-
"constructors": []
|
|
4482
|
-
},
|
|
4483
4126
|
{
|
|
4484
4127
|
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.HostString",
|
|
4485
4128
|
"clrName": "Microsoft.AspNetCore.Http.HostString",
|
|
@@ -5200,142 +4843,23 @@
|
|
|
5200
4843
|
"isLiteral": false,
|
|
5201
4844
|
"visibility": "Public",
|
|
5202
4845
|
"declaringClrType": "Microsoft.AspNetCore.Http.PathString",
|
|
5203
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
5204
|
-
}
|
|
5205
|
-
],
|
|
5206
|
-
"events": [],
|
|
5207
|
-
"constructors": [
|
|
5208
|
-
{
|
|
5209
|
-
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.PathString::.ctor(System.String):void",
|
|
5210
|
-
"metadataToken": 100664056,
|
|
5211
|
-
"canonicalSignature": "(System.String):void",
|
|
5212
|
-
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
5213
|
-
"isStatic": false,
|
|
5214
|
-
"parameterCount": 1,
|
|
5215
|
-
"visibility": "Public",
|
|
5216
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.PathString",
|
|
5217
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
5218
|
-
}
|
|
5219
|
-
]
|
|
5220
|
-
},
|
|
5221
|
-
{
|
|
5222
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
5223
|
-
"clrName": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
5224
|
-
"assemblyName": "Microsoft.AspNetCore.Http",
|
|
5225
|
-
"metadataToken": 0,
|
|
5226
|
-
"kind": "Struct",
|
|
5227
|
-
"accessibility": "Public",
|
|
5228
|
-
"isAbstract": false,
|
|
5229
|
-
"isSealed": true,
|
|
5230
|
-
"isStatic": false,
|
|
5231
|
-
"arity": 0,
|
|
5232
|
-
"baseType": {
|
|
5233
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
5234
|
-
"clrName": "System.ValueType"
|
|
5235
|
-
},
|
|
5236
|
-
"interfaces": [
|
|
5237
|
-
{
|
|
5238
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
5239
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
5240
|
-
"typeArguments": [
|
|
5241
|
-
"KeyValuePair_2[[String,StringValues]]"
|
|
5242
|
-
]
|
|
5243
|
-
},
|
|
5244
|
-
{
|
|
5245
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
5246
|
-
"clrName": "System.Collections.IEnumerator"
|
|
5247
|
-
},
|
|
5248
|
-
{
|
|
5249
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
5250
|
-
"clrName": "System.IDisposable"
|
|
5251
|
-
}
|
|
5252
|
-
],
|
|
5253
|
-
"methods": [
|
|
5254
|
-
{
|
|
5255
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::MoveNext():System.Boolean",
|
|
5256
|
-
"clrName": "MoveNext",
|
|
5257
|
-
"metadataToken": 100664074,
|
|
5258
|
-
"canonicalSignature": "():System.Boolean",
|
|
5259
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
5260
|
-
"emitScope": "ClassSurface",
|
|
5261
|
-
"provenance": "Original",
|
|
5262
|
-
"arity": 0,
|
|
5263
|
-
"parameterCount": 0,
|
|
5264
|
-
"isStatic": false,
|
|
5265
|
-
"isAbstract": false,
|
|
5266
|
-
"isVirtual": true,
|
|
5267
|
-
"isOverride": false,
|
|
5268
|
-
"isSealed": true,
|
|
5269
|
-
"visibility": "Public",
|
|
5270
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
5271
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
5272
|
-
"isExtensionMethod": false
|
|
5273
|
-
},
|
|
5274
|
-
{
|
|
5275
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::Dispose():System.Void",
|
|
5276
|
-
"clrName": "Dispose",
|
|
5277
|
-
"metadataToken": 100664076,
|
|
5278
|
-
"canonicalSignature": "():System.Void",
|
|
5279
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
5280
|
-
"emitScope": "ClassSurface",
|
|
5281
|
-
"provenance": "Original",
|
|
5282
|
-
"arity": 0,
|
|
5283
|
-
"parameterCount": 0,
|
|
5284
|
-
"isStatic": false,
|
|
5285
|
-
"isAbstract": false,
|
|
5286
|
-
"isVirtual": true,
|
|
5287
|
-
"isOverride": false,
|
|
5288
|
-
"isSealed": true,
|
|
5289
|
-
"visibility": "Public",
|
|
5290
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
5291
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
5292
|
-
"isExtensionMethod": false
|
|
5293
|
-
},
|
|
5294
|
-
{
|
|
5295
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::Reset():System.Void",
|
|
5296
|
-
"clrName": "Reset",
|
|
5297
|
-
"metadataToken": 0,
|
|
5298
|
-
"canonicalSignature": "():System.Void",
|
|
5299
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
5300
|
-
"emitScope": "ClassSurface",
|
|
5301
|
-
"provenance": "Synthesized",
|
|
5302
|
-
"arity": 0,
|
|
5303
|
-
"parameterCount": 0,
|
|
5304
|
-
"isStatic": false,
|
|
5305
|
-
"isAbstract": false,
|
|
5306
|
-
"isVirtual": true,
|
|
5307
|
-
"isOverride": false,
|
|
5308
|
-
"isSealed": false,
|
|
5309
|
-
"visibility": "Public",
|
|
5310
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
5311
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
5312
|
-
"isExtensionMethod": false
|
|
5313
|
-
}
|
|
5314
|
-
],
|
|
5315
|
-
"properties": [
|
|
5316
|
-
{
|
|
5317
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
5318
|
-
"clrName": "Current",
|
|
5319
|
-
"metadataToken": 385876218,
|
|
5320
|
-
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
5321
|
-
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
5322
|
-
"emitScope": "ClassSurface",
|
|
5323
|
-
"provenance": "Original",
|
|
5324
|
-
"isIndexer": false,
|
|
5325
|
-
"hasGetter": true,
|
|
5326
|
-
"hasSetter": false,
|
|
5327
|
-
"isStatic": false,
|
|
5328
|
-
"isAbstract": false,
|
|
5329
|
-
"isVirtual": true,
|
|
5330
|
-
"isOverride": false,
|
|
5331
|
-
"visibility": "Public",
|
|
5332
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
5333
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
4846
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
5334
4847
|
}
|
|
5335
4848
|
],
|
|
5336
|
-
"fields": [],
|
|
5337
4849
|
"events": [],
|
|
5338
|
-
"constructors": [
|
|
4850
|
+
"constructors": [
|
|
4851
|
+
{
|
|
4852
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.PathString::.ctor(System.String):void",
|
|
4853
|
+
"metadataToken": 100664056,
|
|
4854
|
+
"canonicalSignature": "(System.String):void",
|
|
4855
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
4856
|
+
"isStatic": false,
|
|
4857
|
+
"parameterCount": 1,
|
|
4858
|
+
"visibility": "Public",
|
|
4859
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.PathString",
|
|
4860
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
4861
|
+
}
|
|
4862
|
+
]
|
|
5339
4863
|
},
|
|
5340
4864
|
{
|
|
5341
4865
|
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.QueryString",
|
|
@@ -8202,6 +7726,125 @@
|
|
|
8202
7726
|
}
|
|
8203
7727
|
]
|
|
8204
7728
|
},
|
|
7729
|
+
{
|
|
7730
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
7731
|
+
"clrName": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
7732
|
+
"assemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
7733
|
+
"metadataToken": 0,
|
|
7734
|
+
"kind": "Struct",
|
|
7735
|
+
"accessibility": "Public",
|
|
7736
|
+
"isAbstract": false,
|
|
7737
|
+
"isSealed": true,
|
|
7738
|
+
"isStatic": false,
|
|
7739
|
+
"arity": 0,
|
|
7740
|
+
"baseType": {
|
|
7741
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
7742
|
+
"clrName": "System.ValueType"
|
|
7743
|
+
},
|
|
7744
|
+
"interfaces": [
|
|
7745
|
+
{
|
|
7746
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
7747
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
7748
|
+
"typeArguments": [
|
|
7749
|
+
"Object"
|
|
7750
|
+
]
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
7754
|
+
"clrName": "System.Collections.IEnumerator"
|
|
7755
|
+
},
|
|
7756
|
+
{
|
|
7757
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
7758
|
+
"clrName": "System.IDisposable"
|
|
7759
|
+
}
|
|
7760
|
+
],
|
|
7761
|
+
"methods": [
|
|
7762
|
+
{
|
|
7763
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::Dispose():System.Void",
|
|
7764
|
+
"clrName": "Dispose",
|
|
7765
|
+
"metadataToken": 100664437,
|
|
7766
|
+
"canonicalSignature": "():System.Void",
|
|
7767
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
7768
|
+
"emitScope": "ClassSurface",
|
|
7769
|
+
"provenance": "Original",
|
|
7770
|
+
"arity": 0,
|
|
7771
|
+
"parameterCount": 0,
|
|
7772
|
+
"isStatic": false,
|
|
7773
|
+
"isAbstract": false,
|
|
7774
|
+
"isVirtual": true,
|
|
7775
|
+
"isOverride": false,
|
|
7776
|
+
"isSealed": true,
|
|
7777
|
+
"visibility": "Public",
|
|
7778
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
7779
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
7780
|
+
"isExtensionMethod": false
|
|
7781
|
+
},
|
|
7782
|
+
{
|
|
7783
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::MoveNext():System.Boolean",
|
|
7784
|
+
"clrName": "MoveNext",
|
|
7785
|
+
"metadataToken": 100664438,
|
|
7786
|
+
"canonicalSignature": "():System.Boolean",
|
|
7787
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
7788
|
+
"emitScope": "ClassSurface",
|
|
7789
|
+
"provenance": "Original",
|
|
7790
|
+
"arity": 0,
|
|
7791
|
+
"parameterCount": 0,
|
|
7792
|
+
"isStatic": false,
|
|
7793
|
+
"isAbstract": false,
|
|
7794
|
+
"isVirtual": true,
|
|
7795
|
+
"isOverride": false,
|
|
7796
|
+
"isSealed": true,
|
|
7797
|
+
"visibility": "Public",
|
|
7798
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
7799
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
7800
|
+
"isExtensionMethod": false
|
|
7801
|
+
},
|
|
7802
|
+
{
|
|
7803
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::Reset():System.Void",
|
|
7804
|
+
"clrName": "Reset",
|
|
7805
|
+
"metadataToken": 100664439,
|
|
7806
|
+
"canonicalSignature": "():System.Void",
|
|
7807
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
7808
|
+
"emitScope": "ClassSurface",
|
|
7809
|
+
"provenance": "Original",
|
|
7810
|
+
"arity": 0,
|
|
7811
|
+
"parameterCount": 0,
|
|
7812
|
+
"isStatic": false,
|
|
7813
|
+
"isAbstract": false,
|
|
7814
|
+
"isVirtual": true,
|
|
7815
|
+
"isOverride": false,
|
|
7816
|
+
"isSealed": true,
|
|
7817
|
+
"visibility": "Public",
|
|
7818
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
7819
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
|
|
7820
|
+
"isExtensionMethod": false
|
|
7821
|
+
}
|
|
7822
|
+
],
|
|
7823
|
+
"properties": [
|
|
7824
|
+
{
|
|
7825
|
+
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator::Current:System.Object",
|
|
7826
|
+
"clrName": "Current",
|
|
7827
|
+
"metadataToken": 385876347,
|
|
7828
|
+
"canonicalSignature": ":System.Object",
|
|
7829
|
+
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
7830
|
+
"emitScope": "ClassSurface",
|
|
7831
|
+
"provenance": "Original",
|
|
7832
|
+
"isIndexer": false,
|
|
7833
|
+
"hasGetter": true,
|
|
7834
|
+
"hasSetter": false,
|
|
7835
|
+
"isStatic": false,
|
|
7836
|
+
"isAbstract": false,
|
|
7837
|
+
"isVirtual": true,
|
|
7838
|
+
"isOverride": false,
|
|
7839
|
+
"visibility": "Public",
|
|
7840
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.EndpointMetadataCollection\u002BEnumerator",
|
|
7841
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
|
|
7842
|
+
}
|
|
7843
|
+
],
|
|
7844
|
+
"fields": [],
|
|
7845
|
+
"events": [],
|
|
7846
|
+
"constructors": []
|
|
7847
|
+
},
|
|
8205
7848
|
{
|
|
8206
7849
|
"stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.EndpointSummaryAttribute",
|
|
8207
7850
|
"clrName": "Microsoft.AspNetCore.Http.EndpointSummaryAttribute",
|
|
@@ -8563,18 +8206,143 @@
|
|
|
8563
8206
|
"isVirtual": true,
|
|
8564
8207
|
"isOverride": false,
|
|
8565
8208
|
"visibility": "Public",
|
|
8566
|
-
"sourceInterface": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8567
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8568
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
8569
|
-
},
|
|
8209
|
+
"sourceInterface": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8210
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8211
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
8212
|
+
},
|
|
8213
|
+
{
|
|
8214
|
+
"stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IFormCollection::Files:Microsoft.AspNetCore.Http.IFormFileCollection",
|
|
8215
|
+
"clrName": "Files",
|
|
8216
|
+
"metadataToken": 385875983,
|
|
8217
|
+
"canonicalSignature": ":Microsoft.AspNetCore.Http.IFormFileCollection",
|
|
8218
|
+
"normalizedSignature": "Files|:Microsoft.AspNetCore.Http.IFormFileCollection|static=false|accessor=get",
|
|
8219
|
+
"emitScope": "ViewOnly",
|
|
8220
|
+
"provenance": "ExplicitView",
|
|
8221
|
+
"isIndexer": false,
|
|
8222
|
+
"hasGetter": true,
|
|
8223
|
+
"hasSetter": false,
|
|
8224
|
+
"isStatic": false,
|
|
8225
|
+
"isAbstract": false,
|
|
8226
|
+
"isVirtual": true,
|
|
8227
|
+
"isOverride": false,
|
|
8228
|
+
"visibility": "Public",
|
|
8229
|
+
"sourceInterface": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8230
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8231
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
8232
|
+
}
|
|
8233
|
+
],
|
|
8234
|
+
"fields": [
|
|
8235
|
+
{
|
|
8236
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection::EmptyMicrosoft.AspNetCore.Http.FormCollection",
|
|
8237
|
+
"clrName": "Empty",
|
|
8238
|
+
"metadataToken": 67108929,
|
|
8239
|
+
"normalizedSignature": "Empty|Microsoft.AspNetCore.Http.FormCollection|static=true|const=false",
|
|
8240
|
+
"isStatic": true,
|
|
8241
|
+
"isReadOnly": true,
|
|
8242
|
+
"isLiteral": false,
|
|
8243
|
+
"visibility": "Public",
|
|
8244
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection",
|
|
8245
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
8246
|
+
}
|
|
8247
|
+
],
|
|
8248
|
+
"events": [],
|
|
8249
|
+
"constructors": [
|
|
8250
|
+
{
|
|
8251
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection::.ctor(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Http.IFormFileCollection):void",
|
|
8252
|
+
"metadataToken": 100663490,
|
|
8253
|
+
"canonicalSignature": "(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Http.IFormFileCollection):void",
|
|
8254
|
+
"normalizedSignature": "constructor|(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Http.IFormFileCollection):void|static=false",
|
|
8255
|
+
"isStatic": false,
|
|
8256
|
+
"parameterCount": 2,
|
|
8257
|
+
"visibility": "Public",
|
|
8258
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection",
|
|
8259
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
8260
|
+
}
|
|
8261
|
+
]
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
8265
|
+
"clrName": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
8266
|
+
"assemblyName": "Microsoft.AspNetCore.Http",
|
|
8267
|
+
"metadataToken": 0,
|
|
8268
|
+
"kind": "Struct",
|
|
8269
|
+
"accessibility": "Public",
|
|
8270
|
+
"isAbstract": false,
|
|
8271
|
+
"isSealed": true,
|
|
8272
|
+
"isStatic": false,
|
|
8273
|
+
"arity": 0,
|
|
8274
|
+
"baseType": {
|
|
8275
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
8276
|
+
"clrName": "System.ValueType"
|
|
8277
|
+
},
|
|
8278
|
+
"interfaces": [
|
|
8279
|
+
{
|
|
8280
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
8281
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
8282
|
+
"typeArguments": [
|
|
8283
|
+
"KeyValuePair_2[[String,StringValues]]"
|
|
8284
|
+
]
|
|
8285
|
+
},
|
|
8286
|
+
{
|
|
8287
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
8288
|
+
"clrName": "System.Collections.IEnumerator"
|
|
8289
|
+
},
|
|
8290
|
+
{
|
|
8291
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
8292
|
+
"clrName": "System.IDisposable"
|
|
8293
|
+
}
|
|
8294
|
+
],
|
|
8295
|
+
"methods": [
|
|
8296
|
+
{
|
|
8297
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::MoveNext():System.Boolean",
|
|
8298
|
+
"clrName": "MoveNext",
|
|
8299
|
+
"metadataToken": 100664010,
|
|
8300
|
+
"canonicalSignature": "():System.Boolean",
|
|
8301
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
8302
|
+
"emitScope": "ClassSurface",
|
|
8303
|
+
"provenance": "Original",
|
|
8304
|
+
"arity": 0,
|
|
8305
|
+
"parameterCount": 0,
|
|
8306
|
+
"isStatic": false,
|
|
8307
|
+
"isAbstract": false,
|
|
8308
|
+
"isVirtual": true,
|
|
8309
|
+
"isOverride": false,
|
|
8310
|
+
"isSealed": true,
|
|
8311
|
+
"visibility": "Public",
|
|
8312
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
8313
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
8314
|
+
"isExtensionMethod": false
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::Dispose():System.Void",
|
|
8318
|
+
"clrName": "Dispose",
|
|
8319
|
+
"metadataToken": 100664012,
|
|
8320
|
+
"canonicalSignature": "():System.Void",
|
|
8321
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
8322
|
+
"emitScope": "ClassSurface",
|
|
8323
|
+
"provenance": "Original",
|
|
8324
|
+
"arity": 0,
|
|
8325
|
+
"parameterCount": 0,
|
|
8326
|
+
"isStatic": false,
|
|
8327
|
+
"isAbstract": false,
|
|
8328
|
+
"isVirtual": true,
|
|
8329
|
+
"isOverride": false,
|
|
8330
|
+
"isSealed": true,
|
|
8331
|
+
"visibility": "Public",
|
|
8332
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
8333
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
8334
|
+
"isExtensionMethod": false
|
|
8335
|
+
}
|
|
8336
|
+
],
|
|
8337
|
+
"properties": [
|
|
8570
8338
|
{
|
|
8571
|
-
"stableId": "Microsoft.AspNetCore.Http
|
|
8572
|
-
"clrName": "
|
|
8573
|
-
"metadataToken":
|
|
8574
|
-
"canonicalSignature": ":Microsoft.
|
|
8575
|
-
"normalizedSignature": "
|
|
8576
|
-
"emitScope": "
|
|
8577
|
-
"provenance": "
|
|
8339
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
8340
|
+
"clrName": "Current",
|
|
8341
|
+
"metadataToken": 385876208,
|
|
8342
|
+
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
8343
|
+
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
8344
|
+
"emitScope": "ClassSurface",
|
|
8345
|
+
"provenance": "Original",
|
|
8578
8346
|
"isIndexer": false,
|
|
8579
8347
|
"hasGetter": true,
|
|
8580
8348
|
"hasSetter": false,
|
|
@@ -8583,39 +8351,13 @@
|
|
|
8583
8351
|
"isVirtual": true,
|
|
8584
8352
|
"isOverride": false,
|
|
8585
8353
|
"visibility": "Public",
|
|
8586
|
-
"
|
|
8587
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.IFormCollection",
|
|
8588
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http.Features"
|
|
8589
|
-
}
|
|
8590
|
-
],
|
|
8591
|
-
"fields": [
|
|
8592
|
-
{
|
|
8593
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection::EmptyMicrosoft.AspNetCore.Http.FormCollection",
|
|
8594
|
-
"clrName": "Empty",
|
|
8595
|
-
"metadataToken": 67108929,
|
|
8596
|
-
"normalizedSignature": "Empty|Microsoft.AspNetCore.Http.FormCollection|static=true|const=false",
|
|
8597
|
-
"isStatic": true,
|
|
8598
|
-
"isReadOnly": true,
|
|
8599
|
-
"isLiteral": false,
|
|
8600
|
-
"visibility": "Public",
|
|
8601
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection",
|
|
8354
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection\u002BEnumerator",
|
|
8602
8355
|
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
8603
8356
|
}
|
|
8604
8357
|
],
|
|
8358
|
+
"fields": [],
|
|
8605
8359
|
"events": [],
|
|
8606
|
-
"constructors": [
|
|
8607
|
-
{
|
|
8608
|
-
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormCollection::.ctor(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Http.IFormFileCollection):void",
|
|
8609
|
-
"metadataToken": 100663490,
|
|
8610
|
-
"canonicalSignature": "(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Http.IFormFileCollection):void",
|
|
8611
|
-
"normalizedSignature": "constructor|(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Http.IFormFileCollection):void|static=false",
|
|
8612
|
-
"isStatic": false,
|
|
8613
|
-
"parameterCount": 2,
|
|
8614
|
-
"visibility": "Public",
|
|
8615
|
-
"declaringClrType": "Microsoft.AspNetCore.Http.FormCollection",
|
|
8616
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
8617
|
-
}
|
|
8618
|
-
]
|
|
8360
|
+
"constructors": []
|
|
8619
8361
|
},
|
|
8620
8362
|
{
|
|
8621
8363
|
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.FormFile",
|
|
@@ -11416,6 +11158,105 @@
|
|
|
11416
11158
|
}
|
|
11417
11159
|
]
|
|
11418
11160
|
},
|
|
11161
|
+
{
|
|
11162
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
11163
|
+
"clrName": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
11164
|
+
"assemblyName": "Microsoft.AspNetCore.Http",
|
|
11165
|
+
"metadataToken": 0,
|
|
11166
|
+
"kind": "Struct",
|
|
11167
|
+
"accessibility": "Public",
|
|
11168
|
+
"isAbstract": false,
|
|
11169
|
+
"isSealed": true,
|
|
11170
|
+
"isStatic": false,
|
|
11171
|
+
"arity": 0,
|
|
11172
|
+
"baseType": {
|
|
11173
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
11174
|
+
"clrName": "System.ValueType"
|
|
11175
|
+
},
|
|
11176
|
+
"interfaces": [
|
|
11177
|
+
{
|
|
11178
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
11179
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
11180
|
+
"typeArguments": [
|
|
11181
|
+
"KeyValuePair_2[[String,StringValues]]"
|
|
11182
|
+
]
|
|
11183
|
+
},
|
|
11184
|
+
{
|
|
11185
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
11186
|
+
"clrName": "System.Collections.IEnumerator"
|
|
11187
|
+
},
|
|
11188
|
+
{
|
|
11189
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
11190
|
+
"clrName": "System.IDisposable"
|
|
11191
|
+
}
|
|
11192
|
+
],
|
|
11193
|
+
"methods": [
|
|
11194
|
+
{
|
|
11195
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::MoveNext():System.Boolean",
|
|
11196
|
+
"clrName": "MoveNext",
|
|
11197
|
+
"metadataToken": 100664018,
|
|
11198
|
+
"canonicalSignature": "():System.Boolean",
|
|
11199
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
11200
|
+
"emitScope": "ClassSurface",
|
|
11201
|
+
"provenance": "Original",
|
|
11202
|
+
"arity": 0,
|
|
11203
|
+
"parameterCount": 0,
|
|
11204
|
+
"isStatic": false,
|
|
11205
|
+
"isAbstract": false,
|
|
11206
|
+
"isVirtual": true,
|
|
11207
|
+
"isOverride": false,
|
|
11208
|
+
"isSealed": true,
|
|
11209
|
+
"visibility": "Public",
|
|
11210
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
11211
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
11212
|
+
"isExtensionMethod": false
|
|
11213
|
+
},
|
|
11214
|
+
{
|
|
11215
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::Dispose():System.Void",
|
|
11216
|
+
"clrName": "Dispose",
|
|
11217
|
+
"metadataToken": 100664020,
|
|
11218
|
+
"canonicalSignature": "():System.Void",
|
|
11219
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
11220
|
+
"emitScope": "ClassSurface",
|
|
11221
|
+
"provenance": "Original",
|
|
11222
|
+
"arity": 0,
|
|
11223
|
+
"parameterCount": 0,
|
|
11224
|
+
"isStatic": false,
|
|
11225
|
+
"isAbstract": false,
|
|
11226
|
+
"isVirtual": true,
|
|
11227
|
+
"isOverride": false,
|
|
11228
|
+
"isSealed": true,
|
|
11229
|
+
"visibility": "Public",
|
|
11230
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
11231
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
11232
|
+
"isExtensionMethod": false
|
|
11233
|
+
}
|
|
11234
|
+
],
|
|
11235
|
+
"properties": [
|
|
11236
|
+
{
|
|
11237
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
11238
|
+
"clrName": "Current",
|
|
11239
|
+
"metadataToken": 385876210,
|
|
11240
|
+
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
11241
|
+
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
11242
|
+
"emitScope": "ClassSurface",
|
|
11243
|
+
"provenance": "Original",
|
|
11244
|
+
"isIndexer": false,
|
|
11245
|
+
"hasGetter": true,
|
|
11246
|
+
"hasSetter": false,
|
|
11247
|
+
"isStatic": false,
|
|
11248
|
+
"isAbstract": false,
|
|
11249
|
+
"isVirtual": true,
|
|
11250
|
+
"isOverride": false,
|
|
11251
|
+
"visibility": "Public",
|
|
11252
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.HeaderDictionary\u002BEnumerator",
|
|
11253
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
11254
|
+
}
|
|
11255
|
+
],
|
|
11256
|
+
"fields": [],
|
|
11257
|
+
"events": [],
|
|
11258
|
+
"constructors": []
|
|
11259
|
+
},
|
|
11419
11260
|
{
|
|
11420
11261
|
"stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.HttpContext",
|
|
11421
11262
|
"clrName": "Microsoft.AspNetCore.Http.HttpContext",
|
|
@@ -13467,6 +13308,105 @@
|
|
|
13467
13308
|
}
|
|
13468
13309
|
]
|
|
13469
13310
|
},
|
|
13311
|
+
{
|
|
13312
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
13313
|
+
"clrName": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
13314
|
+
"assemblyName": "Microsoft.AspNetCore.Http",
|
|
13315
|
+
"metadataToken": 0,
|
|
13316
|
+
"kind": "Struct",
|
|
13317
|
+
"accessibility": "Public",
|
|
13318
|
+
"isAbstract": false,
|
|
13319
|
+
"isSealed": true,
|
|
13320
|
+
"isStatic": false,
|
|
13321
|
+
"arity": 0,
|
|
13322
|
+
"baseType": {
|
|
13323
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
13324
|
+
"clrName": "System.ValueType"
|
|
13325
|
+
},
|
|
13326
|
+
"interfaces": [
|
|
13327
|
+
{
|
|
13328
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
13329
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
13330
|
+
"typeArguments": [
|
|
13331
|
+
"KeyValuePair_2[[String,StringValues]]"
|
|
13332
|
+
]
|
|
13333
|
+
},
|
|
13334
|
+
{
|
|
13335
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
13336
|
+
"clrName": "System.Collections.IEnumerator"
|
|
13337
|
+
},
|
|
13338
|
+
{
|
|
13339
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
13340
|
+
"clrName": "System.IDisposable"
|
|
13341
|
+
}
|
|
13342
|
+
],
|
|
13343
|
+
"methods": [
|
|
13344
|
+
{
|
|
13345
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::MoveNext():System.Boolean",
|
|
13346
|
+
"clrName": "MoveNext",
|
|
13347
|
+
"metadataToken": 100664074,
|
|
13348
|
+
"canonicalSignature": "():System.Boolean",
|
|
13349
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
13350
|
+
"emitScope": "ClassSurface",
|
|
13351
|
+
"provenance": "Original",
|
|
13352
|
+
"arity": 0,
|
|
13353
|
+
"parameterCount": 0,
|
|
13354
|
+
"isStatic": false,
|
|
13355
|
+
"isAbstract": false,
|
|
13356
|
+
"isVirtual": true,
|
|
13357
|
+
"isOverride": false,
|
|
13358
|
+
"isSealed": true,
|
|
13359
|
+
"visibility": "Public",
|
|
13360
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
13361
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
13362
|
+
"isExtensionMethod": false
|
|
13363
|
+
},
|
|
13364
|
+
{
|
|
13365
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::Dispose():System.Void",
|
|
13366
|
+
"clrName": "Dispose",
|
|
13367
|
+
"metadataToken": 100664076,
|
|
13368
|
+
"canonicalSignature": "():System.Void",
|
|
13369
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
13370
|
+
"emitScope": "ClassSurface",
|
|
13371
|
+
"provenance": "Original",
|
|
13372
|
+
"arity": 0,
|
|
13373
|
+
"parameterCount": 0,
|
|
13374
|
+
"isStatic": false,
|
|
13375
|
+
"isAbstract": false,
|
|
13376
|
+
"isVirtual": true,
|
|
13377
|
+
"isOverride": false,
|
|
13378
|
+
"isSealed": true,
|
|
13379
|
+
"visibility": "Public",
|
|
13380
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
13381
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http",
|
|
13382
|
+
"isExtensionMethod": false
|
|
13383
|
+
}
|
|
13384
|
+
],
|
|
13385
|
+
"properties": [
|
|
13386
|
+
{
|
|
13387
|
+
"stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13388
|
+
"clrName": "Current",
|
|
13389
|
+
"metadataToken": 385876218,
|
|
13390
|
+
"canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13391
|
+
"normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
13392
|
+
"emitScope": "ClassSurface",
|
|
13393
|
+
"provenance": "Original",
|
|
13394
|
+
"isIndexer": false,
|
|
13395
|
+
"hasGetter": true,
|
|
13396
|
+
"hasSetter": false,
|
|
13397
|
+
"isStatic": false,
|
|
13398
|
+
"isAbstract": false,
|
|
13399
|
+
"isVirtual": true,
|
|
13400
|
+
"isOverride": false,
|
|
13401
|
+
"visibility": "Public",
|
|
13402
|
+
"declaringClrType": "Microsoft.AspNetCore.Http.QueryCollection\u002BEnumerator",
|
|
13403
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Http"
|
|
13404
|
+
}
|
|
13405
|
+
],
|
|
13406
|
+
"fields": [],
|
|
13407
|
+
"events": [],
|
|
13408
|
+
"constructors": []
|
|
13409
|
+
},
|
|
13470
13410
|
{
|
|
13471
13411
|
"stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions",
|
|
13472
13412
|
"clrName": "Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions",
|