Property | Type | Description | |
---|---|---|---|
host | string | ||
name | string | ||
password | string | ||
port | string | ||
streamSocketListner |
Property | Type | Description | |
---|---|---|---|
connectionproblem | bool | ||
idle | bool |
Method | Description | |
---|---|---|
CheckConnection ( bool silent = true, bool retry = false ) : Task |
||
Close ( bool connectionproblem = false ) : Task |
||
Connect ( string host, string port, string password = null, bool silent = false, int timeout ) : Task |
||
Disconnect ( ) : Task |
||
Idle ( string subsystems = "" ) : Task
|
||
NoIdle ( ) : System.Threading.Tasks.Task | ||
Password ( string password, bool closesocket = true ) : Task |
||
Ping ( bool silent = true, bool retry = false ) : Task |
||
RefreshConnection ( ) : Task |
||
Response ( int qId ) : Task |
||
Send ( string cmd ) : Task |
||
Send ( string cmd, List |
||
Send ( string cmd, List |
||
TestConnect ( string host, string port, string password = null, bool silent = false, int timeout ) : bool>>.Task |
||
TestPermission ( ) : Status>>.Task |
Method | Description | |
---|---|---|
NotifyPropertyChanged ( [ propertyName = "" ) : void | ||
SendConnectionProblem ( ) : void |
Method | Description | |
---|---|---|
RunQueue ( ) : System.Threading.Tasks.Task | ||
Send ( string send, bool silent, bool retry, bool wait ) : Task |
public CheckConnection ( bool silent = true, bool retry = false ) : Task |
||
silent | bool | |
retry | bool | |
return | Task |
public Close ( bool connectionproblem = false ) : Task |
||
connectionproblem | bool | |
return | Task |
public Connect ( string host, string port, string password = null, bool silent = false, int timeout ) : Task |
||
host | string | |
port | string | |
password | string | |
silent | bool | |
timeout | int | |
return | Task |
public NoIdle ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected NotifyPropertyChanged ( [ propertyName = "" ) : void | ||
propertyName | [ | |
return | void |
public Password ( string password, bool closesocket = true ) : Task |
||
password | string | |
closesocket | bool | |
return | Task |
public Ping ( bool silent = true, bool retry = false ) : Task |
||
silent | bool | |
retry | bool | |
return | Task |
public Send ( string cmd, List |
||
cmd | string | |
args | List |
|
quoted_args | List |
|
reversarguments | bool | |
return | Task |
public TestConnect ( string host, string port, string password = null, bool silent = false, int timeout ) : bool>>.Task |
||
host | string | |
port | string | |
password | string | |
silent | bool | |
timeout | int | |
return | bool>>.Task |