|
Soletta™ Framework
|
struct to represent a network proxy. More...
#include <sol-netctl.h>
Data Fields | |
| uint16_t | api_version |
| API version. More... | |
| sol_ptr_vector | excludes |
| List of host can be accessed directly. More... | |
| enum sol_netctl_proxy_method | method |
| proxy method provided More... | |
| sol_ptr_vector | servers |
| List of proxy URIs when manual method is set. More... | |
| char * | url |
| automatic proxy configuration URL More... | |
struct to represent a network proxy.
This struct contains the necessary information to present a network proxy for user.
| uint16_t sol_netctl_proxy::api_version |
API version.
| sol_ptr_vector sol_netctl_proxy::excludes |
List of host can be accessed directly.
| enum sol_netctl_proxy_method sol_netctl_proxy::method |
proxy method provided
| sol_ptr_vector sol_netctl_proxy::servers |
List of proxy URIs when manual method is set.
| char* sol_netctl_proxy::url |
automatic proxy configuration URL
1.8.6