QtsHttp  0.9.0
Public Member Functions | List of all members
CQtsHttpServerInfo Class Reference

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...
 

Detailed Description

QNAP Turbo NAS server information class.

Constructor & Destructor Documentation

CQtsHttpServerInfo::CQtsHttpServerInfo ( )

Default constructor

CQtsHttpServerInfo::CQtsHttpServerInfo ( LPCTSTR  strHostName,
LPCTSTR  strUsername,
LPCTSTR  strPassword,
BOOL  bSecureConnection,
LPCTSTR  strComputerName 
)

Constructor with parameters.

Parameters
[IN]strHostName : Host name.
[IN]strUsername : Username.
[IN]strPassword : Password.
[IN]bSecureConnection : SSL connect.
[IN]strComputerName : Computer name.
Returns
n/a.
CQtsHttpServerInfo::~CQtsHttpServerInfo ( )

Deconstructor

Member Function Documentation

LPCTSTR CQtsHttpServerInfo::GetComputerName ( )

Get computer name.

Returns
LPCTSTR : Computer name.
LPCTSTR CQtsHttpServerInfo::GetHostName ( )

Get host name.

Returns
LPCTSTR : Host name.
LPCTSTR CQtsHttpServerInfo::GetPassword ( )

Get password.

Returns
LPCTSTR : Password.
LPCTSTR CQtsHttpServerInfo::GetUsername ( )

Get user name.

Returns
LPCTSTR : Username.
BOOL CQtsHttpServerInfo::IsSecureMode ( )

Is SSL connect.

Returns
TRUE : SSL connect. FALSE : non-SSL connect.

The documentation for this class was generated from the following file: