|
|
@@ -0,0 +1,1995 @@
|
|
|
+{
|
|
|
+ "AssemblyIdentity": "Microsoft.AspNetCore.Hosting, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
|
|
+ "Types": [
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.ConventionBasedStartup",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.IStartup"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Configure",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureServices",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "services",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.IServiceProvider",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "methods",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.Internal.StartupMethods"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.DelegateStartup",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "BaseType": "Microsoft.AspNetCore.Hosting.StartupBase<Microsoft.Extensions.DependencyInjection.IServiceCollection>",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Configure",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Virtual": true,
|
|
|
+ "Override": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "factory",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceProviderFactory<Microsoft.Extensions.DependencyInjection.IServiceCollection>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configureApp",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.StartupBase",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.IStartup"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Configure",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "app",
|
|
|
+ "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Virtual": true,
|
|
|
+ "Abstract": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureServices",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "services",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Virtual": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "CreateServiceProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "services",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.IServiceProvider",
|
|
|
+ "Virtual": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Protected",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.StartupBase<T0>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "BaseType": "Microsoft.AspNetCore.Hosting.StartupBase",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "CreateServiceProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "services",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.IServiceProvider",
|
|
|
+ "Virtual": true,
|
|
|
+ "Override": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureContainer",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "builder",
|
|
|
+ "Type": "T0"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Virtual": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "factory",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceProviderFactory<T0>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": [
|
|
|
+ {
|
|
|
+ "ParameterName": "TBuilder",
|
|
|
+ "ParameterPosition": 0,
|
|
|
+ "BaseTypeOrInterfaces": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.WebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "GetSetting",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "key",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseSetting",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "key",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureServices",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configureServices",
|
|
|
+ "Type": "System.Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureServices",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configureServices",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Hosting.WebHostBuilderContext, Microsoft.Extensions.DependencyInjection.IServiceCollection>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureAppConfiguration",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configureDelegate",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Hosting.WebHostBuilderContext, Microsoft.Extensions.Configuration.IConfigurationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Build",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Configure",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configureApp",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStartup",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "startupType",
|
|
|
+ "Type": "System.Type"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseStartup<T0>",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": [
|
|
|
+ {
|
|
|
+ "ParameterName": "TStartup",
|
|
|
+ "ParameterPosition": 0,
|
|
|
+ "Class": true,
|
|
|
+ "BaseTypeOrInterfaces": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseDefaultServiceProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configure",
|
|
|
+ "Type": "System.Action<Microsoft.Extensions.DependencyInjection.ServiceProviderOptions>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UseDefaultServiceProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configure",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Hosting.WebHostBuilderContext, Microsoft.Extensions.DependencyInjection.ServiceProviderOptions>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureAppConfiguration",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configureDelegate",
|
|
|
+ "Type": "System.Action<Microsoft.Extensions.Configuration.IConfigurationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureLogging",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configureLogging",
|
|
|
+ "Type": "System.Action<Microsoft.Extensions.Logging.ILoggingBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ConfigureLogging",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostBuilder",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configureLogging",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Hosting.WebHostBuilderContext, Microsoft.Extensions.Logging.ILoggingBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.WebHostExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "StopAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "host",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "timeout",
|
|
|
+ "Type": "System.TimeSpan"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WaitForShutdown",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "host",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "WaitForShutdownAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "host",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "token",
|
|
|
+ "Type": "System.Threading.CancellationToken",
|
|
|
+ "DefaultValue": "default(System.Threading.CancellationToken)"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Run",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "host",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "RunAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "host",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "token",
|
|
|
+ "Type": "System.Threading.CancellationToken",
|
|
|
+ "DefaultValue": "default(System.Threading.CancellationToken)"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Server.Features.ServerAddressesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Addresses",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Collections.Generic.ICollection<System.String>",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_PreferHostingUrls",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_PreferHostingUrls",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.ApplicationLifetime",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.IApplicationLifetime"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ApplicationStarted",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Threading.CancellationToken",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ApplicationStopping",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Threading.CancellationToken",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ApplicationStopped",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Threading.CancellationToken",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "StopApplication",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "NotifyStarted",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "NotifyStopped",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "logger",
|
|
|
+ "Type": "Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Hosting.Internal.ApplicationLifetime>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.IStartupFilter"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Configure",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartupFilter",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.ConfigureBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_MethodInfo",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Reflection.MethodInfo",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Build",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "instance",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configure",
|
|
|
+ "Type": "System.Reflection.MethodInfo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.ConfigureContainerBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_MethodInfo",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Reflection.MethodInfo",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Build",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "instance",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Action<System.Object>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "GetContainerType",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Type",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configureContainerMethod",
|
|
|
+ "Type": "System.Reflection.MethodInfo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.ConfigureServicesBuilder",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_MethodInfo",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Reflection.MethodInfo",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Build",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "instance",
|
|
|
+ "Type": "System.Object"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Func<Microsoft.Extensions.DependencyInjection.IServiceCollection, System.IServiceProvider>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configureServices",
|
|
|
+ "Type": "System.Reflection.MethodInfo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "StartAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "token",
|
|
|
+ "Type": "System.Threading.CancellationToken"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "StopAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "token",
|
|
|
+ "Type": "System.Threading.CancellationToken"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "logger",
|
|
|
+ "Type": "Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "services",
|
|
|
+ "Type": "System.Collections.Generic.IEnumerable<Microsoft.Extensions.Hosting.IHostedService>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.Server.IHttpApplication<Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context>"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "CreateContext",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "contextFeatures",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication<Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ProcessRequestAsync",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication<Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "DisposeContext",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "context",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "exception",
|
|
|
+ "Type": "System.Exception"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication<Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "application",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "logger",
|
|
|
+ "Type": "Microsoft.Extensions.Logging.ILogger"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "diagnosticSource",
|
|
|
+ "Type": "System.Diagnostics.DiagnosticListener"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "httpContextFactory",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.IHttpContextFactory"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_EnvironmentName",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_EnvironmentName",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ApplicationName",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ApplicationName",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_WebRootPath",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_WebRootPath",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_WebRootFileProvider",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_WebRootFileProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ContentRootPath",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ContentRootPath",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ContentRootFileProvider",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ContentRootFileProvider",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingEnvironmentExtensions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Abstract": true,
|
|
|
+ "Static": true,
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Initialize",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostingEnvironment",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "applicationName",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "contentRootPath",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "options",
|
|
|
+ "Type": "Microsoft.AspNetCore.Hosting.Internal.WebHostOptions"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Static": true,
|
|
|
+ "Extension": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingEventSource",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "Sealed": true,
|
|
|
+ "BaseType": "System.Diagnostics.Tracing.EventSource",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "HostStart",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "HostStop",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "RequestStart",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "method",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "path",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "RequestStop",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "UnhandledException",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Field",
|
|
|
+ "Name": "Log",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.Internal.HostingEventSource",
|
|
|
+ "Static": true,
|
|
|
+ "ReadOnly": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Invoke",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "httpContext",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Threading.Tasks.Task",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "next",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "scopeFactory",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceScopeFactory"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.RequestServicesFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
|
+ "System.IDisposable"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_RequestServices",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.IServiceProvider",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_RequestServices",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.IServiceProvider"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "Dispose",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "System.IDisposable",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "scopeFactory",
|
|
|
+ "Type": "Microsoft.Extensions.DependencyInjection.IServiceScopeFactory"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.StartupLoader",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "LoadMethods",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "hostingServiceProvider",
|
|
|
+ "Type": "System.IServiceProvider"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "startupType",
|
|
|
+ "Type": "System.Type"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "environmentName",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Hosting.Internal.StartupMethods",
|
|
|
+ "Static": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "FindStartupType",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "startupAssemblyName",
|
|
|
+ "Type": "System.String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "environmentName",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Type",
|
|
|
+ "Static": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.StartupMethods",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_StartupInstance",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Object",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ConfigureServicesDelegate",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Func<Microsoft.Extensions.DependencyInjection.IServiceCollection, System.IServiceProvider>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ConfigureDelegate",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "instance",
|
|
|
+ "Type": "System.Object"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configure",
|
|
|
+ "Type": "System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "configureServices",
|
|
|
+ "Type": "System.Func<Microsoft.Extensions.DependencyInjection.IServiceCollection, System.IServiceProvider>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.WebHostOptions",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ApplicationName",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ApplicationName",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_PreventHostingStartup",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_PreventHostingStartup",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_HostingStartupAssemblies",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Collections.Generic.IReadOnlyList<System.String>",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_HostingStartupAssemblies",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Collections.Generic.IReadOnlyList<System.String>"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_DetailedErrors",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_DetailedErrors",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_CaptureStartupErrors",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_CaptureStartupErrors",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Environment",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Environment",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_StartupAssembly",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_StartupAssembly",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_WebRoot",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_WebRoot",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ContentRootPath",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.String",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ContentRootPath",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_ShutdownTimeout",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.TimeSpan",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_ShutdownTimeout",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.TimeSpan"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configuration",
|
|
|
+ "Type": "Microsoft.Extensions.Configuration.IConfiguration"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.WebHostUtilities",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "ParseBool",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "configuration",
|
|
|
+ "Type": "Microsoft.Extensions.Configuration.IConfiguration"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "key",
|
|
|
+ "Type": "System.String"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Static": true,
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Builder.ApplicationBuilderFactory",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Class",
|
|
|
+ "ImplementedInterfaces": [
|
|
|
+ "Microsoft.AspNetCore.Hosting.Builder.IApplicationBuilderFactory"
|
|
|
+ ],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "CreateBuilder",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "serverFeatures",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "Sealed": true,
|
|
|
+ "Virtual": true,
|
|
|
+ "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Builder.IApplicationBuilderFactory",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Constructor",
|
|
|
+ "Name": ".ctor",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "serviceProvider",
|
|
|
+ "Type": "System.IServiceProvider"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Builder.IApplicationBuilderFactory",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Interface",
|
|
|
+ "Abstract": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "CreateBuilder",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "serverFeatures",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "Kind": "Struct",
|
|
|
+ "Sealed": true,
|
|
|
+ "ImplementedInterfaces": [],
|
|
|
+ "Members": [
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_HttpContext",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_HttpContext",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "Microsoft.AspNetCore.Http.HttpContext"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Scope",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.IDisposable",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Scope",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.IDisposable"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_StartTimestamp",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Int64",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_StartTimestamp",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Int64"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_EventLogEnabled",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Boolean",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_EventLogEnabled",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Boolean"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "get_Activity",
|
|
|
+ "Parameters": [],
|
|
|
+ "ReturnType": "System.Diagnostics.Activity",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Kind": "Method",
|
|
|
+ "Name": "set_Activity",
|
|
|
+ "Parameters": [
|
|
|
+ {
|
|
|
+ "Name": "value",
|
|
|
+ "Type": "System.Diagnostics.Activity"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "ReturnType": "System.Void",
|
|
|
+ "Visibility": "Public",
|
|
|
+ "GenericParameter": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "GenericParameters": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|