ServerXMLHTTPRequest.Statustext

<< Click to Display Table of Contents >>

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

ServerXMLHTTPRequest.Statustext

 

Description

 
Represents the HTTP response line status.

 

Syntax

 

s = <ServerXMLHTTPRequest>.Statustext()

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

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

 

Restrictions

 

See also

 

Examples