17 #ifndef WSDISCOVERYCLIENT_H 18 #define WSDISCOVERYCLIENT_H 20 #include "wsdiscoveryclient_export.h" 27 class KDSoapUdpClient;
80 void sendProbe(
const QList<KDQName>& typeList,
const QList<QUrl> &scopeList);
87 void sendResolve(
const QString& endpointReference);
91 void receivedMessage(
const KDSoapMessage& replyMessage,
const KDSoapHeaders& replyHeaders,
const QHostAddress& senderAddress, quint16 senderPort);
94 KDSoapUdpClient * m_soapUdpClient;
97 #endif // WSDISCOVERYCLIENT_H Definition: wsdiscoverytargetservice.h:27
WSDiscoveryClient is a low-level helper for sending and receiving WS-Discovery messages.
Definition: wsdiscoveryclient.h:40