PDA

View Full Version : SOCKSv4 and QT 4.6.x



memus
1st May 2010, 20:25
Hi there,
I need to find out how to check is host support SOCKSv4/SOCKSv5 proxy connections.
For SOCKSv5 i can do that:

proxy.setType(QNetworkProxy::Socks5Proxy);
but how about SOCKSv4?

any ideas?

Thanks for reply.