Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Web
PacResolver.h
1
#pragma once
2
3
#include "Web.h"
4
#include "IPacResolver.h"
5
#include "Types.h"
6
7
namespace
Eegeo
8
{
9
namespace
Web
10
{
11
class
PacResolver
:
public
IPacResolver
,
private
Eegeo::NonCopyable
12
{
13
public
:
14
PacResolver
(
IProxyAutoConfigRunner
& pacRunner);
15
const
UrlProxySettings
GetProxySettingsForUrl(
const
std::string& url)
const override
;
16
bool
LoadPacConfig(
const
std::string& url)
const override
;
17
bool
AutodetectPacConfig()
const override
;
18
19
private
:
20
IProxyAutoConfigRunner
& m_pacRunner;
21
22
const
bool
CheckParsePacResponseForDirectConnection(
const
std::string& pacResponse)
const
;
23
const
bool
TryCheckParsePacResponseForValidProxyInfo(
const
std::string& pacResponse, std::string& outProxyIp,
int
& outProxyPort)
const
;
24
};
25
}
26
}
Generated on Sat Jun 10 2023 02:00:35 for eeGeo Platform SDK by
1.8.3.1