REST.Client.TCustomRESTRequest Events
InheritedProtected
OnAfterExecute | public | Occurs after completing the request (i.e., after finishing the Execute method). |
OnBeforeExecute | public | Occurs before starting the request (i.e., before starting the Execute method). |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
OnHTTPProtocolError | public | Occurs when the server returns a status code other than "200 - OK". |