socks.socks5

Undocumented in source.

Members

Aliases

SocksDataReader
alias SocksDataReader = void delegate(ubyte[] data)
Undocumented in source.
SocksDataWriter
alias SocksDataWriter = void delegate(in ubyte[])
Undocumented in source.
SocksHostnameResolver
alias SocksHostnameResolver = string function(in string hostname)
Undocumented in source.
SocksTCPConnector
alias SocksTCPConnector = bool delegate(in string host, in ushort port)
Undocumented in source.

Enums

AddressType
enum AddressType
Undocumented in source.
AuthMethod
enum AuthMethod
Undocumented in source.
AuthStatus
enum AuthStatus
Undocumented in source.
ReplyCode
enum ReplyCode
Undocumented in source.
RequestCmd
enum RequestCmd
Undocumented in source.
isSocksOptions
eponymoustemplate isSocksOptions(T)
Undocumented in source.

Manifest constants

Socks5Version
enum Socks5Version;
Undocumented in source.

Structs

IpAddress
struct IpAddress

IP4 or IP6 address representation

Socks5
struct Socks5
Undocumented in source.
Socks5Options
struct Socks5Options
Undocumented in source.
Socks5RequestPacket
struct Socks5RequestPacket
Undocumented in source.

Meta