Lines Matching refs:port
48 const port = server.address().port;
51 port: port,
54 _agentKey: agent.getName({ port, host })
62 // Use port and option connect
66 const port = server.address().port;
70 _agentKey: agent.getName({ port, host })
72 const socket = agent.createConnection(port, options);
77 // Use port and host and option connect
81 const port = server.address().port;
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
96 const port = server.address().port;
101 const socket = agent.createConnection(port, host, options);
110 const port = server.address().port;
113 const socket = agent.createConnection(port, host, options);
125 const port = server.address().port;
128 const socket = agent.createConnection(port, host, options);
140 const port = server.address().port;
143 port: 3000,
147 const socket = agent.createConnection(port, host, options);