socks5d ~master (2019-03-03T23:36:27Z)
Dub
Repo
RequestException
socks5d
packets
Undocumented in source.
class
RequestException :
SocksException
{
ReplyCode
replyCode
;
this
(ReplyCode replyCode, string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(ReplyCode replyCode, string msg, string file, size_t line, Throwable next)
Undocumented in source.
Members
Variables
replyCode
ReplyCode
replyCode
;
Undocumented in source.
Inherited Members
From SocksException
__anonymous
mixin
basicExceptionCtors
Meta
Source
See Implementation
socks5d
packets
classes
AuthException
RequestException
SocksException
enums
AddressType
AuthMethod
AuthStatus
ReplyCode
RequestCmd
functions
printFields
mixin templates
Socks5IncomingPacket
Socks5OutgoingPacket
Socks5Packet
structs
RequestPacket
ResponsePacket
variables
isSocks5IncomingPacket
isSocks5OutgoingPacket