Method | Description | |
---|---|---|
Bind ( IApplicationBuilder app ) : void | ||
Configure ( IApplicationBuilder app, IHostingEnvironment env ) : void |
Override to Confgiure .NET Core App
|
|
ConfigureHost ( IWebHostBuilder host, string urlBases ) : IWebHostBuilder | ||
ConfigureServices ( IServiceCollection services ) : void |
Override to Configure .NET Core dependencies
|
|
Init ( ) : |
||
OnConfigLoad ( ) : void | ||
ProcessRequest ( HttpContext context, Func |
||
Start ( string urlBase ) : |
||
TryGetCurrentRequest ( ) : IRequest |
Method | Description | |
---|---|---|
AppSelfHostBase ( string serviceName ) : System | ||
Dispose ( bool disposing ) : void | ||
RealInit ( ) : void |
protected AppSelfHostBase ( string serviceName ) : System | ||
serviceName | string | |
return | System |
public Bind ( IApplicationBuilder app ) : void | ||
app | IApplicationBuilder | |
return | void |
public Configure ( IApplicationBuilder app, IHostingEnvironment env ) : void | ||
app | IApplicationBuilder | |
env | IHostingEnvironment | |
return | void |
public ConfigureHost ( IWebHostBuilder host, string urlBases ) : IWebHostBuilder | ||
host | IWebHostBuilder | |
urlBases | string | |
return | IWebHostBuilder |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
return | void |
public ProcessRequest ( HttpContext context, Func |
||
context | HttpContext | |
next | Func |
|
return | System.Threading.Tasks.Task |
public Start ( string urlBase ) : |
||
urlBase | string | |
return |