Go to the documentation of this file.
42 #ifndef BLOCXX_INETSSLSOCKETIMPL_HPP_INCLUDE_GUARD_
43 #define BLOCXX_INETSSLSOCKETIMPL_HPP_INCLUDE_GUARD_
44 #include "blocxx/BLOCXX_config.h"
53 namespace BLOCXX_NAMESPACE
87 virtual void disconnect();
99 bool peerCertVerified()
const;
104 virtual int readAux(
void* dataIn,
int dataInLen);
108 virtual int writeAux(
const void* dataOut,
int dataOutLen);
110 virtual bool waitForInput(
const Timeout& timeout);
115 #pragma warning (push)
116 #pragma warning (disable: 4251)
122 #pragma warning (pop)
133 #endif // #ifndef BLOCXX_NO_SSL