C# 클래스 iControl.ConnectionInfo

Summary description for ConnectionInfo.
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_bGTMLicensed System.Boolean
m_hostType String

공개 메소드들

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

메소드 상세

ConnectionInfo() 공개 메소드

public ConnectionInfo ( ) : System
리턴 System

buildURL() 공개 메소드

public buildURL ( ) : String
리턴 String

buildURLwToken() 공개 메소드

public buildURLwToken ( string em_ipaddress, string token ) : String
em_ipaddress string
token 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

getWebProxy() 공개 메소드

public getWebProxy ( ) : System.Net.WebProxy
리턴 System.Net.WebProxy

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 m_hostname ) : void
m_hostname String
리턴 void

setCredentials() 공개 메소드

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

setEndpoint() 공개 메소드

public setEndpoint ( String hostname, long port, String endpoint ) : void
hostname String
port long
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 m_hostname ) : void
m_hostname String
리턴 void

setWebProxy() 공개 메소드

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

setWebProxy() 공개 메소드

public setWebProxy ( System proxy ) : void
proxy System
리턴 void

프로퍼티 상세

m_bGTMLicensed 공개적으로 프로퍼티

public Boolean,System m_bGTMLicensed
리턴 System.Boolean

m_hostType 공개적으로 프로퍼티

public String m_hostType
리턴 String