nn::boss::TaskActionBase::GetHttpProperty Member Function

Syntax

protected:
nn::Result GetHttpProperty(
     PropertyType type,
     void * pValue,
     size_t size
);

Arguments

Name Description
in type Specifies the property identifier.
out pValue Specifies the value.
in size Specifies the value size.

Return Values

Returns the result of the operation.

Description

Gets a property value from the class. Can be used for the following properties.
Identifier type
ACTION_HTTP_HEADER struct httpRequestHeader[MAX_HTTP_HEADER]
ACTION_CLIENT_CERT nn::http::InternalClientCertId clientCert[MAX_CLIENT_CERT]
ACTION_ROOT_CA nn::http::InternalCaCertId rootCA[MAX_ROOT_CA]
ACTION_AP_INFO ApInfoType
ACTION_PRIVATE_ROOT_CA u8
ACTION_PRIVATE_CLIENT_CERT u8

Revision History

2010/09/16
Initial version.

CONFIDENTIAL