Method | Description | |
---|---|---|
Bind ( IApplicationBuilder app ) : void | ||
BindHost ( |
||
GetOrCreateRequest ( |
||
GetOrCreateRequest ( IHttpContextAccessor httpContextAccessor ) : IRequest |
Creates an IRequest from IHttpContextAccessor if it's been registered as a singleton
|
|
GetWebRootPath ( ) : string |
The FilePath used in Virtual File Sources
|
|
MapProjectPath ( string relativePath ) : string | ||
OnConfigLoad ( ) : void | ||
ProcessRequest ( |
||
RegisterLicenseFromAppSettings ( IAppSettings appSettings ) : void | ||
TryGetCurrentRequest ( ) : IRequest |
Method | Description | |
---|---|---|
AppHostBase ( string serviceName ) : System |
protected AppHostBase ( string serviceName ) : System | ||
serviceName | string | |
return | System |
public Bind ( IApplicationBuilder app ) : void | ||
app | IApplicationBuilder | |
return | void |
public static BindHost ( |
||
appHost | ||
app | IApplicationBuilder | |
return | void |
public static GetOrCreateRequest ( |
||
httpContext | ||
return | IRequest |
public static GetOrCreateRequest ( IHttpContextAccessor httpContextAccessor ) : IRequest | ||
httpContextAccessor | IHttpContextAccessor | |
return | IRequest |
public MapProjectPath ( string relativePath ) : string | ||
relativePath | string | |
return | string |
public ProcessRequest ( |
||
context | ||
next | Func |
|
return | Task |
public static RegisterLicenseFromAppSettings ( IAppSettings appSettings ) : void | ||
appSettings | IAppSettings | |
return | void |