Table of Contents

TTMSFNCCloudBaseRequestResult.GetResponseHeader Method

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

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudBaseRequestResult

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.