REST.Client.TRESTRequest Events
InheritedProtected
OnAfterExecute | published | Occurs after completing the request (i.e., after finishing the Execute method). |
OnBeforeExecute | published | 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 | published | Occurs when the server returns a status code other than "200 - OK". |