TCPIP_HTTP_CurrentConnectionUploadBufferCurrGet Function

C

const void* TCPIP_HTTP_CurrentConnectionUploadBufferCurrGet(
    HTTP_CONN_HANDLE connHandle
);

Description

This function will return the current address of current connection upload buffer.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

  • The current address of current connection upload buffer.

Remarks

None.