ServerXMLHTTPRequest.GetResponseHeader

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > MSXML2 > MSXML2 Module Classes > ServerXMLHTTPRequest >

ServerXMLHTTPRequest.GetResponseHeader

 

Description

 
Retrieves the value of an HTTP header from the response body.

 

Syntax

 

s = <ServerXMLHTTPRequest>.GetResponseHeader(sHeader)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

sHeader

String

No

A case-insensitive header name.

 

Remarks

 

The results of this method are valid only after the send method has been successfully completed.

 

Restrictions

 

See also

 

Examples