Property | Type | Description | |
---|---|---|---|
server | |||
urlMatcher |
Method | Description | |
---|---|---|
Initialize ( Func |
||
Respond ( IHttpContext context ) : void | ||
WillRespond ( IHttpContext context ) : bool |
Method | Description | |
---|---|---|
AbstractRequestResponder ( ) : System | ||
GetRequestTransaction ( IHttpContext context ) : Raven.Abstractions.Data.TransactionInformation |
protected AbstractRequestResponder ( ) : System | ||
return | System |
protected GetRequestTransaction ( IHttpContext context ) : Raven.Abstractions.Data.TransactionInformation | ||
context | IHttpContext | |
return | Raven.Abstractions.Data.TransactionInformation |
public Initialize ( Func |
||
databaseGetter | Func |
|
settingsGetter | Func |
|
tenantIdGetter | Func |
|
theServer | ||
return | void |
public abstract Respond ( IHttpContext context ) : void | ||
context | IHttpContext | |
return | void |
public WillRespond ( IHttpContext context ) : bool | ||
context | IHttpContext | |
return | bool |