nnhttpSetInternalRootCa Function

Syntax

NN_EXTERN_C nnResult nnhttpSetInternalRootCa(
     nnhttpConnection * this_,
     NnHttpInternalCaCertId inCaCertName
);

Arguments

Name Description
this_
inCaCertName

Return Values

Description

See the corresponding C++ function, nn::http::Connection::SetRootCa.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL