Skip to content

GetHeader

Returns the value of a specified header.

1
myRestResponse.GetHeader(name: string):string

Parameters

string name
    The name of the header.

Returns

The header value as a string if found; otherwise, null.

Remarks

The header name search is performed case-insensitively.