socks5d v0.0.2 (2017-08-07T18:08:38Z)
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.
Meta
Source
See Implementation
socks5d
packets
classes
AuthPacket
AuthStatusPacket
IncomingPacket
MethodIdentificationPacket
MethodSelectionPacket
OutgoingPacket
RequestException
RequestPacket
ResponsePacket
Socks5Packet
SocksException
enums
AddressType
AuthMethod
ReplyCode
RequestCmd
functions
printFields