메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
AppHostBase ( string serviceName ) : System |
protected AppHostBase ( string serviceName ) : System | ||
serviceName | string | |
리턴 | System |
public static BindHost ( |
||
appHost | ||
app | IApplicationBuilder | |
리턴 | void |
public static GetOrCreateRequest ( |
||
httpContext | ||
리턴 | IRequest |
public static GetOrCreateRequest ( IHttpContextAccessor httpContextAccessor ) : IRequest | ||
httpContextAccessor | IHttpContextAccessor | |
리턴 | IRequest |
public MapProjectPath ( string relativePath ) : string | ||
relativePath | string | |
리턴 | string |
public ProcessRequest ( |
||
context | ||
next | Func |
|
리턴 | Task |
public static RegisterLicenseFromAppSettings ( IAppSettings appSettings ) : void | ||
appSettings | IAppSettings | |
리턴 | void |