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 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.