We have 2 software's (Server and client) that communicate using TCP client. One of our customers is working trough proxy and therefore can't use our client.
Is there a way to open a TCP client trough proxy in C#?
Please note, HTTP proxy is not good enough since our server is not working in that mode.
Thanks in advance