#include <ProxyAuthenticationHandler.h>
◆ ProxyAuthenticationHandler()
| te::core::ProxyAuthenticationHandler::ProxyAuthenticationHandler |
( |
| ) |
|
|
default |
◆ ~ProxyAuthenticationHandler()
| virtual te::core::ProxyAuthenticationHandler::~ProxyAuthenticationHandler |
( |
| ) |
|
|
virtualdefault |
◆ getAuthentication()
| virtual bool te::core::ProxyAuthenticationHandler::getAuthentication |
( |
std::string & |
userName, |
|
|
std::string & |
password |
|
) |
| const |
|
pure virtual |
Gets the current proxy authentication information.
- Parameters
-
| userName | (output) The user name to be used in the proxy authentication |
| password | (output) The password to be used in the proxy authentication |
- Returns
- TRUE if both parameters had been successfully retrived. FALSE otherwise
Implemented in te::qt::widgets::ProxyAuthenticationHandler.
The documentation for this class was generated from the following file: