InetHttpSendForm method (LEADRasterHTTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetHttpSendForm();

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

Sends a form to an HTTP Server.

This method allows you to simulate submitting a form to an Internet browser. You do not need an Internet browser to use this method.

Prior to calling InetHttpSendForm, you should allocate and fill and array of Name/Value pairs using the InetHttpFormValueCount and InetHttpFormValues properties.

See Also

Elements:

InetHttpFormValueCount property, InetHttpFormValues property, InetHttpSendBitmap method, InetHttpSendData method, InetHttpSendRequest method

Topics:

Working with HTTP: Sending Data Over an HTTP Connection