TCPIP_HTTP_CurrentConnectionIndexGet Function

C

int TCPIP_HTTP_CurrentConnectionIndexGet(
    HTTP_CONN_HANDLE connHandle
);

Description

This function will return the index of the requested HTTP connection.

Preconditions

None.

Parameters

ParametersDescription
connHandleThe HTTP connection handle.

Returns

  • The connection index.

Remarks

None.

Example

int connIx;

connIx = TCPIP_HTTP_CurrentConnectionIndexGet(connHandle);