From aeb8ab554a6c3febba66aea330090f270c4ea9c7 Mon Sep 17 00:00:00 2001 From: Dairai Nyabando Date: Sat, 23 Nov 2019 17:26:22 -0500 Subject: [PATCH] Updating the Http.sys server name in method descriptions #17349 --- src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs b/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs index f62a0982b6..46b9eb8b4c 100644 --- a/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs +++ b/src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs @@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Hosting public static class WebHostBuilderHttpSysExtensions { /// - /// 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. /// /// /// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure. @@ -41,13 +41,13 @@ namespace Microsoft.AspNetCore.Hosting } /// - /// 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. /// /// /// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure. /// /// - /// A callback to configure HttpSys options. + /// A callback to configure Http.sys options. /// /// /// The Microsoft.AspNetCore.Hosting.IWebHostBuilder.