parent
a71aa8a5bc
commit
d4f380f67a
|
|
@ -65,7 +65,7 @@ namespace Microsoft.AspNetCore.HttpsPolicy
|
||||||
/// <param name="options"></param>
|
/// <param name="options"></param>
|
||||||
/// <param name="config"></param>
|
/// <param name="config"></param>
|
||||||
/// <param name="loggerFactory"></param>
|
/// <param name="loggerFactory"></param>
|
||||||
/// <param name="serverAddressesFeature">The</param>
|
/// <param name="serverAddressesFeature"></param>
|
||||||
public HttpsRedirectionMiddleware(RequestDelegate next, IOptions<HttpsRedirectionOptions> options, IConfiguration config, ILoggerFactory loggerFactory,
|
public HttpsRedirectionMiddleware(RequestDelegate next, IOptions<HttpsRedirectionOptions> options, IConfiguration config, ILoggerFactory loggerFactory,
|
||||||
IServerAddressesFeature serverAddressesFeature)
|
IServerAddressesFeature serverAddressesFeature)
|
||||||
: this(next, options, config, loggerFactory)
|
: this(next, options, config, loggerFactory)
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
|
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.</param>
|
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder)
|
public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder)
|
||||||
{
|
{
|
||||||
|
|
@ -50,7 +50,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
/// A callback to configure Http.sys options.
|
/// A callback to configure Http.sys options.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.</param>
|
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder, Action<HttpSysOptions> options)
|
public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder, Action<HttpSysOptions> options)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue