socket property
Socket
get
socket
Getter for the underlying Socket that connects to the SOCKS5 proxy server.
Implementation
Socket get socket => sslEnabled ? _secureSocksSocket : _socksSocket;
Getter for the underlying Socket that connects to the SOCKS5 proxy server.
Socket get socket => sslEnabled ? _secureSocksSocket : _socksSocket;