17#ifndef WSDISCOVERYCLIENT_H
18#define WSDISCOVERYCLIENT_H
20#include "wsdiscoveryclient_export.h"
80 void sendProbe(
const QList<KDQName>& typeList,
const QList<QUrl> &scopeList);
91 void receivedMessage(
const KDSoapMessage& replyMessage,
const KDSoapHeaders& replyHeaders,
const QHostAddress& senderAddress, quint16 senderPort);
94 KDSoapUdpClient * m_soapUdpClient;
WSDiscoveryClient is a low-level helper for sending and receiving WS-Discovery messages.
Definition: wsdiscoveryclient.h:41
void sendResolve(const QString &endpointReference)
WSDiscoveryClient(QObject *parent=nullptr)
void probeMatchReceived(const WSDiscoveryTargetService &probeMatchService)
void sendProbe(const QList< KDQName > &typeList, const QList< QUrl > &scopeList)
void resolveMatchReceived(const WSDiscoveryTargetService &probeMatchService)
Definition: wsdiscoverytargetservice.h:28