I have written a winforms client, that connects to a Windows service establishing a connection with XSockets.Net. This is working fine for a direct connection to the internet. But when there is a proxy server, it will fail. As I checked the XSockets API I have not found any settings, that allows me to use a proxy server. Also for the websockets protocol I have not found a sufficient answer.
Any ideas?