Searched refs:SocksClientBoundEvent (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/npm/node_modules/socks/typings/client/ |
D | socksclient.d.ts | 3 …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/ |
D | constants.d.ts | 135 declare type SocksClientBoundEvent = SocksClientEstablishedEvent; alias 141 …entOptions, SocksClientChainOptions, SocksClientEstablishedEvent, SocksClientBoundEvent, SocksUDPF…
|
/third_party/node/deps/npm/node_modules/socks/ |
D | README.md | 605 * ```info``` { SocksClientBoundEvent } An object containing a Socket and SocksRemoteHost info. 609 **SocksClientBoundEvent**
|