Network Sniffer - Software network packet sniffer & protocol analyzer for Windows
Download Device Monitoring Studio Hide this button

TCP Listener Object

TCP Listener object represents a listening TCP socket and implements the ITcpListener interface. You create an instance of a listener object by calling the INetworkManager.createTcpListener method. To start listening on a socket, call the ITcpListener.listen method. The method returns a promise that, when ready, provides the actual TCP session to use to communicate with a connected party.