Home
last modified time | relevance | path

Searched refs:createConnectionChain (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts48 …static createConnectionChain(options: SocksClientChainOptions, callback?: Function): Promise<Socks…
/third_party/node/deps/npm/node_modules/socks/
DREADME.md123 const info = await SocksClient.createConnectionChain(options);
164 SocksClient.createConnectionChain(options)
206 SocksClient.createConnectionChain(options, (err, info) => {
388 …* [Class Method: SocksClient.createConnectionChain(options[, callback])](#class-method-socksclient…
401 …w control using two static factory functions createConnection and createConnectionChain. It also i…
512 ### Class Method: SocksClient.createConnectionChain(options[, callback])
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js75 static createConnectionChain(options, callback) { method in SocksClient