diff --git a/build/dependencies.props b/build/dependencies.props
index 1c327bdc68..2fd4823f38 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -3,7 +3,7 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.1.0-preview2-15742
+ 2.1.0-preview2-15743
2.1.0-preview2-30355
2.1.0-preview2-30355
2.1.0-preview2-30355
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index e40ef6651b..58dd4d4306 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:2.1.0-preview2-15742
-commithash:21fbb0f2c3fe4a9216e2d59632b98cfd7d685962
+version:2.1.0-preview2-15743
+commithash:9e15cb6062ab5b9790d3fa699e018543a6950713
diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json b/src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json
index c2eeac7fe9..d7ef172836 100644
--- a/src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.Http.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Builder.MapExtensions",
@@ -4355,392 +4355,6 @@
],
"GenericParameters": []
},
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.HeaderSegment",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Formatting",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Data",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegment"
- }
- ],
- "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.Internal.HeaderSegment"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegment"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegment"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegment"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "formatting",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "data",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerable",
- "System.IEquatable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection"
- }
- ],
- "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.Internal.HeaderSegmentCollection"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "op_Inequality",
- "Parameters": [
- {
- "Name": "left",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection"
- },
- {
- "Name": "right",
- "Type": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEnumerator",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection+Enumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.ParsingHelpers",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetHeader",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHeaderSplit",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHeaderUnmodified",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Extensions.Primitives.StringValues",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHeaderJoined",
- "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,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHeaderUnmodified",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendHeaderJoined",
- "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,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendHeaderUnmodified",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.AspNetCore.Http.IHeaderDictionary"
- },
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "values",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
{
"Name": "Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo",
"Visibility": "Public",
@@ -5337,74 +4951,6 @@
}
],
"GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Http.Internal.HeaderSegmentCollection+Enumerator",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [
- "System.Collections.Generic.IEnumerator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Current",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Internal.HeaderSegment",
- "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": "MoveNext",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Reset",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.Collections.IEnumerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "headers",
- "Type": "Microsoft.Extensions.Primitives.StringValues"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
}
]
}
\ No newline at end of file
diff --git a/src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json b/src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json
index 33ae6d9ef9..92a4a49478 100644
--- a/src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Http.HeaderDictionaryTypeExtensions",
diff --git a/src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json b/src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json
index 3c8fab88d3..9fa1b94894 100644
--- a/src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Http.CookieOptions",
diff --git a/src/Microsoft.AspNetCore.Http/baseline.netcore.json b/src/Microsoft.AspNetCore.Http/baseline.netcore.json
index 92edd6acd7..0f2f607f6f 100644
--- a/src/Microsoft.AspNetCore.Http/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.Http/baseline.netcore.json
@@ -1,132 +1,6 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.Http, Version=2.0.2.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",
@@ -1162,1754 +1036,6 @@
],
"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_Id",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Id",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": 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",
@@ -4435,166 +2561,6 @@
],
"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",
@@ -4684,107 +2650,6 @@
}
],
"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/baseline.netcore.json b/src/Microsoft.AspNetCore.Owin/baseline.netcore.json
index c3d0a44572..50b5847f9e 100644
--- a/src/Microsoft.AspNetCore.Owin/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.Owin/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.Owin, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Builder.OwinExtensions",
diff --git a/src/Microsoft.AspNetCore.WebUtilities/baseline.netcore.json b/src/Microsoft.AspNetCore.WebUtilities/baseline.netcore.json
index 0bf330cd73..e8334021d6 100644
--- a/src/Microsoft.AspNetCore.WebUtilities/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.WebUtilities/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.WebUtilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.WebUtilities, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.WebUtilities.WebEncoders",
diff --git a/src/Microsoft.Net.Http.Headers/baseline.netcore.json b/src/Microsoft.Net.Http.Headers/baseline.netcore.json
index f68dd6ee1e..b29b4825ee 100644
--- a/src/Microsoft.Net.Http.Headers/baseline.netcore.json
+++ b/src/Microsoft.Net.Http.Headers/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.Net.Http.Headers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.Net.Http.Headers, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Net.Http.Headers.CacheControlHeaderValue",