TTMSMCPHTTPServerHeaderInfo Class
One header of a request or a response, holding its name and value.
API unit family: TMS.MCP.HTTPServer
Syntax
TTMSMCPHTTPServerHeaderInfo = class
Remarks
Created and owned by the TTMSMCPHTTPServerHeaders collection it belongs to, which frees it when the header is replaced, removed or the collection is cleared. Values are fixed at construction: change a header by setting it on the collection again rather than by editing the instance.
Properties
| Name | Description |
|---|---|
| AnsiName | Name of the header in narrow characters, for interfaces that need it. Read-only. |
| AnsiValue | Value of the header in narrow characters, for interfaces that need it. Read-only. |
| Name | Name of the header, as given at construction. Read-only. |
| Value | Value of the header, as given at construction. Read-only. |