QNetworkProxy
#include <QtNetwork/QNetworkProxy>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNetworkProxy
Overview
Public Types Index
enum CapabilityTunnelingCapability 0x0001, ListeningCapability 0x0002, UdpTunnelingCapability 0x0004, CachingCapability 0x0008, HostNameLookupCapability 0x0010 | |
enum ProxyTypeDefaultProxy, Socks5Proxy, NoProxy, HttpProxy, HttpCachingProxy, FtpCachingProxy |
Public Functions Index
QNetworkProxy () | |
QNetworkProxy (ProxyType type, const QString &hostName=QString(), quint16 port=0, const QString &user=QString(), const QString &password=QString()) | |
QNetworkProxy (const QNetworkProxy &other) | |
~QNetworkProxy () | |
Capabilities | capabilities () const |
QString | hostName () const |
bool | isCachingProxy () const |
bool | isTransparentProxy () const |
bool | operator!= (const QNetworkProxy &other) const |
QNetworkProxy & | operator= (const QNetworkProxy &other) |
bool | operator== (const QNetworkProxy &other) const |
QString | password () const |
quint16 | port () const |
void | setCapabilities (Capabilities capab) |
void | setHostName (const QString &hostName) |
void | setPassword (const QString &password) |
void | setPort (quint16 port) |
void | setType (QNetworkProxy::ProxyType type) |
void | setUser (const QString &userName) |
QNetworkProxy::ProxyType | type () const |
QString | user () const |
Static Public Functions Index
QNetworkProxy | applicationProxy () |
void | setApplicationProxy (const QNetworkProxy &proxy) |
Public Types
- TunnelingCapability 0x0001
- ListeningCapability 0x0002
- UdpTunnelingCapability 0x0004
- CachingCapability 0x0008
- HostNameLookupCapability 0x0010
- DefaultProxy
- Socks5Proxy
- NoProxy
- HttpProxy
- HttpCachingProxy
- FtpCachingProxy
Public Functions
Destructor.
Capabilities
bool
bool
bool
bool
quint16
void
void
void
void
void
void
QNetworkProxy::ProxyType
Static Public Functions
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy