KIO::DavJob Class

Header: #include <DavJob>
CMake: find_package(KF6 REQUIRED COMPONENTS KIO)
target_link_libraries(mytarget PRIVATE KF6::KIOCore)
Inherits: KIO::TransferJob

Public Functions

QByteArray responseData() const

Detailed Description

@class KIO::DavJob davjob.h <KIO/DavJob>

The transfer job pumps data into and/or out of a KIO worker. Data is sent to the worker on request of the worker ( dataReq). If data coming from the worker can not be handled, the reading of data from the worker should be suspended. @see KIO::davPropFind() @see KIO::davPropPatch() @see KIO::davSearch()

Member Function Documentation

QByteArray DavJob::responseData() const

Returns the reponse data. @since 5.86