nn::http::Connection::Initialize Member Functionnn::Result Initialize( const char * pUrl, RequestMethod method = REQUEST_METHOD_GET, bool isUseDefaultProxy = true );
| Name | Description | |
|---|---|---|
| in | pUrl | URL string for host to communicate with. |
| in | method | HTTP request method (if unspecified, nn::http::REQUEST_METHOD_GET is used by default).) |
| in | isUseDefaultProxy | Specifies whether to use the default proxy settings that are configured for the device. (Specify true to use the default proxy settings. If unspecified, this value will default to true.) |
Initializes a Connection, and assigns a URL and method to it.
CONFIDENTIAL