Capture VNC server packets and transfer to and fro to routing server using C#.net
- by Renuka
We are using Tight VNC server in our project for screen sharing, due to some security constraints we cannot directly install Tight VNC server on clients machine. So through .net windows applicaton we are invoking Tight VNC. Now this windows application should capture the screens(packets) that VNC server passes to VNC client and transfer them to and fro to routing server, routing server will inturn transfers these packets to VNC client, which is on another network.
Is there any way that VNC server packets are caputured through .Net.