Skip to content

tcpConnectSocks5h

function tcpConnectSocks5h(
host,
port,
proxy,
options?): Promise<RpcClient>;

Defined in: src/client/socks5h.ts:301

Connect the raw Arrow/TCP client through SOCKS5h.

Parameter Type
host string
port number
proxy string
options Socks5hTcpConnectOptions

Promise<RpcClient>