diff --git a/.gitignore b/.gitignore
index bcc811de9a..d5717b3f3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,5 @@ project.lock.json
.build/
.testPublish/
/.vs/
+.vscode/
global.json
diff --git a/samples/SampleApp/SampleApp.csproj b/samples/SampleApp/SampleApp.csproj
index 349d945d26..2014414f28 100644
--- a/samples/SampleApp/SampleApp.csproj
+++ b/samples/SampleApp/SampleApp.csproj
@@ -1,9 +1,9 @@
-
+
- netcoreapp2.0;net46
+ netcoreapp2.0
Exe
diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj b/src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj
index aa2fae7fc3..8f6e24afa4 100644
--- a/src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj
+++ b/src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj
@@ -2,7 +2,7 @@
ASP.NET Core common types used by the various authentication components.
- netstandard1.3;net46
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore;authentication;security
diff --git a/src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj b/src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj
index 61628336f1..a6dae40ac5 100644
--- a/src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj
+++ b/src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj
@@ -4,7 +4,7 @@
ASP.NET Core common types used by the various authentication middleware components.
- netstandard1.3;net46
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore;authentication;security
diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj b/src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj
index ab10fcc573..6d710eef0e 100644
--- a/src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj
+++ b/src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj
@@ -10,7 +10,7 @@ Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
- netstandard1.3
+ netcoreapp2.0
true
aspnetcore
$(NoWarn);CS1591
@@ -26,9 +26,4 @@ Microsoft.AspNetCore.Http.HttpResponse
-
-
-
-
-
diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/baseline.net45.json b/src/Microsoft.AspNetCore.Http.Abstractions/baseline.net45.json
deleted file mode 100644
index 4814d96431..0000000000
--- a/src/Microsoft.AspNetCore.Http.Abstractions/baseline.net45.json
+++ /dev/null
@@ -1,4028 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApplicationServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApplicationServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ServerFeatures",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Use",
- "Parameters": [
- {
- "Name": "middleware",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "New",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.RequestDelegate",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.MapExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Map",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "pathMatch",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "configuration",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.MapWhenExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MapWhen",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "predicate",
- "Type": "System.Func"
- },
- {
- "Name": "configuration",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.RunExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Run",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "handler",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.UseExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Use",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "middleware",
- "Type": "System.Func, System.Threading.Tasks.Task>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.UseMiddlewareExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseMiddleware",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "args",
- "Type": "System.Object[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TMiddleware",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "UseMiddleware",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "middleware",
- "Type": "System.Type"
- },
- {
- "Name": "args",
- "Type": "System.Object[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.Extensions.MapMiddleware",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "next",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Builder.Extensions.MapOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.Extensions.MapOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_PathMatch",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PathMatch",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Branch",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.RequestDelegate",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Branch",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "next",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Builder.Extensions.MapWhenOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Builder.Extensions.MapWhenOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Predicate",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Predicate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Branch",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.RequestDelegate",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Branch",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.ConnectionInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RemoteIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemoteIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemotePort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemotePort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalPort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalPort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ClientCertificate",
- "Parameters": [],
- "ReturnType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientCertificate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetClientCertificateAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.CookieSecurePolicy",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "SameAsRequest",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Always",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "None",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.FragmentString",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasValue",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToUriComponent",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uriComponent",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.FragmentString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.FragmentString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.FragmentString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.FragmentString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.FragmentString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.FragmentString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.FragmentString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.FragmentString",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HostString",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasValue",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Port",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToUriComponent",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uriComponent",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.HostString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.HostString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "host",
- "Type": "System.String"
- },
- {
- "Name": "port",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Features",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Request",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpRequest",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Response",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpResponse",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Connection",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ConnectionInfo",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebSockets",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.WebSocketManager",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Authentication",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationManager",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_User",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_User",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Items",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RequestServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RequestAborted",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestAborted",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_TraceIdentifier",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_TraceIdentifier",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Session",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ISession",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Session",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Abort",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HttpRequest",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Method",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Method",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Scheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Scheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsHttps",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsHttps",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HostString",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Host",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PathBase",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PathBase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Path",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Path",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_QueryString",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_QueryString",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Query",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Query",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IQueryCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Protocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Protocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cookies",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IRequestCookieCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentLength",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentLength",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasFormContentType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Form",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormCollection",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Form",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IFormCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadFormAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HttpResponse",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentLength",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentLength",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasStarted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnCompleted",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RegisterForDispose",
- "Parameters": [
- {
- "Name": "disposable",
- "Type": "System.IDisposable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnCompleted",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Redirect",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Redirect",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.String"
- },
- {
- "Name": "permanent",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IHttpContextAccessor",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IHttpContextFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "featureCollection",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.PathString",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasValue",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToUriComponent",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uriComponent",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartsWithSegments",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartsWithSegments",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "comparisonType",
- "Type": "System.StringComparison"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartsWithSegments",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "remaining",
- "Type": "Microsoft.AspNetCore.Http.PathString",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartsWithSegments",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "comparisonType",
- "Type": "System.StringComparison"
- },
- {
- "Name": "remaining",
- "Type": "Microsoft.AspNetCore.Http.PathString",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "comparisonType",
- "Type": "System.StringComparison"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Addition",
- "Parameters": [
- {
- "Name": "left",
- "Type": "System.String"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Addition",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "right",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Addition",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Addition",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Implicit",
- "Parameters": [
- {
- "Name": "s",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Implicit",
- "Parameters": [
- {
- "Name": "path",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.QueryString",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasValue",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToUriComponent",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uriComponent",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FromUriComponent",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "parameters",
- "Type": "System.Collections.Generic.IEnumerable>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "parameters",
- "Type": "System.Collections.Generic.IEnumerable>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IEquatable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Equality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Addition",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.RequestDelegate",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.MulticastDelegate",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BeginInvoke",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "callback",
- "Type": "System.AsyncCallback"
- },
- {
- "Name": "object",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.IAsyncResult",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EndInvoke",
- "Parameters": [
- {
- "Name": "result",
- "Type": "System.IAsyncResult"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "object",
- "Type": "System.Object"
- },
- {
- "Name": "method",
- "Type": "System.IntPtr"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.StatusCodes",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Status200OK",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "200"
- },
- {
- "Kind": "Field",
- "Name": "Status201Created",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "201"
- },
- {
- "Kind": "Field",
- "Name": "Status202Accepted",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "202"
- },
- {
- "Kind": "Field",
- "Name": "Status203NonAuthoritative",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "203"
- },
- {
- "Kind": "Field",
- "Name": "Status204NoContent",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "204"
- },
- {
- "Kind": "Field",
- "Name": "Status205ResetContent",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "205"
- },
- {
- "Kind": "Field",
- "Name": "Status206PartialContent",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "206"
- },
- {
- "Kind": "Field",
- "Name": "Status300MultipleChoices",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "300"
- },
- {
- "Kind": "Field",
- "Name": "Status301MovedPermanently",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "301"
- },
- {
- "Kind": "Field",
- "Name": "Status302Found",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "302"
- },
- {
- "Kind": "Field",
- "Name": "Status303SeeOther",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "303"
- },
- {
- "Kind": "Field",
- "Name": "Status304NotModified",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "304"
- },
- {
- "Kind": "Field",
- "Name": "Status305UseProxy",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "305"
- },
- {
- "Kind": "Field",
- "Name": "Status306SwitchProxy",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "306"
- },
- {
- "Kind": "Field",
- "Name": "Status307TemporaryRedirect",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "307"
- },
- {
- "Kind": "Field",
- "Name": "Status400BadRequest",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "400"
- },
- {
- "Kind": "Field",
- "Name": "Status401Unauthorized",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "401"
- },
- {
- "Kind": "Field",
- "Name": "Status402PaymentRequired",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "402"
- },
- {
- "Kind": "Field",
- "Name": "Status403Forbidden",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "403"
- },
- {
- "Kind": "Field",
- "Name": "Status404NotFound",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "404"
- },
- {
- "Kind": "Field",
- "Name": "Status405MethodNotAllowed",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "405"
- },
- {
- "Kind": "Field",
- "Name": "Status406NotAcceptable",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "406"
- },
- {
- "Kind": "Field",
- "Name": "Status407ProxyAuthenticationRequired",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "407"
- },
- {
- "Kind": "Field",
- "Name": "Status408RequestTimeout",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "408"
- },
- {
- "Kind": "Field",
- "Name": "Status409Conflict",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "409"
- },
- {
- "Kind": "Field",
- "Name": "Status410Gone",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "410"
- },
- {
- "Kind": "Field",
- "Name": "Status411LengthRequired",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "411"
- },
- {
- "Kind": "Field",
- "Name": "Status412PreconditionFailed",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "412"
- },
- {
- "Kind": "Field",
- "Name": "Status413RequestEntityTooLarge",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "413"
- },
- {
- "Kind": "Field",
- "Name": "Status414RequestUriTooLong",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "414"
- },
- {
- "Kind": "Field",
- "Name": "Status415UnsupportedMediaType",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "415"
- },
- {
- "Kind": "Field",
- "Name": "Status416RequestedRangeNotSatisfiable",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "416"
- },
- {
- "Kind": "Field",
- "Name": "Status417ExpectationFailed",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "417"
- },
- {
- "Kind": "Field",
- "Name": "Status418ImATeapot",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "418"
- },
- {
- "Kind": "Field",
- "Name": "Status419AuthenticationTimeout",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "419"
- },
- {
- "Kind": "Field",
- "Name": "Status500InternalServerError",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "500"
- },
- {
- "Kind": "Field",
- "Name": "Status501NotImplemented",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "501"
- },
- {
- "Kind": "Field",
- "Name": "Status502BadGateway",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "502"
- },
- {
- "Kind": "Field",
- "Name": "Status503ServiceUnavailable",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "503"
- },
- {
- "Kind": "Field",
- "Name": "Status504GatewayTimeout",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "504"
- },
- {
- "Kind": "Field",
- "Name": "Status505HttpVersionNotsupported",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "505"
- },
- {
- "Kind": "Field",
- "Name": "Status506VariantAlsoNegotiates",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "506"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.WebSocketManager",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsWebSocketRequest",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebSocketRequestedProtocols",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AcceptWebSocketAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AcceptWebSocketAsync",
- "Parameters": [
- {
- "Name": "subProtocol",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HeaderDictionaryExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendCommaSeparatedValues",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetCommaSeparatedValues",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String[]",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetCommaSeparatedValues",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HttpResponseWritingExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "WriteAsync",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- },
- {
- "Name": "text",
- "Type": "System.String"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteAsync",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- },
- {
- "Name": "text",
- "Type": "System.String"
- },
- {
- "Name": "encoding",
- "Type": "System.Text.Encoding"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Principal",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Principal",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Properties",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Description",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Description",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AuthenticationScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DisplayName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Authentication.AuthenticationManager",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAuthenticationSchemes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAuthenticateInfoAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- },
- {
- "Name": "behavior",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "AutomaticScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Automatic\""
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsPersistent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsPersistent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RedirectUri",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RedirectUri",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IssuedUtc",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IssuedUtc",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExpiresUtc",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExpiresUtc",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AllowRefresh",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AllowRefresh",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj b/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj
index 9f9a858a8a..880297069c 100644
--- a/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj
+++ b/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj
@@ -4,7 +4,7 @@
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
- netstandard1.3
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore
diff --git a/src/Microsoft.AspNetCore.Http.Extensions/baseline.net45.json b/src/Microsoft.AspNetCore.Http.Extensions/baseline.net45.json
deleted file mode 100644
index 9b55f4ed4d..0000000000
--- a/src/Microsoft.AspNetCore.Http.Extensions/baseline.net45.json
+++ /dev/null
@@ -1,1567 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Http.HeaderDictionaryTypeExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetTypedHeaders",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.Headers.RequestHeaders",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTypedHeaders",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.Headers.ResponseHeaders",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendList",
- "Parameters": [
- {
- "Name": "Headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.ResponseExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.SendFileResponseExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SendFileAsync",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- },
- {
- "Name": "file",
- "Type": "Microsoft.Extensions.FileProviders.IFileInfo"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SendFileAsync",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- },
- {
- "Name": "file",
- "Type": "Microsoft.Extensions.FileProviders.IFileInfo"
- },
- {
- "Name": "offset",
- "Type": "System.Int64"
- },
- {
- "Name": "count",
- "Type": "System.Nullable"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SendFileAsync",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- },
- {
- "Name": "fileName",
- "Type": "System.String"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SendFileAsync",
- "Parameters": [
- {
- "Name": "response",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- },
- {
- "Name": "fileName",
- "Type": "System.String"
- },
- {
- "Name": "offset",
- "Type": "System.Int64"
- },
- {
- "Name": "count",
- "Type": "System.Nullable"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.SessionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SetInt32",
- "Parameters": [
- {
- "Name": "session",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetInt32",
- "Parameters": [
- {
- "Name": "session",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Nullable",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetString",
- "Parameters": [
- {
- "Name": "session",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetString",
- "Parameters": [
- {
- "Name": "session",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Get",
- "Parameters": [
- {
- "Name": "session",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Byte[]",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Headers.RequestHeaders",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Accept",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Accept",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AcceptCharset",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AcceptCharset",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AcceptEncoding",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AcceptEncoding",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AcceptLanguage",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AcceptLanguage",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CacheControl",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.CacheControlHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CacheControl",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.CacheControlHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentDisposition",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentDisposition",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentLength",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentLength",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRange",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRange",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Cookie",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cookie",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Date",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Date",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Expires",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Expires",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HostString",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Host",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IfMatch",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IfMatch",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IfModifiedSince",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IfModifiedSince",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IfNoneMatch",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IfNoneMatch",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IfRange",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.RangeConditionHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IfRange",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.RangeConditionHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IfUnmodifiedSince",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IfUnmodifiedSince",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LastModified",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LastModified",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Range",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.RangeHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Range",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.RangeHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Get",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "GetList",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Set",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetList",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendList",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Headers.ResponseHeaders",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CacheControl",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.CacheControlHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CacheControl",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.CacheControlHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentDisposition",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentDisposition",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentLength",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentLength",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRange",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRange",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.MediaTypeHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Date",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Date",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ETag",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.EntityTagHeaderValue",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ETag",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Net.Http.Headers.EntityTagHeaderValue"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Expires",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Expires",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LastModified",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LastModified",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Location",
- "Parameters": [],
- "ReturnType": "System.Uri",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Location",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SetCookie",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SetCookie",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Get",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "GetList",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Set",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetList",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendList",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Extensions.QueryBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToQueryString",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerator>",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerable>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "parameters",
- "Type": "System.Collections.Generic.IEnumerable>"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Extensions.StreamCopyOperation",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CopyToAsync",
- "Parameters": [
- {
- "Name": "source",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "destination",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "count",
- "Type": "System.Nullable"
- },
- {
- "Name": "cancel",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Extensions.UriHelper",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "BuildRelative",
- "Parameters": [
- {
- "Name": "pathBase",
- "Type": "Microsoft.AspNetCore.Http.PathString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.PathString)"
- },
- {
- "Name": "path",
- "Type": "Microsoft.AspNetCore.Http.PathString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.PathString)"
- },
- {
- "Name": "query",
- "Type": "Microsoft.AspNetCore.Http.QueryString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.QueryString)"
- },
- {
- "Name": "fragment",
- "Type": "Microsoft.AspNetCore.Http.FragmentString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.FragmentString)"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "BuildAbsolute",
- "Parameters": [
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- },
- {
- "Name": "pathBase",
- "Type": "Microsoft.AspNetCore.Http.PathString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.PathString)"
- },
- {
- "Name": "path",
- "Type": "Microsoft.AspNetCore.Http.PathString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.PathString)"
- },
- {
- "Name": "query",
- "Type": "Microsoft.AspNetCore.Http.QueryString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.QueryString)"
- },
- {
- "Name": "fragment",
- "Type": "Microsoft.AspNetCore.Http.FragmentString",
- "DefaultValue": "default(Microsoft.AspNetCore.Http.FragmentString)"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Encode",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEncodedUrl",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDisplayUrl",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj b/src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj
index e14b016d26..b31493d7f2 100644
--- a/src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj
+++ b/src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj
@@ -4,7 +4,7 @@
ASP.NET Core HTTP feature interface definitions.
- netstandard1.3
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore
@@ -17,9 +17,4 @@
-
-
-
-
-
diff --git a/src/Microsoft.AspNetCore.Http.Features/baseline.net45.json b/src/Microsoft.AspNetCore.Http.Features/baseline.net45.json
deleted file mode 100644
index d209ce2ee1..0000000000
--- a/src/Microsoft.AspNetCore.Http.Features/baseline.net45.json
+++ /dev/null
@@ -1,2485 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Http.CookieOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Domain",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Domain",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Path",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Path",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Expires",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Expires",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Secure",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Secure",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpOnly",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpOnly",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Files",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentDisposition",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Length",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FileName",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OpenReadStream",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CopyToAsync",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IReadOnlyList"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormFile",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetFile",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormFile",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetFiles",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IDictionary"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Http.CookieOptions"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Delete",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Delete",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Http.CookieOptions"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.ISession",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsAvailable",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Id",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "LoadAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CommitAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Byte[]",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Set",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Byte[]"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.WebSocketAcceptContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_SubProtocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SubProtocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.FeatureCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Revision",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReadOnly",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Object",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Type"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerator>",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerable>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Get",
- "Parameters": [],
- "ReturnType": "T0",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TFeature",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Set",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TFeature",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "defaults",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.FeatureReference",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Fetch",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Update",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- },
- {
- "Name": "feature",
- "Type": "T0"
- }
- ],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Default",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.FeatureReference",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.FeatureReferences",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Collection",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Revision",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Fetch",
- "Parameters": [
- {
- "Name": "cached",
- "Type": "T0",
- "Direction": "Ref"
- },
- {
- "Name": "state",
- "Type": "T1"
- },
- {
- "Name": "factory",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TFeature",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- },
- {
- "ParameterName": "TState",
- "ParameterPosition": 1,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Fetch",
- "Parameters": [
- {
- "Name": "cached",
- "Type": "T0",
- "Direction": "Ref"
- },
- {
- "Name": "factory",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TFeature",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "collection",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Cache",
- "Parameters": [],
- "ReturnType": "T0",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TCache",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsReadOnly",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Revision",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Object",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.Type"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Get",
- "Parameters": [],
- "ReturnType": "T0",
- "GenericParameter": [
- {
- "ParameterName": "TFeature",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Set",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": [
- {
- "ParameterName": "TFeature",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IFormFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HasFormContentType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Form",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Form",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IFormCollection"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadForm",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadFormAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpBufferingFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "DisableRequestBuffering",
- "Parameters": [],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DisableResponseBuffering",
- "Parameters": [],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ConnectionId",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ConnectionId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemoteIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemoteIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemotePort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemotePort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalPort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalPort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Protocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Protocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Scheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Scheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Method",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Method",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PathBase",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PathBase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Path",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Path",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_QueryString",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_QueryString",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RawTarget",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RawTarget",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Headers",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_TraceIdentifier",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_TraceIdentifier",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RequestAborted",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestAborted",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Abort",
- "Parameters": [],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ReasonPhrase",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ReasonPhrase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Headers",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasStarted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnCompleted",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpSendFileFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SendFileAsync",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "offset",
- "Type": "System.Int64"
- },
- {
- "Name": "count",
- "Type": "System.Nullable"
- },
- {
- "Name": "cancellation",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpUpgradeFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsUpgradableRequest",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UpgradeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IHttpWebSocketFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsWebSocketRequest",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AcceptAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.WebSocketAcceptContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IItemsFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Items",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IQueryFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Query",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IQueryCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Query",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IQueryCollection"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cookies",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IRequestCookieCollection"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IResponseCookies",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RequestServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.ISessionFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Session",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ISession",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Session",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ClientCertificate",
- "Parameters": [],
- "ReturnType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientCertificate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetClientCertificateAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.ITlsTokenBindingFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetProvidedTokenBindingId",
- "Parameters": [],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetReferredTokenBindingId",
- "Parameters": [],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Accepted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Principal",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Description",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Error",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Authenticated",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "System.Collections.Generic.IDictionary"
- },
- {
- "Name": "description",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NotAuthenticated",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Failed",
- "Parameters": [
- {
- "Name": "error",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Automatic",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Unauthorized",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "Forbidden",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Behavior",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Accepted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "System.Collections.Generic.IDictionary"
- },
- {
- "Name": "behavior",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Results",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [
- {
- "Name": "description",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetDescriptions",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.SignInContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_User",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_User",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Handler",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Handler",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.SignInContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Principal",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Accepted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Accepted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Http.Features/exceptions.net45.json b/src/Microsoft.AspNetCore.Http.Features/exceptions.net45.json
deleted file mode 100644
index e312fab8bd..0000000000
--- a/src/Microsoft.AspNetCore.Http.Features/exceptions.net45.json
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "OldTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary",
- "NewTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary",
- "NewMemberId": "System.Nullable get_ContentLength()",
- "Kind": "Addition"
- },
- {
- "OldTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary",
- "NewTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary",
- "NewMemberId": "System.Void set_ContentLength(System.Nullable value)",
- "Kind": "Addition"
- }
-]
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Http/Internal/ReferenceReadStream.cs b/src/Microsoft.AspNetCore.Http/Internal/ReferenceReadStream.cs
index fbc435f406..c36a59d010 100644
--- a/src/Microsoft.AspNetCore.Http/Internal/ReferenceReadStream.cs
+++ b/src/Microsoft.AspNetCore.Http/Internal/ReferenceReadStream.cs
@@ -115,68 +115,7 @@ namespace Microsoft.AspNetCore.Http.Internal
_position += read;
return read;
}
-#if NET46
- public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
- {
- ThrowIfDisposed();
- VerifyPosition();
- var tcs = new TaskCompletionSource(state);
- BeginRead(buffer, offset, count, callback, tcs);
- return tcs.Task;
- }
- private async void BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, TaskCompletionSource tcs)
- {
- try
- {
- var read = await ReadAsync(buffer, offset, count);
- tcs.TrySetResult(read);
- }
- catch (Exception ex)
- {
- tcs.TrySetException(ex);
- }
-
- if (callback != null)
- {
- // Offload callbacks to avoid stack dives on sync completions.
- var ignored = Task.Run(() =>
- {
- try
- {
- callback(tcs.Task);
- }
- catch (Exception)
- {
- // Suppress exceptions on background threads.
- }
- });
- }
- }
-
- public override int EndRead(IAsyncResult asyncResult)
- {
- if (asyncResult == null)
- {
- throw new ArgumentNullException(nameof(asyncResult));
- }
-
- var task = (Task)asyncResult;
- return task.GetAwaiter().GetResult();
- }
- public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
- {
- throw new NotSupportedException();
- }
-
- public override void EndWrite(IAsyncResult asyncResult)
- {
- throw new NotSupportedException();
- }
-#elif NETSTANDARD1_3
-#else
-#error Target frameworks need to be updated.
-#endif
public override void Write(byte[] buffer, int offset, int count)
{
throw new NotSupportedException();
diff --git a/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj b/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj
index 1623b6fcce..a1a646e5fa 100644
--- a/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj
+++ b/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj
@@ -4,7 +4,7 @@
ASP.NET Core default HTTP feature implementations.
- netstandard1.3;net46
+ netcoreapp2.0
$(NoWarn);CS1591
true
true
diff --git a/src/Microsoft.AspNetCore.Http/baseline.netframework.json b/src/Microsoft.AspNetCore.Http/baseline.netframework.json
deleted file mode 100644
index a7bc95d6cb..0000000000
--- a/src/Microsoft.AspNetCore.Http/baseline.netframework.json
+++ /dev/null
@@ -1,4691 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Builder.Internal.ApplicationBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApplicationServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApplicationServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ServerFeatures",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Use",
- "Parameters": [
- {
- "Name": "middleware",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "New",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.RequestDelegate",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- },
- {
- "Name": "server",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.DefaultHttpContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Http.HttpContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Uninitialize",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Features",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Request",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpRequest",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Response",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpResponse",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Connection",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ConnectionInfo",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Authentication",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationManager",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebSockets",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.WebSocketManager",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_User",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_User",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Items",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RequestServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RequestAborted",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestAborted",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_TraceIdentifier",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_TraceIdentifier",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Session",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ISession",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Session",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Abort",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InitializeHttpRequest",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpRequest",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UninitializeHttpRequest",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InitializeHttpResponse",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpResponse",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UninitializeHttpResponse",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "Microsoft.AspNetCore.Http.HttpResponse"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InitializeConnectionInfo",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ConnectionInfo",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UninitializeConnectionInfo",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "Microsoft.AspNetCore.Http.ConnectionInfo"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InitializeAuthenticationManager",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationManager",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UninitializeAuthenticationManager",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationManager"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InitializeWebSocketManager",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.WebSocketManager",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UninitializeWebSocketManager",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "Microsoft.AspNetCore.Http.WebSocketManager"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.FormCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IFormCollection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Files",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.FormCollection+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "fields",
- "Type": "System.Collections.Generic.Dictionary"
- },
- {
- "Name": "files",
- "Type": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "DefaultValue": "null"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.FormCollection",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HeaderDictionary",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IHeaderDictionary"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsReadOnly",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Values",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "item",
- "Type": "System.Collections.Generic.KeyValuePair"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Contains",
- "Parameters": [
- {
- "Name": "item",
- "Type": "System.Collections.Generic.KeyValuePair"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "array",
- "Type": "System.Collections.Generic.KeyValuePair[]"
- },
- {
- "Name": "arrayIndex",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "item",
- "Type": "System.Collections.Generic.KeyValuePair"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.ICollection>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HeaderDictionary+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "store",
- "Type": "System.Collections.Generic.Dictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HttpContextAccessor",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IHttpContextAccessor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IHttpContextAccessor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IHttpContextAccessor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HttpContextFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IHttpContextFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "featureCollection",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IHttpContextFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IHttpContextFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "poolProvider",
- "Type": "Microsoft.Extensions.ObjectPool.ObjectPoolProvider"
- },
- {
- "Name": "formOptions",
- "Type": "Microsoft.Extensions.Options.IOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "poolProvider",
- "Type": "Microsoft.Extensions.ObjectPool.ObjectPoolProvider"
- },
- {
- "Name": "formOptions",
- "Type": "Microsoft.Extensions.Options.IOptions"
- },
- {
- "Name": "httpContextAccessor",
- "Type": "Microsoft.AspNetCore.Http.IHttpContextAccessor"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.RequestFormReaderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ReadFormAsync",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Http.Features.FormOptions"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.BufferingHelper",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_TempDirectory",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnableRewind",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- },
- {
- "Name": "bufferThreshold",
- "Type": "System.Int32",
- "DefaultValue": "30720"
- },
- {
- "Name": "bufferLimit",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpRequest",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnableRewind",
- "Parameters": [
- {
- "Name": "section",
- "Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
- },
- {
- "Name": "registerForDispose",
- "Type": "System.Action"
- },
- {
- "Name": "bufferThreshold",
- "Type": "System.Int32",
- "DefaultValue": "30720"
- },
- {
- "Name": "bufferLimit",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.WebUtilities.MultipartSection",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.DefaultConnectionInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Http.ConnectionInfo",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Uninitialize",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemoteIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemoteIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemotePort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemotePort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalPort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalPort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ClientCertificate",
- "Parameters": [],
- "ReturnType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientCertificate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetClientCertificateAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.DefaultHttpRequest",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Http.HttpRequest",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Uninitialize",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PathBase",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PathBase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Path",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Path",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_QueryString",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.QueryString",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_QueryString",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.QueryString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentLength",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentLength",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Method",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Method",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Scheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Scheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsHttps",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsHttps",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HostString",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Host",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HostString"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Query",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Query",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IQueryCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Protocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Protocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cookies",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IRequestCookieCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasFormContentType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Form",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormCollection",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Form",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IFormCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadFormAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.DefaultHttpResponse",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Http.HttpResponse",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Uninitialize",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentLength",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentLength",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasStarted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnCompleted",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Redirect",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.String"
- },
- {
- "Name": "permanent",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.DefaultWebSocketManager",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Http.WebSocketManager",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Uninitialize",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsWebSocketRequest",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebSocketRequestedProtocols",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AcceptWebSocketAsync",
- "Parameters": [
- {
- "Name": "subProtocol",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.FormFile",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IFormFile"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContentDisposition",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentDisposition",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentType",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Headers",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Length",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FileName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OpenReadStream",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CopyToAsync",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFile",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "baseStream",
- "Type": "System.IO.Stream"
- },
- {
- "Name": "baseStreamOffset",
- "Type": "System.Int64"
- },
- {
- "Name": "length",
- "Type": "System.Int64"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "fileName",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.FormFileCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Collections.Generic.List",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IFormFileCollection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormFile",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetFile",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormFile",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetFiles",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IFormFileCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.ItemsDictionary",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "System.Collections.Generic.IDictionary"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.QueryCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IQueryCollection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringValues",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.QueryCollection+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "store",
- "Type": "System.Collections.Generic.Dictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "store",
- "Type": "Microsoft.AspNetCore.Http.Internal.QueryCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.QueryCollection",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.RequestCookieCollection",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IRequestCookieCollection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Item",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Parse",
- "Parameters": [
- {
- "Name": "values",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.RequestCookieCollection",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Keys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ContainsKey",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryGetValue",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.RequestCookieCollection+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "store",
- "Type": "System.Collections.Generic.Dictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.RequestCookieCollection",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.ResponseCookies",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.IResponseCookies"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Http.CookieOptions"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Delete",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Delete",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Http.CookieOptions"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "builderPool",
- "Type": "Microsoft.Extensions.ObjectPool.ObjectPool"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.DefaultSessionFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.ISessionFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Session",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.ISession",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.ISessionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Session",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.ISession"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.ISessionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.FormFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IFormFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HasFormContentType",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Form",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Form",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IFormCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadForm",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IFormCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadFormAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadFormAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IFormFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "form",
- "Type": "Microsoft.AspNetCore.Http.IFormCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "request",
- "Type": "Microsoft.AspNetCore.Http.HttpRequest"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Http.Features.FormOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.FormOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BufferBody",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BufferBody",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MemoryBufferThreshold",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MemoryBufferThreshold",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_BufferBodyLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BufferBodyLengthLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int64"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueCountLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueCountLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_KeyLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_KeyLengthLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueLengthLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MultipartBoundaryLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MultipartBoundaryLengthLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MultipartHeadersCountLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MultipartHeadersCountLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MultipartHeadersLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MultipartHeadersLengthLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MultipartBodyLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MultipartBodyLengthLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int64"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DefaultMemoryBufferThreshold",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "65536"
- },
- {
- "Kind": "Field",
- "Name": "DefaultBufferBodyLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "134217728"
- },
- {
- "Kind": "Field",
- "Name": "DefaultMultipartBoundaryLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "128"
- },
- {
- "Kind": "Field",
- "Name": "DefaultMultipartBodyLengthLimit",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "134217728"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.HttpConnectionFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ConnectionId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ConnectionId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LocalPort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_LocalPort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemoteIpAddress",
- "Parameters": [],
- "ReturnType": "System.Net.IPAddress",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemoteIpAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Net.IPAddress"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RemotePort",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RemotePort",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.HttpRequestFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Protocol",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Protocol",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Scheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Scheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Method",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Method",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PathBase",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PathBase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Path",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Path",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_QueryString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_QueryString",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RawTarget",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RawTarget",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Headers",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.HttpRequestIdentifierFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_TraceIdentifier",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_TraceIdentifier",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.HttpRequestLifetimeFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RequestAborted",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestAborted",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Abort",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpRequestLifetimeFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.HttpResponseFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_StatusCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StatusCode",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ReasonPhrase",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ReasonPhrase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Headers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IHeaderDictionary",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Headers",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Body",
- "Parameters": [],
- "ReturnType": "System.IO.Stream",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Body",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IO.Stream"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasStarted",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnCompleted",
- "Parameters": [
- {
- "Name": "callback",
- "Type": "System.Func"
- },
- {
- "Name": "state",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IHttpResponseFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.ItemsFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IItemsFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IItemsFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Items",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IItemsFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.QueryFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IQueryFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Query",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IQueryCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IQueryFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Query",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IQueryCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IQueryFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "query",
- "Type": "Microsoft.AspNetCore.Http.IQueryCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.RequestCookiesFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IRequestCookieCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cookies",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.IRequestCookieCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IRequestCookiesFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "cookies",
- "Type": "Microsoft.AspNetCore.Http.IRequestCookieCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Cookies",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.IResponseCookies",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "features",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- },
- {
- "Name": "builderPool",
- "Type": "Microsoft.Extensions.ObjectPool.ObjectPool"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.ServiceProvidersFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RequestServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.TlsConnectionFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ClientCertificate",
- "Parameters": [],
- "ReturnType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientCertificate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetClientCertificateAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Features.Authentication.HttpAuthenticationFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_User",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_User",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Handler",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Handler",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Authentication.Internal.DefaultAuthenticationManager",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Http.Authentication.AuthenticationManager",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Uninitialize",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAuthenticationSchemes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAuthenticateInfoAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- },
- {
- "Name": "behavior",
- "Type": "Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.FormCollection+Enumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.KeyValuePair",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.HeaderDictionary+Enumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.KeyValuePair",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.QueryCollection+Enumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.KeyValuePair",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.RequestCookieCollection+Enumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator>"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.KeyValuePair",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.Generic.IEnumerator>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Reset",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj b/src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj
index 356eafe318..ace8ebff29 100644
--- a/src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj
+++ b/src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj
@@ -4,7 +4,7 @@
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
- netstandard1.3
+ netcoreapp2.0
$(NoWarn);CS1591
true
aspnetcore;owin
diff --git a/src/Microsoft.AspNetCore.Owin/baseline.net45.json b/src/Microsoft.AspNetCore.Owin/baseline.net45.json
deleted file mode 100644
index ec8635bdd3..0000000000
--- a/src/Microsoft.AspNetCore.Owin/baseline.net45.json
+++ /dev/null
@@ -1,999 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Builder.OwinExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseOwin",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "System.Action, System.Threading.Tasks.Task>, System.Func, System.Threading.Tasks.Task>>>",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseOwin",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- },
- {
- "Name": "pipeline",
- "Type": "System.Action, System.Threading.Tasks.Task>, System.Func, System.Threading.Tasks.Task>>>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseBuilder",
- "Parameters": [
- {
- "Name": "app",
- "Type": "System.Action, System.Threading.Tasks.Task>, System.Func, System.Threading.Tasks.Task>>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseBuilder",
- "Parameters": [
- {
- "Name": "app",
- "Type": "System.Action, System.Threading.Tasks.Task>, System.Func, System.Threading.Tasks.Task>>>"
- },
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseBuilder",
- "Parameters": [
- {
- "Name": "app",
- "Type": "System.Action