18 #ifndef INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP 19 #define INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP 21 #include <RCF/TcpClientTransport.hpp> 27 class RCF_EXPORT HttpsClientTransport :
public TcpClientTransport
30 HttpsClientTransport(
const HttpsEndpoint & httpsEndpoint);
34 std::string mServerUrlPath;
39 #endif // ! INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP Definition: AmiIoHandler.hpp:23
TransportType
Describes the transport types used by a RCF connection.
Definition: Enums.hpp:33