parent
d2f2ed99fc
commit
aeb8ab554a
|
|
@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
public static class WebHostBuilderHttpSysExtensions
|
public static class WebHostBuilderHttpSysExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Specify HttpSys as the server to be used by the web host.
|
/// Specify Http.sys as the server to be used by the web host.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="hostBuilder">
|
/// <param name="hostBuilder">
|
||||||
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
|
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
|
||||||
|
|
@ -41,13 +41,13 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Specify HttpSys as the server to be used by the web host.
|
/// Specify Http.sys as the server to be used by the web host.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="hostBuilder">
|
/// <param name="hostBuilder">
|
||||||
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
|
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="options">
|
/// <param name="options">
|
||||||
/// A callback to configure HttpSys options.
|
/// A callback to configure Http.sys options.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder.
|
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue