#include <socks.hpp>
Public Member Functions | |
socks_request_t (uint8_t command_, std::string hostname_, uint16_t port_) | |
Public Attributes | |
const uint8_t | command |
const std::string | hostname |
const uint16_t | port |
zmq::socks_request_t::socks_request_t | ( | uint8_t | command_, |
std::string | hostname_, | ||
uint16_t | port_ | ||
) |
const std::string zmq::socks_request_t::hostname |