[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: webjsonrpc.pp line 137
type TJSONRPCModule = class(TCustomJSONRPCModule) |
published |
property Dispatcher: TCustomJSONRPCDispatcher; |
property DispatchOptions: TJSONRPCDispatchOptions; |
property ResponseContentType: string; |
property CORS: TCORSSupport; |
property APIRequestSources: TAPIRequestSources; |
property APIRequestName: string; |
property Session: TCustomSession; |
property OnNewSession: TNotifyEvent; |
property OnSessionExpired: TNotifyEvent; |
property Kind: TWebModuleKind; |
property BaseURL: string; |
property AfterInitModule: TInitModuleEvent; |
end; |
| |
| |
| |
| |
| |
TObject |