A class to handle the proxy authentication information.  
 More...
#include <ProxyAuthenticationHandler.h>
A class to handle the proxy authentication information. 
Definition at line 46 of file ProxyAuthenticationHandler.h.
◆ ProxyAuthenticationHandler()
  
  | 
        
          | te::qt::widgets::ProxyAuthenticationHandler::ProxyAuthenticationHandler | ( |  | ) |  |  | default | 
 
 
◆ ~ProxyAuthenticationHandler()
  
  | 
        
          | virtual te::qt::widgets::ProxyAuthenticationHandler::~ProxyAuthenticationHandler | ( |  | ) |  |  | virtualdefault | 
 
 
◆ getAuthentication()
  
  | 
        
          | virtual bool te::qt::widgets::ProxyAuthenticationHandler::getAuthentication | ( | std::string & | userName, |  
          |  |  | std::string & | password |  
          |  | ) |  | const |  | 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 
Implements te::core::ProxyAuthenticationHandler.
 
 
The documentation for this class was generated from the following file: