#include <Server.h>
◆ CServer()
CServer::CServer |
( |
const CString & |
sName, |
|
|
unsigned short |
uPort = 6667 , |
|
|
const CString & |
sPass = "" , |
|
|
bool |
bSSL = false |
|
) |
| |
◆ ~CServer()
◆ GetName()
const CString& CServer::GetName |
( |
| ) |
const |
◆ GetPass()
const CString& CServer::GetPass |
( |
| ) |
const |
◆ GetPort()
unsigned short CServer::GetPort |
( |
| ) |
const |
◆ GetString()
CString CServer::GetString |
( |
bool |
bIncludePassword = true | ) |
const |
◆ IsSSL()
bool CServer::IsSSL |
( |
| ) |
const |
◆ IsValidHostName()
static bool CServer::IsValidHostName |
( |
const CString & |
sHostName | ) |
|
|
static |
◆ m_bSSL
◆ m_sName
◆ m_sPass
◆ m_uPort
unsigned short CServer::m_uPort |
|
protected |
The documentation for this class was generated from the following file: