Home
last modified time | relevance | path

Searched refs:_onClose (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts26 private _onClose; property in SocksClient
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js202 this._onClose = () => this.onClose(); function
219 this._socket.once('close', this._onClose);
350 this._socket.removeListener('close', this._onClose);