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