TCPIP_HTTP_CurrentConnectionUploadBufferStartGet Function

C

const void* TCPIP_HTTP_CurrentConnectionUploadBufferStartGet(
    HTTP_CONN_HANDLE connHandle
);

Description

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

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

  • The start address of current connection upload buffer.

Remarks

None.