function connect
Jump to headingconnect(options: NetConnectOpts,connectionListener?: () => void,): SocketAliases to createConnection.
Possible signatures:
Parameters Jump to heading
Jump to headingoptions: NetConnectOptsoptional
Jump to headingconnectionListener: () => voidReturn Type Jump to heading
Jump to headingconnect(port: number,host?: string,connectionListener?: () => void,): SocketParameters Jump to heading
Jump to headingport: numberoptional
Jump to headinghost: stringoptional
Jump to headingconnectionListener: () => voidReturn Type Jump to heading
Jump to headingconnect(path: string,connectionListener?: () => void,): SocketParameters Jump to heading
Jump to headingpath: stringoptional
Jump to headingconnectionListener: () => void