nnhttpConnectionSetProxy FunctionNN_EXTERN_C nnResult nnhttpConnectionSetProxy( nnhttpConnection * this_, const char * pProxyName, u16 port, const char * pUserName, const char * pPassword );
| Name | Description | |
|---|---|---|
| this_ | ||
| pProxyName | ||
| port | ||
| pUserName | ||
| pPassword |
See the corresponding C++ function nn::http::Connection::SetProxy.
CONFIDENTIAL