Table of Contents

TTMSMCPHTTPServerHeaders.Exists Method

Reports whether a header is present, whatever its value.

API unit family: TMS.MCP.HTTPServer Declaring type: TTMSMCPHTTPServerHeaders

Syntax

function Exists(const AHeaderName: string): boolean;

Parameters

Name Description
AHeaderName Name to look up, matched without regard to case.

Returns

True when the name is present.