|
OpenVPN 3 Core Library
|
#include <winproxy.hpp>
Public Types | |
| typedef RCPtr< WinProxySettings > | Ptr |
Public Types inherited from openvpn::ProxySettings | |
| typedef RCPtr< ProxySettings > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| WinProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
| void | set_proxy (bool del) override |
Public Member Functions inherited from openvpn::ProxySettings | |
| OPENVPN_EXCEPTION (proxy_error) | |
| ProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| RC () noexcept=default | |
| RC (const RC &)=delete | |
| virtual | ~RC ()=default |
| RC & | operator= (const RC &)=delete |
| olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result. | |
Private Member Functions | |
| void | restore_key (Win::Reg::Key ®key, const std::string &key, bool str) |
| void | save_key (Win::Reg::Key ®key, const std::string &key, const std::string &value, bool str) |
Private Attributes | |
| const char * | key_name = "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings" |
| const char * | delete_value_str = "DeleteValue" |
| const DWORD | delete_value_dword = 0xCAFEBABE |
Additional Inherited Members | |
Static Public Member Functions inherited from openvpn::ProxySettings | |
| template<class T > | |
| static void | add_actions (const TunBuilderCapture &settings, ActionList &create, ActionList &destroy) |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Public Attributes inherited from openvpn::ProxySettings | |
| const std::string | sname = "OpenVPNConnect" |
| TunBuilderCapture::ProxyAutoConfigURL | config |
Definition at line 26 of file winproxy.hpp.
Definition at line 29 of file winproxy.hpp.
|
inline |
Definition at line 31 of file winproxy.hpp.
|
inlineprivate |
|
inlineprivate |
|
inlineoverridevirtual |
Implements openvpn::ProxySettings.
Definition at line 36 of file winproxy.hpp.
|
private |
Definition at line 171 of file winproxy.hpp.
|
private |
Definition at line 170 of file winproxy.hpp.
|
private |
Definition at line 169 of file winproxy.hpp.