QtsHttp
0.9.0
|
QNAP Turbo NAS server information class. More...
#include <QtsHttp.h>
Public Member Functions | |
CQtsHttpServerInfo () | |
CQtsHttpServerInfo (LPCTSTR strHostName, LPCTSTR strUsername, LPCTSTR strPassword, BOOL bSecureConnection, LPCTSTR strComputerName) | |
Constructor with parameters. More... | |
~CQtsHttpServerInfo () | |
LPCTSTR | GetHostName () |
Get host name. More... | |
LPCTSTR | GetUsername () |
Get user name. More... | |
LPCTSTR | GetPassword () |
Get password. More... | |
BOOL | IsSecureMode () |
Is SSL connect. More... | |
LPCTSTR | GetComputerName () |
Get computer name. More... | |
QNAP Turbo NAS server information class.
CQtsHttpServerInfo::CQtsHttpServerInfo | ( | ) |
Default constructor
CQtsHttpServerInfo::CQtsHttpServerInfo | ( | LPCTSTR | strHostName, |
LPCTSTR | strUsername, | ||
LPCTSTR | strPassword, | ||
BOOL | bSecureConnection, | ||
LPCTSTR | strComputerName | ||
) |
Constructor with parameters.
[IN] | strHostName : Host name. |
[IN] | strUsername : Username. |
[IN] | strPassword : Password. |
[IN] | bSecureConnection : SSL connect. |
[IN] | strComputerName : Computer name. |
CQtsHttpServerInfo::~CQtsHttpServerInfo | ( | ) |
Deconstructor
LPCTSTR CQtsHttpServerInfo::GetComputerName | ( | ) |
Get computer name.
LPCTSTR CQtsHttpServerInfo::GetHostName | ( | ) |
Get host name.
LPCTSTR CQtsHttpServerInfo::GetPassword | ( | ) |
Get password.
LPCTSTR CQtsHttpServerInfo::GetUsername | ( | ) |
Get user name.
BOOL CQtsHttpServerInfo::IsSecureMode | ( | ) |
Is SSL connect.