Searched refs:SocksRemoteHost (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/npm/node_modules/socks/typings/common/ |
D | constants.d.ts | 105 interface SocksRemoteHost { interface 114 destination: SocksRemoteHost; 126 destination: SocksRemoteHost; 133 remoteHost?: SocksRemoteHost; 138 remoteHost: SocksRemoteHost; 141 …5Auth, Socks5HostType, Socks5Response, SocksClientState, SocksProxy, SocksRemoteHost, SocksCommand…
|
/third_party/node/deps/npm/node_modules/socks/typings/client/ |
D | socksclient.d.ts | 3 import { SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, SocksClientBound… 159 export { SocksClient, SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, Soc…
|
/third_party/node/deps/npm/node_modules/socks/ |
D | README.md | 571 remoteHost: SocksRemoteHost; 605 * ```info``` { SocksClientBoundEvent } An object containing a Socket and SocksRemoteHost info. 621 * ```info``` { SocksClientEstablishedEvent } An object containing a Socket and SocksRemoteHost info.
|