Do anyone have any idea on how to implement a software to close/terminate a TCP connection of other application (Just like what we can do in TCPVIEW sofware) IN VB.net?
Printable View
Do anyone have any idea on how to implement a software to close/terminate a TCP connection of other application (Just like what we can do in TCPVIEW sofware) IN VB.net?
What is the other application and why do you need to close its connection?
I am hosting a 3rd party server software and i wanted to add another top layer of software to act as authentication server. As such, my authentication layer must have an ability to terminate the connection to the 3rd party server that i host.