Boost.Socks Logo

PrevUpHomeNext

auth_options

Authentication options for SOCKS5 requests.

Synopsis

Defined in header <boost/socks/auth_options.hpp>

struct auth_options
Types

Name

Description

none

No authentication tag.

userpass

Username/password tag and parameters.

Member Functions

Name

Description

auth_options [constructor]

Constructor.

code

Return the authentication code.

Data Members

Name

Description

is_userpass

pass

user

Description

No authentication (0x00) and username/password (0x02) are supported.

References

Convenience header <boost/socks.hpp>


PrevUpHomeNext