Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts105 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/
Dsocksclient.d.ts3 import { SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, SocksClientBound…
159 export { SocksClient, SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, Soc…
/third_party/node/deps/npm/node_modules/socks/
DREADME.md571 remoteHost: SocksRemoteHost;
605 * ```info``` { SocksClientBoundEvent } An object containing a Socket and SocksRemoteHost info.
621 * ```info``` { SocksClientEstablishedEvent } An object containing a Socket and SocksRemoteHost info.