cHTTP_Client.Statustext

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > HTTP > HTTP Module Classes > cHTTP_Client >

cHTTP_Client.Statustext

 

Description

 
Represents the HTTP response line status.

 

Syntax

 

s = <cHTTP_Client>.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