nn::http::Connection::AddHeaderField Member Function

Syntax

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

Arguments

Name Description
in pLabel Label name of the field.
in pValue Content of the field.

Return Values

Returns the processing result.

Description

Adds a field to the message header to be sent through an HTTP request.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL