WebHostBuilderHttpSysExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extensions method to use Http.sys as the server for the web host.
public ref class WebHostBuilderHttpSysExtensions abstract sealed
public static class WebHostBuilderHttpSysExtensions
type WebHostBuilderHttpSysExtensions = class
Public Module WebHostBuilderHttpSysExtensions
- Inheritance
-
WebHostBuilderHttpSysExtensions
Methods
UseHttpSys(IWebHostBuilder, Action<HttpSysOptions>) |
Specify Http.sys as the server to be used by the web host. |
UseHttpSys(IWebHostBuilder) |
Specify Http.sys as the server to be used by the web host. |