WebHostBuilderHttpSysExtensions Class

Definition

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)

Specify Http.sys as the server to be used by the web host.

UseHttpSys(IWebHostBuilder, Action<HttpSysOptions>)

Specify Http.sys as the server to be used by the web host.

Applies to