socks-client ~master (2022-05-15T13:01:33.2974413)
Dub
Repo
Socks5Options
socks
socks5
Undocumented in source.
struct
Socks5Options {
AuthMethod
[]
authMethods
;
string
host
;
ushort
port
;
string
username
;
string
password
;
bool
resolveHost
;
}
Members
Variables
authMethods
AuthMethod
[]
authMethods
;
Undocumented in source.
host
string
host
;
Undocumented in source.
password
string
password
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
resolveHost
bool
resolveHost
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
socks
socks5
aliases
SocksDataReader
SocksDataWriter
SocksHostnameResolver
SocksTCPConnector
enums
AddressType
AuthMethod
AuthStatus
ReplyCode
RequestCmd
isSocksOptions
manifest constants
Socks5Version
structs
IpAddress
Socks5
Socks5Options
Socks5RequestPacket