[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: webjsonrpc.pp line 94
type TCustomJSONRPCModule = class(TJSONRPCDispatchModule) |
protected |
function GetAPI(); virtual; |
function GetResponseContentType; |
function CreateDispatcher; virtual; |
function IsAPIRequest(); virtual; |
procedure Notification(); override; |
property Dispatcher: TCustomJSONRPCDispatcher; [rw] |
property DispatchOptions: TJSONRPCDispatchOptions; [rw] |
property APIRequestSources: TAPIRequestSources; [rw] |
property APIRequestName: string; [rw] |
property APICreateOptions: TCreateAPIOptions; [rw] |
public |
constructor CreateNew(); override; |
procedure HandleRequest(); override; |
property ResponseContentType: string; [rw] |
property CORS: TCORSSupport; |
end; |
| |
| |
| |
| |
TObject |