TCPIP_HTTP_CurrentConnectionStatusGet Function

C

HTTP_STATUS TCPIP_HTTP_CurrentConnectionStatusGet(
    HTTP_CONN_HANDLE connHandle
);

Description

This function returns the current HTTP status of the selected HTTP connection.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

A HTTP_STATUS value.

Remarks

None.

Example

HTTP_STATUS currStat =  TCPIP_HTTP_CurrentConnectionStatusGet(connHandle);