C# Class Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions

Show file Open project: aspnet/IISIntegration

Public Methods

Method Description
UseIISIntegration ( this app ) : IWebHostBuilder

Configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors.

Method Details

UseIISIntegration() public static method

Configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors.
public static UseIISIntegration ( this app ) : IWebHostBuilder
app this
return IWebHostBuilder