nn::boss::TaskActionBase::GetHttpProperty Member Functionprotected: nn::Result GetHttpProperty( PropertyType type, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| in | type | Specifies the property identifier. |
| out | pValue | Specifies the value. |
| in | size | Specifies the value size. |
Gets a property value from the class. Can be used for the following properties.
Identifier typeACTION_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
CONFIDENTIAL