|
Mantid
|
NetworkProxy : Network proxy utility for getting network proxy information. More...
#include <NetworkProxy.h>
Public Member Functions | |
| ProxyInfo | getHttpProxy (const std::string &targetURLString) |
| Get http proxy information. More... | |
| NetworkProxy () | |
| Constructor. More... | |
| virtual | ~NetworkProxy ()=default |
| Destructor. More... | |
Private Attributes | |
| Mantid::Kernel::Logger | m_logger |
| Logger object. More... | |
NetworkProxy : Network proxy utility for getting network proxy information.
Definition at line 18 of file NetworkProxy.h.
| Mantid::Kernel::NetworkProxy::NetworkProxy | ( | ) |
Constructor.
Definition at line 15 of file NetworkProxyLinux.cpp.
|
virtualdefault |
Destructor.
| ProxyInfo Mantid::Kernel::NetworkProxy::getHttpProxy | ( | const std::string & | targetURLString | ) |
Get http proxy information.
Definition at line 17 of file NetworkProxyLinux.cpp.
Referenced by Mantid::Kernel::ConfigServiceImpl::getProxy().
|
private |
Logger object.
Definition at line 31 of file NetworkProxy.h.