I would like to set up a tunnel to a socks5 proxy server, which is similar to the following command.
ssh -N -D 8888 root@remote.server
I already has a socks5 server run at remote.server:22(example). I need to get other web page by C# through that proxy server. How can I do this by Rebex?
It seems like the function of Rebex.Net.ProxySocket class, does it has sample code?
And my socks5 server only support public key authentication method, but ProxySocket seems not.