C# Class iControl.ConnectionInfo

Summary description for ConnectionInfo.
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
m_bGTMLicensed System.Boolean
m_hostType String

Méthodes publiques

Méthode 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

Method Details

ConnectionInfo() public méthode

public ConnectionInfo ( ) : System
Résultat System

buildURL() public méthode

public buildURL ( ) : String
Résultat String

buildURLwToken() public méthode

public buildURLwToken ( string em_ipaddress, string token ) : String
em_ipaddress string
token string
Résultat String

clear() public méthode

public clear ( ) : void
Résultat void

clearAccounts() public méthode

public clearAccounts ( ) : void
Résultat void

getAccounts() public méthode

public getAccounts ( ) : String[]
Résultat String[]

getGTMLicensed() public méthode

public getGTMLicensed ( ) : bool
Résultat bool

getLastAccount() public méthode

public getLastAccount ( ) : String
Résultat String

getWebProxy() public méthode

public getWebProxy ( ) : System.Net.WebProxy
Résultat System.Net.WebProxy

isValid() public méthode

public isValid ( ) : System.Boolean
Résultat System.Boolean

loadFromRegistry() public méthode

public loadFromRegistry ( ) : void
Résultat void

loadFromRegistry() public méthode

public loadFromRegistry ( String sRequestedHostname ) : void
sRequestedHostname String
Résultat void

migrateOldSettings() public méthode

public migrateOldSettings ( ) : void
Résultat void

saveToRegistry() public méthode

public saveToRegistry ( ) : void
Résultat void

saveToRegistry() public méthode

public saveToRegistry ( String m_hostname ) : void
m_hostname String
Résultat void

setCredentials() public méthode

public setCredentials ( string username, string password ) : void
username string
password string
Résultat void

setEndpoint() public méthode

public setEndpoint ( String hostname, long port, String endpoint ) : void
hostname String
port long
endpoint String
Résultat void

setGTMLicensed() public méthode

public setGTMLicensed ( bool bLicensed ) : void
bLicensed bool
Résultat void

setHostType() public méthode

public setHostType ( string hosttype ) : void
hosttype string
Résultat void

setLastAccount() public méthode

public setLastAccount ( String m_hostname ) : void
m_hostname String
Résultat void

setWebProxy() public méthode

public setWebProxy ( String host, int port, String proxyUser, String proxyPass ) : void
host String
port int
proxyUser String
proxyPass String
Résultat void

setWebProxy() public méthode

public setWebProxy ( System proxy ) : void
proxy System
Résultat void

Property Details

m_bGTMLicensed public_oe property

public Boolean,System m_bGTMLicensed
Résultat System.Boolean

m_hostType public_oe property

public String m_hostType
Résultat String