Searched refs:createConnectionChain (Results 1 – 3 of 3) sorted by relevance
48 …static createConnectionChain(options: SocksClientChainOptions, callback?: Function): Promise<Socks…
123 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])
75 static createConnectionChain(options, callback) { method in SocksClient