19 #ifndef INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP
20 #define INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP
22 #include <RCF/HttpsEndpoint.hpp>
23 #include <RCF/TcpClientTransport.hpp>
25 #include <RCF/Filter.hpp>
29 class RCF_EXPORT HttpsClientTransport :
public TcpClientTransport
32 HttpsClientTransport(
const HttpsEndpoint & httpsEndpoint);
33 TransportType getTransportType();
38 #endif // ! INCLUDE_RCF_HTTPSCLIENTTRANSPORT_HPP