Lines Matching refs:host
49 const host = 'localhost';
52 host: host,
54 _agentKey: agent.getName({ port, host })
67 const host = 'localhost';
70 _agentKey: agent.getName({ port, host })
77 // Use port and host and option connect
82 const host = 'localhost';
85 _agentKey: agent.getName({ port, host })
87 const socket = agent.createConnection(port, host, options);
92 // Use port and host and option does not have agentKey
97 const host = 'localhost';
101 const socket = agent.createConnection(port, host, options);
111 const host = 'localhost';
113 const socket = agent.createConnection(port, host, options);
126 const host = 'localhost';
128 const socket = agent.createConnection(port, host, options);
141 const host = 'localhost';
147 const socket = agent.createConnection(port, host, options);