![]() |
QtsHttp
0.9.4
|
QNAP Turbo NAS server information class. More...
#import <QtsHttp.h>
Instance Methods | |
(id) | - initWithHostName:username:password:isSecureConnection:computerName: |
Constructor with parameters. More... | |
(NSString *) | - getHostName |
Get host name. More... | |
(NSString *) | - getUserName |
Get user name. More... | |
(NSString *) | - getPassword |
Get password. More... | |
(BOOL) | - isSecureConnection |
Is SSL connect. More... | |
(NSString *) | - getComputerName |
Get computer name. More... | |
Protected Attributes | |
NSString * | m_hostName |
NSString * | m_userName |
NSString * | m_password |
BOOL | m_isSecureConnection |
NSString * | m_computerName |
QNAP Turbo NAS server information class.
- (NSString*) getComputerName |
Get computer name.
- (NSString*) getHostName |
Get host name.
- (NSString*) getPassword |
Get password.
- (NSString*) getUserName |
Get user name.
- (id) initWithHostName: | (NSString *) | hostName | |
username: | (NSString *) | username | |
password: | (NSString *) | password | |
isSecureConnection: | (BOOL) | isSecureConnection | |
computerName: | (NSString *) | computerName | |
Constructor with parameters.
Computer name
[IN] | hostName : Host name. |
[IN] | username : Username. |
[IN] | password : Password. |
[IN] | isSecureConnection : SSL connect. |
[IN] | computerName : Computer name. |
- (BOOL) isSecureConnection |
Is SSL connect.
|
protected |
SSL Connect
|
protected |
Password
|
protected |
Username
|
protected |
Host name