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
Parameters | Description |
---|---|
connHandle | HTTP connection handle. |
Returns
A HTTP_STATUS value.
Remarks
None.
Example
HTTP_STATUS currStat = TCPIP_HTTP_CurrentConnectionStatusGet(connHandle);