How to get socket ID/handle/descriptor for an already open connection? (.NET,C++,Delphi)
- by AlexRednic
Hello all,
my question is stated in the title. How exactly do I do that?
I have an open connection and I want to "hijack" it and send my custom messages through it. From my understanding that is done with sockets and their handlers.
Any language would do but C#.NET is preferred.
Thank you