203 lines
5.6 KiB
JSON
203 lines
5.6 KiB
JSON
{
|
|
"AssemblyIdentity": "Microsoft.AspNetCore.Server.IISIntegration, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
|
"Types": [
|
|
{
|
|
"Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"Abstract": true,
|
|
"Static": true,
|
|
"Sealed": true,
|
|
"ImplementedInterfaces": [],
|
|
"Members": [
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "UseIISIntegration",
|
|
"Parameters": [
|
|
{
|
|
"Name": "hostBuilder",
|
|
"Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
|
|
}
|
|
],
|
|
"ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
|
|
"Static": true,
|
|
"Extension": true,
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
},
|
|
{
|
|
"Name": "Microsoft.AspNetCore.Builder.IISOptions",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"ImplementedInterfaces": [],
|
|
"Members": [
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_AutomaticAuthentication",
|
|
"Parameters": [],
|
|
"ReturnType": "System.Boolean",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "set_AutomaticAuthentication",
|
|
"Parameters": [
|
|
{
|
|
"Name": "value",
|
|
"Type": "System.Boolean"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_ForwardWindowsAuthentication",
|
|
"Parameters": [],
|
|
"ReturnType": "System.Boolean",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "set_ForwardWindowsAuthentication",
|
|
"Parameters": [
|
|
{
|
|
"Name": "value",
|
|
"Type": "System.Boolean"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_ForwardClientCertificate",
|
|
"Parameters": [],
|
|
"ReturnType": "System.Boolean",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "set_ForwardClientCertificate",
|
|
"Parameters": [
|
|
{
|
|
"Name": "value",
|
|
"Type": "System.Boolean"
|
|
}
|
|
],
|
|
"ReturnType": "System.Void",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Method",
|
|
"Name": "get_AuthenticationDescriptions",
|
|
"Parameters": [],
|
|
"ReturnType": "System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>",
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Constructor",
|
|
"Name": ".ctor",
|
|
"Parameters": [],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
},
|
|
{
|
|
"Name": "Microsoft.AspNetCore.Server.IISIntegration.IISDefaults",
|
|
"Visibility": "Public",
|
|
"Kind": "Class",
|
|
"ImplementedInterfaces": [],
|
|
"Members": [
|
|
{
|
|
"Kind": "Constructor",
|
|
"Name": ".ctor",
|
|
"Parameters": [],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
},
|
|
{
|
|
"Kind": "Field",
|
|
"Name": "Negotiate",
|
|
"Parameters": [],
|
|
"ReturnType": "System.String",
|
|
"Static": true,
|
|
"Visibility": "Public",
|
|
"GenericParameter": [],
|
|
"Constant": true,
|
|
"Literal": "\"Negotiate\""
|
|
},
|
|
{
|
|
"Kind": "Field",
|
|
"Name": "Ntlm",
|
|
"Parameters": [],
|
|
"ReturnType": "System.String",
|
|
"Static": true,
|
|
"Visibility": "Public",
|
|
"GenericParameter": [],
|
|
"Constant": true,
|
|
"Literal": "\"NTLM\""
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
},
|
|
{
|
|
"Name": "Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware",
|
|
"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": "loggerFactory",
|
|
"Type": "Microsoft.Extensions.Logging.ILoggerFactory"
|
|
},
|
|
{
|
|
"Name": "options",
|
|
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.IISOptions>"
|
|
},
|
|
{
|
|
"Name": "pairingToken",
|
|
"Type": "System.String"
|
|
}
|
|
],
|
|
"Visibility": "Public",
|
|
"GenericParameter": []
|
|
}
|
|
],
|
|
"GenericParameters": []
|
|
}
|
|
]
|
|
} |