nnhttpConnectionSetLazyPostDataSetting Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionSetLazyPostDataSetting(
     nnhttpConnection * this_,
     nnHttpPostDataType dataType
);

Arguments

Name Description
this_
dataType

Return Values

Description

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

Revision History

2010/01/29
Initial version.

CONFIDENTIAL