BLPAPI C++ 3.26.5
Loading...
Searching...
No Matches
Socks5Config Class Reference

#include <blpapi_socks5config.h>

Public Member Functions

 Socks5Config ()
 Socks5Config (const Socks5Config &)
Socks5Configoperator= (const Socks5Config &)
 Socks5Config (const std::string &hostName, unsigned short port)
 ~Socks5Config ()
std::ostream & print (std::ostream &stream, int indentLevel, int spacesPerLevel) const

Detailed Description

This class provides a description of Socks5 proxy necessary to reach one or more destination hosts.

See Component blpapi_socks5config

Constructor & Destructor Documentation

◆ Socks5Config() [1/3]

◆ Socks5Config() [2/3]

Socks5Config ( const Socks5Config & socks5Config)

◆ 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()

Destructor.

Member Function Documentation

◆ operator=()

Socks5Config & operator= ( const Socks5Config & socks5Config)

◆ 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: