nn::http::Connection::SetProxy Member Functionnn::Result SetProxy( const char * pProxyName, u16 port, const char * pUserName, const char * pPassword );
| Name | Description | |
|---|---|---|
| in | pProxyName | Host server name of the proxy server. |
| in | port | Port number of the proxy server. |
| in | pUserName | User name for basic authentication by the proxy server. |
| in | pPassword | Password for basic authentication by the proxy server. |
Sets the proxy server to use for the connection.
CONFIDENTIAL