Updating the Http.sys server name in method descriptions

#17349
This commit is contained in:
Dairai Nyabando 2019-11-23 17:26:22 -05:00
parent d2f2ed99fc
commit aeb8ab554a
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Hosting
public static class WebHostBuilderHttpSysExtensions
{
/// <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>
/// <param name="hostBuilder">
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
@ -41,13 +41,13 @@ namespace Microsoft.AspNetCore.Hosting
}
/// <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>
/// <param name="hostBuilder">
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
/// </param>
/// <param name="options">
/// A callback to configure HttpSys options.
/// A callback to configure Http.sys options.
/// </param>
/// <returns>
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder.