InetHttpSendRequest method (ILEADRasterHTTP)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetHttpSendRequest(ILEADRasterVariant * Header, long nHeaderSize, ILEADRasterVariant * Optional, long nOptionalSize);

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

Sends an HTTP request to the HTTP server.

This method can be used to send a request when it is not necessary to send additional data.

See Also

Elements:

InetHttpOpenRequest method, InetHttpSendBitmap method, InetHttpSendData method, InetHttpSendForm method

Topics:

Working with HTTP: Sending Data Over an HTTP Connection