TCP Socket Listening
-
I am trying to create an application that simply starts listening on a specific port number on the local machine, and writes all data received to a text box on the form. There will be a 3rd party application that is sending data th my IP address on a specific port number. From what ive been reading, maybe I should use a TCPListener but Im not sure where to start. Any help would be appreciated. Thanks.
-
I am trying to create an application that simply starts listening on a specific port number on the local machine, and writes all data received to a text box on the form. There will be a 3rd party application that is sending data th my IP address on a specific port number. From what ive been reading, maybe I should use a TCPListener but Im not sure where to start. Any help would be appreciated. Thanks.