OpenVPN 3 Core Library
Loading...
Searching...
No Matches
SetProxyHTTPS Struct Referencefinal
Inheritance diagram for SetProxyHTTPS:
[legend]
Collaboration diagram for SetProxyHTTPS:
[legend]

Public Member Functions

 SetProxyHTTPS ()
 
auto apply (TunBuilderCaptureModel &model) const -> void override
 
auto run (const TunBuilderCaptureModel &model, TunBuilderCapture &sut) const -> void override
 
auto show (std::ostream &os) const -> void override
 

Public Attributes

std::string host
 
int port {0}
 

Detailed Description

Definition at line 1523 of file test_capture.cpp.

Constructor & Destructor Documentation

◆ SetProxyHTTPS()

SetProxyHTTPS::SetProxyHTTPS ( )
inlineexplicit

Definition at line 1528 of file test_capture.cpp.

Member Function Documentation

◆ apply()

auto SetProxyHTTPS::apply ( TunBuilderCaptureModel &  model) const -> void
inlineoverride

Definition at line 1533 of file test_capture.cpp.

◆ run()

auto SetProxyHTTPS::run ( const TunBuilderCaptureModel &  model,
TunBuilderCapture sut 
) const -> void
inlineoverride

Definition at line 1539 of file test_capture.cpp.

◆ show()

auto SetProxyHTTPS::show ( std::ostream &  os) const -> void
inlineoverride

Definition at line 1546 of file test_capture.cpp.

Member Data Documentation

◆ host

std::string SetProxyHTTPS::host

Definition at line 1525 of file test_capture.cpp.

◆ port

int SetProxyHTTPS::port {0}

Definition at line 1526 of file test_capture.cpp.


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