nnhttpConnectionGetHeaderAll Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionGetHeaderAll(
     const nnhttpConnection * this_,
     char * pHeaderBuf,
     size_t bufSize,
     size_t * pLengthCourier
);

Arguments

Name Description
this_
pHeaderBuf
bufSize
pLengthCourier

Return Values

Description

See the corresponding C++ function nn::http::Connection::GetHeaderAll.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL