How to contact DHCP server using Qt
-
Hi,
I would like to contact DHCP server to get the PAC file(Proxy Auto Confi file) path so that I can download this pac file to get the proxy IP address info contained inside it.
-
Use "QtNetwork Module":http://qt-project.org/doc/qt-4.8/qtnetwork.html for all network related features. There are also a couple similar discussions at Qt Dev Net.