Socks5hTcpConnectOptions
Defined in: src/client/types.ts:88
Options for the Node-only tcpConnectSocks5h constructor.
Extends
Section titled “Extends”Properties
Section titled “Properties”connectTimeoutMs?
Section titled “connectTimeoutMs?”optional connectTimeoutMs?: number;Defined in: src/client/types.ts:90
One deadline for proxy TCP setup and the complete SOCKS5 negotiation. Default: 5000 ms.
externalLocation?
Section titled “externalLocation?”optional externalLocation?: ExternalLocationConfig;Defined in: src/client/types.ts:76
External storage config for resolving externalized batches.
Inherited from
Section titled “Inherited from”TcpConnectOptions.externalLocation
onLog?
Section titled “onLog?”optional onLog?: (msg) => void;Defined in: src/client/types.ts:74
Callback invoked for each log/error message the server emits during a request.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
msg |
LogMessage |
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”signal?
Section titled “signal?”optional signal?: AbortSignal;Defined in: src/client/types.ts:92
Cancels proxy setup and negotiation.
