LInetHttp::CloseRequest

#include "ltwrappr.h"

L_VOID LInetHttp::CloseRequest()

Closes an HTTP request that was opened with LInetHttp::OpenRequest.

Returns

None

Comments

This function should be called after finishing a request.

An open request will also be closed when LInetHttp::Disconnect is called.

Required DLLs and Libraries

LTWEB

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LInetHttp::Disconnect, LInetHttp::OpenRequest, Class Members

Topics:

HTTP Functions: Open / Close Requests

 

How to Program with the LInetHttp Class

Example

For an example, refer to LInetHttp::Connect.