nn::http::Connection::Connection Constructor
explicit Connection(
const char * pUrl,
RequestMethod method = REQUEST_METHOD_GET,
bool isUseDefaultProxy = true
);
| Name | Description | |
|---|---|---|
| pUrl | ||
| method | ||
| isUseDefaultProxy |
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