nn::http::Connection::Connection Constructor
explicit Connection(
void
);
explicit Connection(
const char * pUrl,
RequestMethod method = REQUEST_METHOD_GET,
bool isUseDefaultProxy = true
);
| Connection ( void ) | Constructor. |
| Connection ( const char *, RequestMethod, bool ) | Constructor. |
Connection(void)Constructor that does not perform initialization.
You must call Initialize separately.
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