Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts28 private _onConnect; property in SocksClient
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js204 this._onConnect = () => this.onConnect(); function
221 this._socket.once('connect', this._onConnect);