TTMSMCPClientServerHTTPResponseEvent Event Type
Reports an HTTP response before the connection interprets its payload.
API unit family: TMS.MCP.Client.Connection
Parameters
| Name | Description |
|---|---|
Sender |
Connection that received the response. |
AResponseCode |
HTTP status code of the response. |
AResponseText |
HTTP status text of the response. |
AHeaders |
Response headers, one Name: value entry per line. The list belongs to the transport. |
AProcessResponse |
Set to False to stop the connection from interpreting the payload as a protocol message. |