nn::boss::TakeActionBase::AddHeaderField Member Function

Syntax

nn::Result AddHeaderField(
     const char * pLabel,
     const char * pValue
);

Arguments

Name Description
in pLabel Specifies the header name.
in pValue Specifies the header value.

Return Values

Returns the result of the operation.

Description

Adds header fields to the HTTP header.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL