Definition at line 419 of file qhttp.cpp.
◆ QHttpSetProxyRequest()
QHttpSetProxyRequest::QHttpSetProxyRequest |
( |
const QNetworkProxy & |
proxy | ) |
|
|
inline |
◆ destinationDevice()
QIODevice* QHttpSetProxyRequest::destinationDevice |
( |
| ) |
|
|
inlinevirtual |
◆ sourceDevice()
QIODevice* QHttpSetProxyRequest::sourceDevice |
( |
| ) |
|
|
inlinevirtual |
◆ start()
void QHttpSetProxyRequest::start |
( |
QHttp * |
http | ) |
|
|
inlinevirtual |
Implements QHttpRequest.
Definition at line 427 of file qhttp.cpp.
429 http->d_func()->proxy =
proxy;
432 http->d_func()->proxyAuthenticator.
setUser(user);
435 http->d_func()->proxyAuthenticator.setPassword(password);
436 http->d_func()->finishedWithSuccess();
The QString class provides a Unicode character string.
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
int setUser(const QString &username, const QString &password=QString())
This function sets the user name userName and password password for web pages that require authentica...
QString password() const
Returns the password used for authentication.
QString user() const
Returns the user name used for authentication.
◆ proxy
The documentation for this class was generated from the following file: