GetHeader method: Response class
Syntax
GetHeader(name)
Description
This method returns the value of the response header requested by the string name. The match between name and the response header is case-insensitive. If the header requested does not exist, an empty string is returned.