C# Class iRuler.Utility.ConnectionInfo

Summary description for ConnectionInfo.
Afficher le fichier Open project: f5devcentral/f5-irule-editor

Méthodes publiques

Свойство Type Description
bGTMLicensed System.Boolean
creds System.Net.NetworkCredential
sEndpoint String
sHostType String
sHostname String
sPassword String
sPort String
sUsername String

Méthodes publiques

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

public ConnectionInfo ( ) : System
Résultat System

buildURL() public méthode

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

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

Property Details

bGTMLicensed public_oe property

public Boolean,System bGTMLicensed
Résultat System.Boolean

creds public_oe property

public System.Net.NetworkCredential creds
Résultat System.Net.NetworkCredential

sEndpoint public_oe property

public String sEndpoint
Résultat String

sHostType public_oe property

public String sHostType
Résultat String

sHostname public_oe property

public String sHostname
Résultat String

sPassword public_oe property

public String sPassword
Résultat String

sPort public_oe property

public String sPort
Résultat String

sUsername public_oe property

public String sUsername
Résultat String