Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts3 …entOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, SocksClientBoundEvent, SocksClie…
8 on(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this;
12 once(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this;
16 emit(event: 'bound', info: SocksClientBoundEvent): boolean;
/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts135 declare type SocksClientBoundEvent = SocksClientEstablishedEvent; alias
141 …entOptions, SocksClientChainOptions, SocksClientEstablishedEvent, SocksClientBoundEvent, SocksUDPF…
/third_party/node/deps/npm/node_modules/socks/
DREADME.md605 * ```info``` { SocksClientBoundEvent } An object containing a Socket and SocksRemoteHost info.
609 **SocksClientBoundEvent**