Update API check baselines to 2.0

This commit is contained in:
Javier Calvarro Nelson 2017-09-25 10:47:56 -07:00
parent 44df557d49
commit 835ba2218a
14 changed files with 5000 additions and 923 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,515 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Authentication.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Authentication.AuthenticationFeature",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Authentication.IAuthenticationFeature"
],
"Members": [
{
"Kind": "Method",
"Name": "get_OriginalPathBase",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Http.PathString",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_OriginalPathBase",
"Parameters": [
{
"Name": "value",
"Type": "Microsoft.AspNetCore.Http.PathString"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_OriginalPath",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Http.PathString",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_OriginalPath",
"Parameters": [
{
"Name": "value",
"Type": "Microsoft.AspNetCore.Http.PathString"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider"
],
"Members": [
{
"Kind": "Method",
"Name": "get_Schemes",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetHandlerAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Http.HttpContext"
},
{
"Name": "authenticationScheme",
"Type": "System.String"
}
],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.IAuthenticationHandler>",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "schemes",
"Type": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Authentication.AuthenticationSchemeProvider",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
],
"Members": [
{
"Kind": "Method",
"Name": "GetDefaultAuthenticateSchemeAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDefaultChallengeSchemeAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDefaultForbidSchemeAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDefaultSignInSchemeAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDefaultSignOutSchemeAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetSchemeAsync",
"Parameters": [
{
"Name": "name",
"Type": "System.String"
}
],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetRequestHandlerSchemesAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "AddScheme",
"Parameters": [
{
"Name": "scheme",
"Type": "Microsoft.AspNetCore.Authentication.AuthenticationScheme"
}
],
"ReturnType": "System.Void",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "RemoveScheme",
"Parameters": [
{
"Name": "name",
"Type": "System.String"
}
],
"ReturnType": "System.Void",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetAllSchemesAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "options",
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions>"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Authentication.AuthenticationService",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Authentication.IAuthenticationService"
],
"Members": [
{
"Kind": "Method",
"Name": "get_Schemes",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Handlers",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Transform",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Authentication.IClaimsTransformation",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "AuthenticateAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Http.HttpContext"
},
{
"Name": "scheme",
"Type": "System.String"
}
],
"ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ChallengeAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Http.HttpContext"
},
{
"Name": "scheme",
"Type": "System.String"
},
{
"Name": "properties",
"Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ForbidAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Http.HttpContext"
},
{
"Name": "scheme",
"Type": "System.String"
},
{
"Name": "properties",
"Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "SignInAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Http.HttpContext"
},
{
"Name": "scheme",
"Type": "System.String"
},
{
"Name": "principal",
"Type": "System.Security.Claims.ClaimsPrincipal"
},
{
"Name": "properties",
"Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "SignOutAsync",
"Parameters": [
{
"Name": "context",
"Type": "Microsoft.AspNetCore.Http.HttpContext"
},
{
"Name": "scheme",
"Type": "System.String"
},
{
"Name": "properties",
"Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "schemes",
"Type": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
},
{
"Name": "handlers",
"Type": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider"
},
{
"Name": "transform",
"Type": "Microsoft.AspNetCore.Authentication.IClaimsTransformation"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Authentication.NoopClaimsTransformation",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Authentication.IClaimsTransformation"
],
"Members": [
{
"Kind": "Method",
"Name": "TransformAsync",
"Parameters": [
{
"Name": "principal",
"Type": "System.Security.Claims.ClaimsPrincipal"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal>",
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Authentication.IClaimsTransformation",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.Extensions.DependencyInjection.AuthenticationCoreServiceCollectionExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "AddAuthenticationCore",
"Parameters": [
{
"Name": "services",
"Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
}
],
"ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "AddAuthenticationCore",
"Parameters": [
{
"Name": "services",
"Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
},
{
"Name": "configureOptions",
"Type": "System.Action<Microsoft.AspNetCore.Authentication.AuthenticationOptions>"
}
],
"ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
}
]
}

View File

@ -1,12 +0,0 @@
[
{
"TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo",
"MemberId": "public abstract System.String get_Id()",
"Kind": "Addition"
},
{
"TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo",
"MemberId": "public abstract System.Void set_Id(System.String value)",
"Kind": "Addition"
}
]

View File

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Http.HeaderDictionaryTypeExtensions",
@ -1283,6 +1283,33 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Extensions.HttpRequestMultipartExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "GetMultipartBoundary",
"Parameters": [
{
"Name": "request",
"Type": "Microsoft.AspNetCore.Http.HttpRequest"
}
],
"ReturnType": "System.String",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Extensions.QueryBuilder",
"Visibility": "Public",
@ -1435,6 +1462,36 @@
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "CopyToAsync",
"Parameters": [
{
"Name": "source",
"Type": "System.IO.Stream"
},
{
"Name": "destination",
"Type": "System.IO.Stream"
},
{
"Name": "count",
"Type": "System.Nullable<System.Int64>"
},
{
"Name": "bufferSize",
"Type": "System.Int32"
},
{
"Name": "cancel",
"Type": "System.Threading.CancellationToken"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
@ -1516,6 +1573,45 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "FromAbsolute",
"Parameters": [
{
"Name": "uri",
"Type": "System.String"
},
{
"Name": "scheme",
"Type": "System.String",
"Direction": "Out"
},
{
"Name": "host",
"Type": "Microsoft.AspNetCore.Http.HostString",
"Direction": "Out"
},
{
"Name": "path",
"Type": "Microsoft.AspNetCore.Http.PathString",
"Direction": "Out"
},
{
"Name": "query",
"Type": "Microsoft.AspNetCore.Http.QueryString",
"Direction": "Out"
},
{
"Name": "fragment",
"Type": "Microsoft.AspNetCore.Http.FragmentString",
"Direction": "Out"
}
],
"ReturnType": "System.Void",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Encode",
@ -1545,6 +1641,21 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetEncodedPathAndQuery",
"Parameters": [
{
"Name": "request",
"Type": "Microsoft.AspNetCore.Http.HttpRequest"
}
],
"ReturnType": "System.String",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDisplayUrl",

View File

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Http.CookieOptions",
@ -91,6 +91,27 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_SameSite",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Http.SameSiteMode",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_SameSite",
"Parameters": [
{
"Name": "value",
"Type": "Microsoft.AspNetCore.Http.SameSiteMode"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_HttpOnly",
@ -368,6 +389,25 @@
],
"ReturnType": "System.Void",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_ContentLength",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_ContentLength",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
@ -611,14 +651,26 @@
{
"Kind": "Method",
"Name": "LoadAsync",
"Parameters": [],
"Parameters": [
{
"Name": "cancellationToken",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "CommitAsync",
"Parameters": [],
"Parameters": [
{
"Name": "cancellationToken",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"GenericParameter": []
},
@ -677,6 +729,37 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.SameSiteMode",
"Visibility": "Public",
"Kind": "Enumeration",
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Field",
"Name": "None",
"Parameters": [],
"GenericParameter": [],
"Literal": "0"
},
{
"Kind": "Field",
"Name": "Lax",
"Parameters": [],
"GenericParameter": [],
"Literal": "1"
},
{
"Kind": "Field",
"Name": "Strict",
"Parameters": [],
"GenericParameter": [],
"Literal": "2"
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.WebSocketAcceptContext",
"Visibility": "Public",
@ -1160,6 +1243,35 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature",
"Visibility": "Public",
"Kind": "Interface",
"Abstract": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_AllowSynchronousIO",
"Parameters": [],
"ReturnType": "System.Boolean",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_AllowSynchronousIO",
"Parameters": [
{
"Name": "value",
"Type": "System.Boolean"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpBufferingFeature",
"Visibility": "Public",
@ -1289,6 +1401,42 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature",
"Visibility": "Public",
"Kind": "Interface",
"Abstract": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_IsReadOnly",
"Parameters": [],
"ReturnType": "System.Boolean",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_MaxRequestBodySize",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_MaxRequestBodySize",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
"Visibility": "Public",

View File

@ -1,32 +0,0 @@
[
{
"TypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
"MemberId": "System.Nullable<System.Int64> get_ContentLength()",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
"MemberId": "System.Void set_ContentLength(System.Nullable<System.Int64> value)",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Http.ISession",
"MemberId": "System.Threading.Tasks.Task CommitAsync()",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Http.ISession",
"MemberId": "System.Threading.Tasks.Task LoadAsync()",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Http.ISession",
"MemberId": "System.Threading.Tasks.Task CommitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Http.ISession",
"MemberId": "System.Threading.Tasks.Task LoadAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))",
"Kind": "Addition"
}
]

View File

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Builder.Internal.ApplicationBuilder",
@ -690,6 +690,33 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_ContentLength",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Http.IHeaderDictionary",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_ContentLength",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Http.IHeaderDictionary",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Count",
@ -1017,10 +1044,6 @@
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "poolProvider",
"Type": "Microsoft.Extensions.ObjectPool.ObjectPoolProvider"
},
{
"Name": "formOptions",
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Http.Features.FormOptions>"
@ -1033,10 +1056,6 @@
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "poolProvider",
"Type": "Microsoft.Extensions.ObjectPool.ObjectPoolProvider"
},
{
"Name": "formOptions",
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Http.Features.FormOptions>"
@ -1052,6 +1071,61 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.MiddlewareFactory",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.AspNetCore.Http.IMiddlewareFactory"
],
"Members": [
{
"Kind": "Method",
"Name": "Create",
"Parameters": [
{
"Name": "middlewareType",
"Type": "System.Type"
}
],
"ReturnType": "Microsoft.AspNetCore.Http.IMiddleware",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Http.IMiddlewareFactory",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Release",
"Parameters": [
{
"Name": "middleware",
"Type": "Microsoft.AspNetCore.Http.IMiddleware"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Http.IMiddlewareFactory",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "serviceProvider",
"Type": "System.IServiceProvider"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.RequestFormReaderExtensions",
"Visibility": "Public",
@ -1193,6 +1267,31 @@
"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",

View File

@ -1,12 +0,0 @@
 [
{
"TypeId": "public class Microsoft.AspNetCore.Http.HttpContextFactory : Microsoft.AspNetCore.Http.IHttpContextFactory",
"MemberId": "public .ctor(Microsoft.Extensions.ObjectPool.ObjectPoolProvider poolProvider, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Http.Features.FormOptions> formOptions)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Http.HttpContextFactory : Microsoft.AspNetCore.Http.IHttpContextFactory",
"MemberId": "public .ctor(Microsoft.Extensions.ObjectPool.ObjectPoolProvider poolProvider, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Http.Features.FormOptions> formOptions, Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor)",
"Kind": "Removal"
}
]

View File

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Builder.OwinExtensions",
@ -168,6 +168,17 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetEnumerator",
"Parameters": [],
"ReturnType": "System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",

View File

@ -1,6 +1,218 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.WebUtilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.WebUtilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.WebUtilities.WebEncoders",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "Base64UrlDecode",
"Parameters": [
{
"Name": "input",
"Type": "System.String"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlDecode",
"Parameters": [
{
"Name": "input",
"Type": "System.String"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlDecode",
"Parameters": [
{
"Name": "input",
"Type": "System.String"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "buffer",
"Type": "System.Char[]"
},
{
"Name": "bufferOffset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetArraySizeRequiredToDecode",
"Parameters": [
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlEncode",
"Parameters": [
{
"Name": "input",
"Type": "System.Byte[]"
}
],
"ReturnType": "System.String",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlEncode",
"Parameters": [
{
"Name": "input",
"Type": "System.Byte[]"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.String",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlEncode",
"Parameters": [
{
"Name": "input",
"Type": "System.Byte[]"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "output",
"Type": "System.Char[]"
},
{
"Name": "outputOffset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetArraySizeRequiredToEncode",
"Parameters": [
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.Base64UrlTextEncoder",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "Encode",
"Parameters": [
{
"Name": "data",
"Type": "System.Byte[]"
}
],
"ReturnType": "System.String",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Decode",
"Parameters": [
{
"Name": "text",
"Type": "System.String"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.FileBufferingReadStream",
"Visibility": "Public",
@ -355,6 +567,136 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.FileMultipartSection",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_Section",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.WebUtilities.MultipartSection",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_FileStream",
"Parameters": [],
"ReturnType": "System.IO.Stream",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Name",
"Parameters": [],
"ReturnType": "System.String",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_FileName",
"Parameters": [],
"ReturnType": "System.String",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
}
],
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
},
{
"Name": "header",
"Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.FormMultipartSection",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_Section",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.WebUtilities.MultipartSection",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Name",
"Parameters": [],
"ReturnType": "System.String",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetValueAsync",
"Parameters": [],
"ReturnType": "System.Threading.Tasks.Task<System.String>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
}
],
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
},
{
"Name": "header",
"Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.FormReader",
"Visibility": "Public",
@ -969,17 +1311,6 @@
],
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Field",
"Name": "DefaultBufferSize",
"Parameters": [],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": [],
"Constant": true,
"Literal": "1024"
}
],
"GenericParameters": []
@ -1282,6 +1613,90 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.MultipartSectionConverterExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "AsFileSection",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
}
],
"ReturnType": "Microsoft.AspNetCore.WebUtilities.FileMultipartSection",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "AsFormDataSection",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
}
],
"ReturnType": "Microsoft.AspNetCore.WebUtilities.FormMultipartSection",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetContentDispositionHeader",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
}
],
"ReturnType": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.MultipartSectionStreamExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "ReadAsStringAsync",
"Parameters": [
{
"Name": "section",
"Type": "Microsoft.AspNetCore.WebUtilities.MultipartSection"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.String>",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.QueryHelpers",
"Visibility": "Public",
@ -1468,178 +1883,6 @@
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.WebUtilities.WebEncoders",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "Base64UrlDecode",
"Parameters": [
{
"Name": "input",
"Type": "System.String"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlDecode",
"Parameters": [
{
"Name": "input",
"Type": "System.String"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlDecode",
"Parameters": [
{
"Name": "input",
"Type": "System.String"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "buffer",
"Type": "System.Char[]"
},
{
"Name": "bufferOffset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Byte[]",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetArraySizeRequiredToDecode",
"Parameters": [
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlEncode",
"Parameters": [
{
"Name": "input",
"Type": "System.Byte[]"
}
],
"ReturnType": "System.String",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlEncode",
"Parameters": [
{
"Name": "input",
"Type": "System.Byte[]"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.String",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Base64UrlEncode",
"Parameters": [
{
"Name": "input",
"Type": "System.Byte[]"
},
{
"Name": "offset",
"Type": "System.Int32"
},
{
"Name": "output",
"Type": "System.Char[]"
},
{
"Name": "outputOffset",
"Type": "System.Int32"
},
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetArraySizeRequiredToEncode",
"Parameters": [
{
"Name": "count",
"Type": "System.Int32"
}
],
"ReturnType": "System.Int32",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
}
]
}

View File

@ -1,7 +0,0 @@
[
{
"TypeId": "public class Microsoft.AspNetCore.WebUtilities.HttpResponseStreamWriter : System.IO.TextWriter",
"MemberId": "public const System.Int32 DefaultBufferSize = 1024",
"Kind": "Removal"
}
]

File diff suppressed because it is too large Load Diff

View File

@ -1,412 +0,0 @@
[
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public .ctor(System.String dispositionType)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.ContentDispositionHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.ContentDispositionHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.String get_DispositionType()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.String get_FileName()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.String get_FileNameStar()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.String get_Name()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.Void set_DispositionType(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.Void set_FileName(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.Void set_FileNameStar(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.Void set_Name(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.Void SetHttpFileName(System.String fileName)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
"MemberId": "public System.Void SetMimeFileName(System.String fileName)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public .ctor(System.String mediaType)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public .ctor(System.String mediaType, System.Double quality)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.MediaTypeHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.MediaTypeHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.String get_Boundary()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.String get_Charset()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.String get_MediaType()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.String get_SubType()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.String get_Type()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.Void set_Boundary(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.Void set_Charset(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.MediaTypeHeaderValue",
"MemberId": "public System.Void set_MediaType(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public .ctor(System.String name)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public .ctor(System.String name, System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.CookieHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.CookieHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public System.String get_Name()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public System.String get_Value()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public System.Void set_Name(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CookieHeaderValue",
"MemberId": "public System.Void set_Value(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public .ctor(System.String name)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public .ctor(System.String name, System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.NameValueHeaderValue Find(System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> values, System.String name)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.NameValueHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.NameValueHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public System.String get_Name()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public System.String get_Value()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.NameValueHeaderValue",
"MemberId": "public System.Void set_Value(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public .ctor(System.String name)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public .ctor(System.String name, System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.SetCookieHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.SetCookieHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.String get_Domain()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.String get_Name()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.String get_Path()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.String get_Value()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.Void set_Domain(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.Void set_Name(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.Void set_Path(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.SetCookieHeaderValue",
"MemberId": "public System.Void set_Value(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.EntityTagHeaderValue",
"MemberId": "public .ctor(System.String tag)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.EntityTagHeaderValue",
"MemberId": "public .ctor(System.String tag, System.Boolean isWeak)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.EntityTagHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.EntityTagHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.EntityTagHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.EntityTagHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.EntityTagHeaderValue",
"MemberId": "public System.String get_Tag()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.StringWithQualityHeaderValue",
"MemberId": "public .ctor(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.StringWithQualityHeaderValue",
"MemberId": "public .ctor(System.String value, System.Double quality)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.StringWithQualityHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.StringWithQualityHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.StringWithQualityHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.StringWithQualityHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.StringWithQualityHeaderValue",
"MemberId": "public System.String get_Value()",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Net.Http.Headers.HeaderNames",
"MemberId": "public const System.String ContentMD5 = \"ContentMD5\"",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CacheControlHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.CacheControlHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CacheControlHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CacheControlHeaderValue",
"MemberId": "public System.Collections.Generic.ICollection<System.String> get_NoCacheHeaders()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.CacheControlHeaderValue",
"MemberId": "public System.Collections.Generic.ICollection<System.String> get_PrivateHeaders()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.ContentRangeHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.ContentRangeHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
"MemberId": "public System.String get_Unit()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
"MemberId": "public System.Void set_Unit(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.RangeConditionHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.RangeConditionHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.RangeConditionHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.RangeConditionHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.RangeHeaderValue",
"MemberId": "public static Microsoft.Net.Http.Headers.RangeHeaderValue Parse(System.String input)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.RangeHeaderValue",
"MemberId": "public static System.Boolean TryParse(System.String input, out Microsoft.Net.Http.Headers.RangeHeaderValue parsedValue)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.RangeHeaderValue",
"MemberId": "public System.String get_Unit()",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Net.Http.Headers.RangeHeaderValue",
"MemberId": "public System.Void set_Unit(System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Net.Http.Headers.HeaderUtilities",
"MemberId": "public static System.Boolean TryParseDate(System.String input, out System.DateTimeOffset result)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Net.Http.Headers.HeaderUtilities",
"MemberId": "public static System.Boolean TryParseInt64(System.String value, out System.Int64 result)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Net.Http.Headers.HeaderUtilities",
"MemberId": "public static System.String FormatInt64(System.Int64 value)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Net.Http.Headers.HeaderUtilities",
"MemberId": "public static System.String RemoveQuotes(System.String input)",
"Kind": "Removal"
}
]