TTMSMCPClientTransportCustomHeaderEvent Event Type
Collects extra request headers to send with an outgoing request over a network channel.
API unit family: TMS.MCP.Client.Transport
Remarks
The list is created and released by the transport around the call, so the handler only adds to it and never takes ownership. It is raised once per request, from the worker that is about to issue that request, and the lines are appended to the request only when the handler left at least one behind.
Parameters
| Name | Description |
|---|---|
ACustomHeaders |
Empty list the handler fills with Name: Value lines. |