How to get process name based on port number

780 Views Asked by At

How can I get all the processes name (applications) based on the IP address and/or port? I am using C# and I'm getting all the TCP/UDP connections using sharppcap library and I want to know which applications uses those connections.

Thank you!

0

There are 0 best solutions below