TcpConnection constructor

TcpConnection(
  1. SocksConnection connection, {
  2. AuthHandler? authHandler,
  3. LookupFunction lookup = InternetAddress.lookup,
})

Implementation

TcpConnection(this.connection, {super.authHandler, super.lookup}) : super(connection) {
  absorbConnection(connection);
}