nn::http::Connection::Connection Constructor

Syntax

explicit Connection(
     void
);

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

List of Overloaded Member Functions

Connection ( void ) Constructor.
Connection ( const char *, RequestMethod, bool ) Constructor.

Description of Connection(void)

Constructor that does not perform initialization.

You must call Initialize separately.

Description of Connection(const char *, RequestMethod, bool)

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