Set 2.1 baselines

This commit is contained in:
Ryan Brandenburg 2018-06-14 10:27:23 -07:00
parent df99f7e233
commit 1bbe161b4e
1 changed files with 65 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Server.HttpSys, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Server.HttpSys, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderHttpSysExtensions",
@ -144,6 +144,38 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
"Visibility": "Public",
"Kind": "Enumeration",
"Sealed": true,
"BaseType": "System.Int64",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Field",
"Name": "Basic",
"Parameters": [],
"GenericParameter": [],
"Literal": "0"
},
{
"Kind": "Field",
"Name": "Limited",
"Parameters": [],
"GenericParameter": [],
"Literal": "1"
},
{
"Kind": "Field",
"Name": "Full",
"Parameters": [],
"GenericParameter": [],
"Literal": "2"
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Server.HttpSys.HttpSysDefaults",
"Visibility": "Public",
@ -363,6 +395,27 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Http503Verbosity",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Http503Verbosity",
"Parameters": [
{
"Name": "value",
"Type": "Microsoft.AspNetCore.Server.HttpSys.Http503VerbosityLevel"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
@ -683,6 +736,17 @@
"System.Collections.Generic.ICollection<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>"
],
"Members": [
{
"Kind": "Method",
"Name": "GetEnumerator",
"Parameters": [],
"ReturnType": "System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Count",
@ -809,17 +873,6 @@
"ImplementedInterface": "System.Collections.Generic.ICollection<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetEnumerator",
"Parameters": [],
"ReturnType": "System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>",
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []