socket property

Socket socket

Getter for the underlying Socket that connects to the SOCKS5 proxy server.

Implementation

Socket get socket => sslEnabled ? _secureSocksSocket : _socksSocket;