TTMSMCPHTTPServerHeaders.AllHeaders Property
The stored headers, for iterating over the whole collection. Read-only.
API unit family: TMS.MCP.HTTPServer
Declaring type: TTMSMCPHTTPServerHeaders
Type: TEnumerable<TTMSMCPHTTPServerHeaderInfo>
Syntax
property AllHeaders: TEnumerable<TTMSMCPHTTPServerHeaderInfo>;
Remarks
The objects belong to the collection; do not free them, and do not hold on to them past the next change. Order is unspecified. Do not add or remove headers while iterating.