nnhttpSetInternalClientCert Function

Syntax

NN_EXTERN_C nnResult nnhttpSetInternalClientCert(
     nnhttpConnection * this_,
     NnHttpInternalClientCertId inClientCertName
);

Arguments

Name Description
this_
inClientCertName

Return Values

Description

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

Revision History

2010/06/14
Initial version.

CONFIDENTIAL