cHTTP_Client constructor

<< Click to Display Table of Contents >>

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

cHTTP_Client constructor

 

Description

 

Instantiate a new ServerXMLHTTPRequest Object variable.

 

Syntax

 

'---Declare a new pConnection variable

Dim oHTTP As cHTTP_Client

'---Instantiate it as new connection

oHTTP = New cHTTP_Client

 

Alternative declaration in one single line using ... As New ...

 

'---Declare a new ServerXMLHTTPRequest variable and instantiate it

Dim oHTTP As New cHTTP_Client

 

Returns

 

None.

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples