QtsHttp  0.9.1
Public Member Functions | Properties | List of all members
QtsHttp.ServerInfo Class Reference

QNAP Turbo NAS server information class. More...

Public Member Functions

 ServerInfo ()
 
 ServerInfo (string strHostName, string strUsername, string strPassword, bool bSecureConnection, string strComputerName)
 Constructor with parameters. More...
 

Properties

string HostName [get, set]
 
string UserName [get, set]
 
string Password [get, set]
 
bool IsSecureMode [get, set]
 
long PortNumber [get, set]
 
string ComputerName [get, set]
 

Detailed Description

QNAP Turbo NAS server information class.

Constructor & Destructor Documentation

QtsHttp.ServerInfo.ServerInfo ( )

Default constructor

QtsHttp.ServerInfo.ServerInfo ( string  strHostName,
string  strUsername,
string  strPassword,
bool  bSecureConnection,
string  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.

Property Documentation

string QtsHttp.ServerInfo.ComputerName
getset

Get or set computer name.

string QtsHttp.ServerInfo.HostName
getset

Get or set host name.

bool QtsHttp.ServerInfo.IsSecureMode
getset

Get or set is SSL connect.

string QtsHttp.ServerInfo.Password
getset

Get or set password.

long QtsHttp.ServerInfo.PortNumber
getset

Get or set port number.

string QtsHttp.ServerInfo.UserName
getset

Get or set username.


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