Property | Type | Description | |
---|---|---|---|
server | HttpServer |
Method | Description | |
---|---|---|
Authorize ( IHttpContext context ) : bool | ||
Initialize ( Func |
||
IsGetRequest ( string httpMethod, string requestPath ) : bool |
public abstract Authorize ( IHttpContext context ) : bool | ||
context | IHttpContext | |
return | bool |
public Initialize ( Func |
||
databaseGetter | Func |
|
settingsGetter | Func |
|
tenantIdGetter | Func |
|
theServer | HttpServer | |
return | void |
public static IsGetRequest ( string httpMethod, string requestPath ) : bool | ||
httpMethod | string | |
requestPath | string | |
return | bool |