QNetworkCookie
#include <QtNetwork/QNetworkCookie>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNetworkCookie
Overview
Public Types Index
enum RawForm |
Public Functions Index
QNetworkCookie (const QByteArray &name=QByteArray(), const QByteArray &value=QByteArray()) | |
QNetworkCookie (const QNetworkCookie &other) | |
~QNetworkCookie () | |
QString | domain () const |
QDateTime | expirationDate () const |
bool | isHttpOnly () const |
bool | isSecure () const |
bool | isSessionCookie () const |
QByteArray | name () const |
bool | operator!= (const QNetworkCookie &other) const |
QNetworkCookie & | operator= (const QNetworkCookie &other) |
bool | operator== (const QNetworkCookie &other) const |
QString | path () const |
void | setDomain (const QString &domain) |
void | setExpirationDate (const QDateTime &date) |
void | setHttpOnly (bool enable) |
void | setName (const QByteArray &cookieName) |
void | setPath (const QString &path) |
void | setSecure (bool enable) |
void | setValue (const QByteArray &value) |
QByteArray | toRawForm (RawForm form=Full) const |
QByteArray | value () const |
Static Public Functions Index
QList< QNetworkCookie > | parseCookies (const QByteArray &cookieString) |
Public Types
- NameAndValueOnly
- Full
Public Functions
Destructor.
bool
bool
bool
bool
bool
void
void
void
void
void
void
void
Static Public Functions
© 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