C# Sockets and Proxy Servers
        Posted  
        
            by Tristan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tristan
        
        
        
        Published on 2010-03-23T00:22:50Z
        Indexed on 
            2010/03/23
            3:11 UTC
        
        
        Read the original article
        Hit count: 724
        
Hi Guys,
I'm trying to make some source code for a library I downloaded work with a proxy server. The library uses sockets to connect to a server but if the client using the library is behind a proxy server it can't connect.
Does anyone know how I can modify the socket to be able to connect to the server through a proxy server?
I really want to just do this with the sockets in the library without having to change too much code to use WebRequest or something similar
Cheers
-Tristan
© Stack Overflow or respective owner