Table of Contents

TTMSMCPCloudBaseRequestResult.GetResponseHeader Method

Returns the value of a named response header, or an empty string if the header is not present.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBaseRequestResult

Syntax

function GetResponseHeader(AName: string): string;

Parameters

Name Description
AName The HTTP response header field name to look up.

Returns

Value of the specified response header, or an empty string if not present.