nn::http::Connection::SetProxy Member Function

Syntax

nn::Result SetProxy(
     const char * pProxyName,
     u16 port,
     const char * pUserName,
     const char * pPassword
);

Arguments

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.

Return Values

Returns the processing result.

Description

Sets the proxy server to use for the connection.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL