BLPAPI C++ 3.25.10
Loading...
Searching...
No Matches
blpapi_socks5config.h File Reference

Provide description of Socks5 proxy. More...

#include <blpapi_call.h>
#include <blpapi_defs.h>
#include <blpapi_exception.h>
#include <blpapi_streamproxy.h>
#include <blpapi_types.h>
#include <algorithm>
#include <string>

Go to the source code of this file.

Classes

class  Socks5Config
 

Namespaces

namespace  BloombergLP
 
namespace  BloombergLP::blpapi
 

Functions

BLPAPI_EXPORT blpapi_Socks5Config_tblpapi_Socks5Config_create (const char *hostname, size_t hostname_size, unsigned short port)
 
BLPAPI_EXPORT int blpapi_Socks5Config_copy (blpapi_Socks5Config_t **socks5Config, blpapi_Socks5Config_t *srcSocks5Config)
 
BLPAPI_EXPORT void blpapi_Socks5Config_destroy (blpapi_Socks5Config_t *socks5Config)
 
BLPAPI_EXPORT int blpapi_Socks5Config_print (blpapi_Socks5Config_t *socks5Config, blpapi_StreamWriter_t streamWriter, void *userStream, int indentLevel, int spacesPerLevel)
 
std::ostream & operator<< (std::ostream &stream, const Socks5Config &socks5Config)
 

Detailed Description

Provide description of Socks5 proxy.

Function Documentation

◆ blpapi_Socks5Config_copy()

BLPAPI_EXPORT int blpapi_Socks5Config_copy ( blpapi_Socks5Config_t **  socks5Config,
blpapi_Socks5Config_t srcSocks5Config 
)

◆ blpapi_Socks5Config_create()

BLPAPI_EXPORT blpapi_Socks5Config_t * blpapi_Socks5Config_create ( const char *  hostname,
size_t  hostname_size,
unsigned short  port 
)

◆ blpapi_Socks5Config_destroy()

BLPAPI_EXPORT void blpapi_Socks5Config_destroy ( blpapi_Socks5Config_t socks5Config)

◆ blpapi_Socks5Config_print()

BLPAPI_EXPORT int blpapi_Socks5Config_print ( blpapi_Socks5Config_t socks5Config,
blpapi_StreamWriter_t  streamWriter,
void *  userStream,
int  indentLevel,
int  spacesPerLevel 
)