C# Class iRuler.Utility.ConnectionInfo

Summary description for ConnectionInfo.
Show file Open project: f5devcentral/f5-irule-editor

Public Properties

Property Type Description
bGTMLicensed System.Boolean
creds System.Net.NetworkCredential
sEndpoint String
sHostType String
sHostname String
sPassword String
sPort String
sUsername String

Public Methods

Method Description
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

Method Details

ConnectionInfo() public method

public ConnectionInfo ( ) : System
return System

buildURL() public method

public buildURL ( ) : 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

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 sHostname ) : void
sHostname 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, String port, String endpoint ) : void
hostname String
port String
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 sHostname ) : void
sHostname String
return void

Property Details

bGTMLicensed public property

public Boolean,System bGTMLicensed
return System.Boolean

creds public property

public System.Net.NetworkCredential creds
return System.Net.NetworkCredential

sEndpoint public property

public String sEndpoint
return String

sHostType public property

public String sHostType
return String

sHostname public property

public String sHostname
return String

sPassword public property

public String sPassword
return String

sPort public property

public String sPort
return String

sUsername public property

public String sUsername
return String