#include <Csocket.h>
◆ CSSSLConnection()
| CSSSLConnection::CSSSLConnection |
( |
const CS_STRING & | sHostname, |
|
|
uint16_t | iPort, |
|
|
int | iTimeout = 60 ) |
|
inline |
◆ GetAFRequire()
◆ GetBindHost()
| const CS_STRING & CSConnection::GetBindHost |
( |
| ) |
const |
|
inlineinherited |
◆ GetCipher()
| const CS_STRING & CSConnection::GetCipher |
( |
| ) |
const |
|
inlineinherited |
◆ GetDHParamLocation()
| const CS_STRING & CSConnection::GetDHParamLocation |
( |
| ) |
const |
|
inlineinherited |
◆ GetHostname()
| const CS_STRING & CSConnection::GetHostname |
( |
| ) |
const |
|
inlineinherited |
◆ GetIsSSL()
| bool CSConnection::GetIsSSL |
( |
| ) |
const |
|
inlineinherited |
◆ GetKeyLocation()
| const CS_STRING & CSConnection::GetKeyLocation |
( |
| ) |
const |
|
inlineinherited |
◆ GetPemLocation()
| const CS_STRING & CSConnection::GetPemLocation |
( |
| ) |
const |
|
inlineinherited |
◆ GetPemPass()
| const CS_STRING & CSConnection::GetPemPass |
( |
| ) |
const |
|
inlineinherited |
◆ GetPort()
| uint16_t CSConnection::GetPort |
( |
| ) |
const |
|
inlineinherited |
◆ GetSockName()
| const CS_STRING & CSConnection::GetSockName |
( |
| ) |
const |
|
inlineinherited |
◆ GetTimeout()
| int CSConnection::GetTimeout |
( |
| ) |
const |
|
inlineinherited |
◆ SetAFRequire()
◆ SetBindHost()
| void CSConnection::SetBindHost |
( |
const CS_STRING & | s | ) |
|
|
inlineinherited |
◆ SetCipher()
| void CSConnection::SetCipher |
( |
const CS_STRING & | s | ) |
|
|
inlineinherited |
◆ SetHostname()
| void CSConnection::SetHostname |
( |
const CS_STRING & | s | ) |
|
|
inlineinherited |
◆ SetIsSSL()
| void CSConnection::SetIsSSL |
( |
bool | b | ) |
|
|
inlineinherited |
◆ SetPemLocation()
| void CSConnection::SetPemLocation |
( |
const CS_STRING & | s | ) |
|
|
inlineinherited |
◆ SetPemPass()
| void CSConnection::SetPemPass |
( |
const CS_STRING & | s | ) |
|
|
inlineinherited |
◆ SetPort()
| void CSConnection::SetPort |
( |
uint16_t | i | ) |
|
|
inlineinherited |
sets the port to connect to
References m_iPort.
◆ SetSockName()
| void CSConnection::SetSockName |
( |
const CS_STRING & | s | ) |
|
|
inlineinherited |
sets the name of the socket, used for reference, ie in FindSockByName()
References CS_STRING, and m_sSockName.
◆ SetTimeout()
| void CSConnection::SetTimeout |
( |
int | i | ) |
|
|
inlineinherited |
sets the connection timeout
References m_iTimeout.
◆ m_bIsSSL
| bool CSConnection::m_bIsSSL |
|
protectedinherited |
◆ m_iAFrequire
◆ m_iPort
| uint16_t CSConnection::m_iPort |
|
protectedinherited |
◆ m_iTimeout
| int CSConnection::m_iTimeout |
|
protectedinherited |
◆ m_sBindHost
◆ m_sCipher
◆ m_sDHParamLocation
◆ m_sHostname
◆ m_sKeyLocation
◆ m_sPemLocation
◆ m_sPemPass
◆ m_sSockName
The documentation for this class was generated from the following file: