nn::boss::TaskActionBase::SetHttpProperty Member Functionprotected: nn::Result SetHttpProperty( PropertyType type, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| in | type | Specifies the property identifier. |
| in | pValue | Specifies the value. |
| in | size | Specifies the value size. |
Sets a property value in 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
ACTION_LAST_MODIFIED_TIME lastModified[MAX_LASTMODIFIED_LENGTH]
CONFIDENTIAL