socks5d v0.0.2 (2017-08-07T18:08:38Z)
Dub
Repo
MethodSelectionPacket
socks5d
packets
Undocumented in source.
class
MethodSelectionPacket :
OutgoingPacket
{
ubyte
method
;
void
send
(Socket s);
}
Members
Functions
send
void
send
(Socket s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
method
ubyte
method
;
Undocumented in source.
Inherited Members
From OutgoingPacket
send
void
send
(Socket s)
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