nn::http::Connection::Connection Constructor

Syntax

explicit Connection(
     const char * pUrl,
     RequestMethod method = REQUEST_METHOD_GET,
     bool isUseDefaultProxy = true
);

Arguments

Name Description
pUrl
method
isUseDefaultProxy

Description

Constructor.

Constructor that performs initialization. Internally calls the Initialize function. (No need to call Initialize separately. ) The arguments to this function are the same as those to Initialize. See Initialize for definitions of the arguments.


CONFIDENTIAL