OpenVPN
Data Fields
http_proxy_info Struct Reference

#include <proxy.h>

Collaboration diagram for http_proxy_info:
Collaboration graph
[legend]

Data Fields

bool defined
 
int auth_method
 
struct http_proxy_options options
 
struct user_pass up
 
char * proxy_authenticate
 
bool queried_creds
 

Detailed Description

Definition at line 68 of file proxy.h.

Field Documentation

◆ auth_method

int http_proxy_info::auth_method

Definition at line 70 of file proxy.h.

Referenced by establish_http_proxy_passthru(), and http_proxy_new().

◆ defined

bool http_proxy_info::defined

Definition at line 69 of file proxy.h.

Referenced by http_proxy_new().

◆ options

struct http_proxy_options http_proxy_info::options

◆ proxy_authenticate

char* http_proxy_info::proxy_authenticate

Definition at line 73 of file proxy.h.

Referenced by establish_http_proxy_passthru(), and store_proxy_authenticate().

◆ queried_creds

bool http_proxy_info::queried_creds

Definition at line 74 of file proxy.h.

Referenced by establish_http_proxy_passthru(), and get_user_pass_http().

◆ up

struct user_pass http_proxy_info::up

The documentation for this struct was generated from the following file: