Свойство | Тип | Описание | |
---|---|---|---|
bGTMLicensed | System.Boolean | ||
creds | System.Net.NetworkCredential | ||
sEndpoint | String | ||
sHostType | String | ||
sHostname | String | ||
sPassword | String | ||
sPort | String | ||
sUsername | String |
Метод | Описание | |
---|---|---|
ConnectionInfo ( ) : System | ||
buildURL ( ) : String | ||
clear ( ) : void | ||
clearAccounts ( ) : void | ||
getAccounts ( ) : String[] | ||
getGTMLicensed ( ) : bool | ||
getLastAccount ( ) : String | ||
isValid ( ) : System.Boolean | ||
loadFromRegistry ( ) : void | ||
loadFromRegistry ( String sRequestedHostname ) : void | ||
migrateOldSettings ( ) : void | ||
saveToRegistry ( ) : void | ||
saveToRegistry ( String sHostname ) : void | ||
setCredentials ( string username, string password ) : void | ||
setEndpoint ( String hostname, String port, String endpoint ) : void | ||
setGTMLicensed ( bool bLicensed ) : void | ||
setHostType ( string hosttype ) : void | ||
setLastAccount ( String sHostname ) : void |
public loadFromRegistry ( String sRequestedHostname ) : void | ||
sRequestedHostname | String | |
Результат | void |
public saveToRegistry ( String sHostname ) : void | ||
sHostname | String | |
Результат | void |
public setCredentials ( string username, string password ) : void | ||
username | string | |
password | string | |
Результат | void |
public setEndpoint ( String hostname, String port, String endpoint ) : void | ||
hostname | String | |
port | String | |
endpoint | String | |
Результат | void |
public setGTMLicensed ( bool bLicensed ) : void | ||
bLicensed | bool | |
Результат | void |
public setHostType ( string hosttype ) : void | ||
hosttype | string | |
Результат | void |
public setLastAccount ( String sHostname ) : void | ||
sHostname | String | |
Результат | void |
public System.Net.NetworkCredential creds | ||
Результат | System.Net.NetworkCredential |