#include <blpapi_socks5config.h>
This class provides a description of Socks5 proxy necessary to reach one or more destination hosts.
See Component blpapi_socks5config
◆ Socks5Config() [1/3]
◆ Socks5Config() [2/3]
◆ Socks5Config() [3/3]
Socks5Config |
( |
const std::string & |
hostName, |
|
|
unsigned short |
port |
|
) |
| |
Constructs a Socks5Config
object using the specified hostName
and the specified port
. Exception is thrown if an empty hostName
is provided.
◆ ~Socks5Config()
◆ operator=()
◆ print()
std::ostream & print |
( |
std::ostream & |
stream, |
|
|
int |
indentLevel = 0 , |
|
|
int |
spacesPerLevel = 4 |
|
) |
| const |
The documentation for this class was generated from the following file: