tcpConnectSocks5h
function tcpConnectSocks5h( host, port, proxy,options?): Promise<RpcClient>;Defined in: src/client/socks5h.ts:301
Connect the raw Arrow/TCP client through SOCKS5h.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
host |
string |
port |
number |
proxy |
string |
options |
Socks5hTcpConnectOptions |
Returns
Section titled “Returns”Promise<RpcClient>
