1.2.1.13.38 TCPIP_HTTP_NET_ConnectionStatusGet Function

C

TCPIP_HTTP_NET_STATUS TCPIP_HTTP_NET_ConnectionStatusGet(
    TCPIP_HTTP_NET_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 TCPIP_HTTP_NET_STATUS value.

Remarks

None.

Example

TCPIP_HTTP_NET_STATUS currStat =  TCPIP_HTTP_NET_ConnectionStatusGet(connHandle);