6

How to find all tcp connections opened by specific application, maybe by process id or smth. like this? I use C#

Konerak
  • 39,272
  • 12
  • 98
  • 118
Kracken
  • 662
  • 1
  • 11
  • 27
  • Check out if this helps: http://stackoverflow.com/questions/5400610/how-to-get-the-number-of-open-tcp-connections-held-by-a-certain-process-in-net – Bharath K Aug 22 '11 at 09:38

1 Answers1

7

This project can help you :Getting active TCP/UDP connections

Michaël
  • 6,676
  • 3
  • 36
  • 55