C# 클래스 GPATool.Util.XMLConfig

파일 보기 프로젝트 열기: hackerzhou/GPATool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
adminHardwareId String
adminHardwareKey String
adminPassword String
adminUsername String
autoRefreshInterval int
dirty bool
isAdmin bool
isSavePassword bool
proxyHost String
proxyPassword String
proxyPort int
proxyUseAuth bool
proxyUsername String
styleIndex int
urpPassword String
urpUsername String
useAutoRefresh bool
useProxy bool

공개 메소드들

메소드 설명
GetDocument ( ) : XmlDocument
GetProxy ( ) : WebProxy
LoadConfig ( ) : void
WriteConfig ( ) : void

메소드 상세

GetDocument() 공개 정적인 메소드

public static GetDocument ( ) : XmlDocument
리턴 System.Xml.XmlDocument

GetProxy() 공개 정적인 메소드

public static GetProxy ( ) : WebProxy
리턴 System.Net.WebProxy

LoadConfig() 공개 정적인 메소드

public static LoadConfig ( ) : void
리턴 void

WriteConfig() 공개 정적인 메소드

public static WriteConfig ( ) : void
리턴 void

프로퍼티 상세

adminHardwareId 공개적으로 정적으로 프로퍼티

public static String adminHardwareId
리턴 String

adminHardwareKey 공개적으로 정적으로 프로퍼티

public static String adminHardwareKey
리턴 String

adminPassword 공개적으로 정적으로 프로퍼티

public static String adminPassword
리턴 String

adminUsername 공개적으로 정적으로 프로퍼티

public static String adminUsername
리턴 String

autoRefreshInterval 공개적으로 정적으로 프로퍼티

public static int autoRefreshInterval
리턴 int

dirty 공개적으로 정적으로 프로퍼티

public static bool dirty
리턴 bool

isAdmin 공개적으로 정적으로 프로퍼티

public static bool isAdmin
리턴 bool

isSavePassword 공개적으로 정적으로 프로퍼티

public static bool isSavePassword
리턴 bool

proxyHost 공개적으로 정적으로 프로퍼티

public static String proxyHost
리턴 String

proxyPassword 공개적으로 정적으로 프로퍼티

public static String proxyPassword
리턴 String

proxyPort 공개적으로 정적으로 프로퍼티

public static int proxyPort
리턴 int

proxyUseAuth 공개적으로 정적으로 프로퍼티

public static bool proxyUseAuth
리턴 bool

proxyUsername 공개적으로 정적으로 프로퍼티

public static String proxyUsername
리턴 String

styleIndex 공개적으로 정적으로 프로퍼티

public static int styleIndex
리턴 int

urpPassword 공개적으로 정적으로 프로퍼티

public static String urpPassword
리턴 String

urpUsername 공개적으로 정적으로 프로퍼티

public static String urpUsername
리턴 String

useAutoRefresh 공개적으로 정적으로 프로퍼티

public static bool useAutoRefresh
리턴 bool

useProxy 공개적으로 정적으로 프로퍼티

public static bool useProxy
리턴 bool