InetHttpConnect method (LEADRasterHTTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetHttpConnect(BSTR pszServer, long nPort, BSTR pszUserName, BSTR pszPassword);

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

This method establishes a connection with an HTTP Server. To connect anonymously, pass NULL for pszUserName and pszPassword.

See Also

Elements:

InetHttpDisconnect method, InetHttpCloseRequest method

Topics:

Working with HTTP: HTTP Connections