Socks5

Undocumented in source.

Constructors

this
this(SocksDataReader reader, SocksDataWriter writer, SocksTCPConnector connector, SocksHostnameResolver resolver)
Undocumented in source.

Members

Functions

connect
bool connect(Socks5Options options, string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
handshake
AuthMethod handshake(Socks5Options options)
Undocumented in source. Be warned that the author may not have intended to support it.
request
ReplyCode request(string host, ushort port, bool resolveHostname)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

replyCode
ReplyCode replyCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_replyCode
ReplyCode _replyCode;
Undocumented in source.
connector
SocksTCPConnector connector;
Undocumented in source.
reader
SocksDataReader reader;
Undocumented in source.
resolver
SocksHostnameResolver resolver;
Undocumented in source.
writer
SocksDataWriter writer;
Undocumented in source.

Meta