TcpConnection constructor
TcpConnection(
- SocksConnection connection, {
- AuthHandler? authHandler,
- LookupFunction lookup = InternetAddress.lookup,
Implementation
TcpConnection(this.connection, {super.authHandler, super.lookup}) : super(connection) {
absorbConnection(connection);
}