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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top