Hi,
I have a windows service, which is using a .dll. This dll has methods to create sockets and also it has the count of the socket already created.
I had created another web application and from there, I want to access the objects created by the windows services, and also I want full control on that, means I can stop the socket already opened from the windows application.
Thanks.