C# Class iControl.ConnectionInfo

Summary description for ConnectionInfo.
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Properties

Property Type Description
m_bGTMLicensed System.Boolean
m_hostType String

Public Methods

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

Method Details

ConnectionInfo() public method

public ConnectionInfo ( ) : System
return System

buildURL() public method

public buildURL ( ) : String
return String

buildURLwToken() public method

public buildURLwToken ( string em_ipaddress, string token ) : String
em_ipaddress string
token string
return String

clear() public method

public clear ( ) : void
return void

clearAccounts() public method

public clearAccounts ( ) : void
return void

getAccounts() public method

public getAccounts ( ) : String[]
return String[]

getGTMLicensed() public method

public getGTMLicensed ( ) : bool
return bool

getLastAccount() public method

public getLastAccount ( ) : String
return String

getWebProxy() public method

public getWebProxy ( ) : System.Net.WebProxy
return System.Net.WebProxy

isValid() public method

public isValid ( ) : System.Boolean
return System.Boolean

loadFromRegistry() public method

public loadFromRegistry ( ) : void
return void

loadFromRegistry() public method

public loadFromRegistry ( String sRequestedHostname ) : void
sRequestedHostname String
return void

migrateOldSettings() public method

public migrateOldSettings ( ) : void
return void

saveToRegistry() public method

public saveToRegistry ( ) : void
return void

saveToRegistry() public method

public saveToRegistry ( String m_hostname ) : void
m_hostname String
return void

setCredentials() public method

public setCredentials ( string username, string password ) : void
username string
password string
return void

setEndpoint() public method

public setEndpoint ( String hostname, long port, String endpoint ) : void
hostname String
port long
endpoint String
return void

setGTMLicensed() public method

public setGTMLicensed ( bool bLicensed ) : void
bLicensed bool
return void

setHostType() public method

public setHostType ( string hosttype ) : void
hosttype string
return void

setLastAccount() public method

public setLastAccount ( String m_hostname ) : void
m_hostname String
return void

setWebProxy() public method

public setWebProxy ( String host, int port, String proxyUser, String proxyPass ) : void
host String
port int
proxyUser String
proxyPass String
return void

setWebProxy() public method

public setWebProxy ( System proxy ) : void
proxy System
return void

Property Details

m_bGTMLicensed public_oe property

public Boolean,System m_bGTMLicensed
return System.Boolean

m_hostType public_oe property

public String m_hostType
return String