C# 클래스 iRuler.Utility.ConnectionInfo

Summary description for ConnectionInfo.
파일 보기 프로젝트 열기: f5devcentral/f5-irule-editor

공개 프로퍼티들

프로퍼티 타입 설명
bGTMLicensed System.Boolean
creds System.Net.NetworkCredential
sEndpoint String
sHostType String
sHostname String
sPassword String
sPort String
sUsername String

공개 메소드들

메소드 설명
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

메소드 상세

ConnectionInfo() 공개 메소드

public ConnectionInfo ( ) : System
리턴 System

buildURL() 공개 메소드

public buildURL ( ) : String
리턴 String

clear() 공개 메소드

public clear ( ) : void
리턴 void

clearAccounts() 공개 메소드

public clearAccounts ( ) : void
리턴 void

getAccounts() 공개 메소드

public getAccounts ( ) : String[]
리턴 String[]

getGTMLicensed() 공개 메소드

public getGTMLicensed ( ) : bool
리턴 bool

getLastAccount() 공개 메소드

public getLastAccount ( ) : String
리턴 String

isValid() 공개 메소드

public isValid ( ) : System.Boolean
리턴 System.Boolean

loadFromRegistry() 공개 메소드

public loadFromRegistry ( ) : void
리턴 void

loadFromRegistry() 공개 메소드

public loadFromRegistry ( String sRequestedHostname ) : void
sRequestedHostname String
리턴 void

migrateOldSettings() 공개 메소드

public migrateOldSettings ( ) : void
리턴 void

saveToRegistry() 공개 메소드

public saveToRegistry ( ) : void
리턴 void

saveToRegistry() 공개 메소드

public saveToRegistry ( String sHostname ) : void
sHostname String
리턴 void

setCredentials() 공개 메소드

public setCredentials ( string username, string password ) : void
username string
password string
리턴 void

setEndpoint() 공개 메소드

public setEndpoint ( String hostname, String port, String endpoint ) : void
hostname String
port String
endpoint String
리턴 void

setGTMLicensed() 공개 메소드

public setGTMLicensed ( bool bLicensed ) : void
bLicensed bool
리턴 void

setHostType() 공개 메소드

public setHostType ( string hosttype ) : void
hosttype string
리턴 void

setLastAccount() 공개 메소드

public setLastAccount ( String sHostname ) : void
sHostname String
리턴 void

프로퍼티 상세

bGTMLicensed 공개적으로 프로퍼티

public Boolean,System bGTMLicensed
리턴 System.Boolean

creds 공개적으로 프로퍼티

public System.Net.NetworkCredential creds
리턴 System.Net.NetworkCredential

sEndpoint 공개적으로 프로퍼티

public String sEndpoint
리턴 String

sHostType 공개적으로 프로퍼티

public String sHostType
리턴 String

sHostname 공개적으로 프로퍼티

public String sHostname
리턴 String

sPassword 공개적으로 프로퍼티

public String sPassword
리턴 String

sPort 공개적으로 프로퍼티

public String sPort
리턴 String

sUsername 공개적으로 프로퍼티

public String sUsername
리턴 String