killing network connection...please help
-
That depends on what you mean by "network connection". Is this a connection in your own app, or some other app? Are you trying to block traffic? Need more details...
Dave Kreskowiak Microsoft MVP - Visual Basic
-
That depends on what you mean by "network connection". Is this a connection in your own app, or some other app? Are you trying to block traffic? Need more details...
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Then no, you can't close it's connection directly. You have no access to the other app's connections. The option you have is to either install your own proxy server, so your app connects to it and the proxy connects to your apps server, or write your own proxy server. In either case, you can break the connection, and even filter traffic, because you now have a "man-in-the-middle" that now controls one end of the connection.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Then no, you can't close it's connection directly. You have no access to the other app's connections. The option you have is to either install your own proxy server, so your app connects to it and the proxy connects to your apps server, or write your own proxy server. In either case, you can break the connection, and even filter traffic, because you now have a "man-in-the-middle" that now controls one end of the connection.
Dave Kreskowiak Microsoft MVP - Visual Basic
If u able to know process ID u can end that process.
-
If u able to know process ID u can end that process.
That's not what his post said he was looking for. That's kind of like killing the patient because he's got a cold.
Dave Kreskowiak Microsoft MVP - Visual Basic