Home
last modified time | relevance | path

Searched refs:userId (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js397 const userId = this.options.proxy.userId || '';
405 buff.writeStringNT(userId);
413 buff.writeStringNT(userId);
483 if (this.options.proxy.userId || this.options.proxy.password) {
540 const userId = this.options.proxy.userId || '';
544 buff.writeUInt8(Buffer.byteLength(userId));
545 buff.writeString(userId);

Completed in 2 milliseconds