TCPIP_HTTP_CurrentConnectionUploadBufferEndGet Function
C
const void* TCPIP_HTTP_CurrentConnectionUploadBufferEndGet(
HTTP_CONN_HANDLE connHandle
);
Description
This function will return the end address of current connection upload buffer.
Preconditions
None.
Parameters
| Parameters | Description |
|---|---|
| connHandle | HTTP connection handle. |
Returns
- The end address of current connection upload buffer.
Remarks
None.
