LInetHttp::Disconnect

#include "ltwrappr.h"

L_VOID LInetHttp::Disconnect(L_VOID)

Disconnects a connection with an HTTP server.

Returns

None

Comments

Calling this function also closes any open request.

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::LInetHttp, LInetHttp::Connect, Class Members

Topics:

HTTP Functions: Connect / Disconnect Operations

 

How to Program with the LInetHttp Class

Example

For an example refer to LInetHttp::Connect.