프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FetchDatabases | void | ||
GetCurrentRevision | int | ||
ParseSessionId | void | ||
Refresh | void | ||
UpdateLoop | void | ||
WaitForRevision | int |
메소드 | 설명 | |
---|---|---|
Client ( |
||
Client ( |
||
Client ( string host, |
||
Dispose ( ) : void | ||
Login ( ) : void | ||
Login ( string password ) : void | ||
Login ( string username, string password ) : void | ||
Logout ( ) : void |
메소드 | 설명 | |
---|---|---|
FetchDatabases ( ) : void | ||
GetCurrentRevision ( ) : int | ||
ParseSessionId ( |
||
Refresh ( ) : void | ||
UpdateLoop ( ) : void | ||
WaitForRevision ( int currentRevision ) : int |
public Client ( |
||
address | ||
port | ||
리턴 | System |
public Client ( string host, |
||
host | string | |
port | ||
리턴 | System |
public Login ( string username, string password ) : void | ||
username | string | |
password | string | |
리턴 | void |