Need to test my TcpListener. What apps are sending data to tcp ports...

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

I need a way to test my TcpListner, but not sure what applications are
sending data to tcp ports. How about Email or Instant Messenger? If they
are tcp, what ports are they sending data to? Any other suggestions?

Also, what port do Http responses target on client machine before being
rendered in browser?

Thanks,
Charlie
 
you could set your application up to listen, and then open a telnet session
to your computer on that port and send it whatever you want.

http responses will send to whatever port you have setup in iis for that web
application.
 
Back
Top