WebProxy class
#include <IO/WebRequest.h>
Describes the proxy settings to be used by the session.
Public types
Public static functions
-
static auto FromURL(Containers::
StringView url) -> WebProxy - Creates proxy settings from the specified URL.
- static auto Disable() -> WebProxy
- Creates proxy settings to disable proxy even if one is configured.
- static auto Default() -> WebProxy
- Creates default proxy settings.
Public functions
- auto GetType() const -> Type
- Returns proxy type.
-
auto GetURL() const -> Containers::
StringView - Returns proxy URL if Type::
URL is selected.