#include <socks.hpp>
Public Member Functions | |
socks_response_t (uint8_t response_code_, const std::string &address_, uint16_t port_) | |
Public Attributes | |
std::string | address |
uint16_t | port |
uint8_t | response_code |
zmq::socks_response_t::socks_response_t | ( | uint8_t | response_code_, |
const std::string & | address_, | ||
uint16_t | port_ | ||
) |
std::string zmq::socks_response_t::address |