Property | Type | Description | |
---|---|---|---|
m_bGTMLicensed | System.Boolean | ||
m_hostType | String |
Method | Description | |
---|---|---|
ConnectionInfo ( ) : System | ||
buildURL ( ) : String | ||
buildURLwToken ( string em_ipaddress, string token ) : String | ||
clear ( ) : void | ||
clearAccounts ( ) : void | ||
getAccounts ( ) : String[] | ||
getGTMLicensed ( ) : bool | ||
getLastAccount ( ) : String | ||
getWebProxy ( ) : System.Net.WebProxy | ||
isValid ( ) : System.Boolean | ||
loadFromRegistry ( ) : void | ||
loadFromRegistry ( String sRequestedHostname ) : void | ||
migrateOldSettings ( ) : void | ||
saveToRegistry ( ) : void | ||
saveToRegistry ( String m_hostname ) : void | ||
setCredentials ( string username, string password ) : void | ||
setEndpoint ( String hostname, long port, String endpoint ) : void | ||
setGTMLicensed ( bool bLicensed ) : void | ||
setHostType ( string hosttype ) : void | ||
setLastAccount ( String m_hostname ) : void | ||
setWebProxy ( String host, int port, String proxyUser, String proxyPass ) : void | ||
setWebProxy ( System proxy ) : void |
public buildURLwToken ( string em_ipaddress, string token ) : String | ||
em_ipaddress | string | |
token | string | |
return | String |
public loadFromRegistry ( String sRequestedHostname ) : void | ||
sRequestedHostname | String | |
return | void |
public saveToRegistry ( String m_hostname ) : void | ||
m_hostname | String | |
return | void |
public setCredentials ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
public setEndpoint ( String hostname, long port, String endpoint ) : void | ||
hostname | String | |
port | long | |
endpoint | String | |
return | void |
public setGTMLicensed ( bool bLicensed ) : void | ||
bLicensed | bool | |
return | void |
public setHostType ( string hosttype ) : void | ||
hosttype | string | |
return | void |
public setLastAccount ( String m_hostname ) : void | ||
m_hostname | String | |
return | void |
public setWebProxy ( String host, int port, String proxyUser, String proxyPass ) : void | ||
host | String | |
port | int | |
proxyUser | String | |
proxyPass | String | |
return | void |