TCPIP_HTTP_NET_ConnectionIndexGet Function

C

int TCPIP_HTTP_NET_ConnectionIndexGet(
    TCPIP_HTTP_NET_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_NET_ConnectionIndexGet(connHandle);