Definition at line 385 of file qhttp.cpp.
◆ QHttpSetUserRequest()
QHttpSetUserRequest::QHttpSetUserRequest |
( |
const QString & |
userName, |
|
|
const QString & |
password |
|
) |
| |
|
inline |
◆ destinationDevice()
QIODevice* QHttpSetUserRequest::destinationDevice |
( |
| ) |
|
|
inlinevirtual |
◆ sourceDevice()
QIODevice* QHttpSetUserRequest::sourceDevice |
( |
| ) |
|
|
inlinevirtual |
◆ start()
void QHttpSetUserRequest::start |
( |
QHttp * |
http | ) |
|
|
virtual |
Implements QHttpRequest.
Definition at line 404 of file qhttp.cpp.
407 http->d_func()->authenticator.setPassword(
pass);
408 http->d_func()->finishedWithSuccess();
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...
◆ pass
◆ user
The documentation for this class was generated from the following file: