C# 클래스 IBE.Web.CompanionInterface

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE

공개 메소드들

메소드 설명
CompanionInterface ( ) : System
Init ( ) : void
LogIn ( String Username, String Password ) : void
Verify ( String Username, String Password, String code ) : void
getData ( String Username, String Password ) : void

비공개 메소드들

메소드 설명
BugFix_CookieDomain ( CookieContainer cookieContainer ) : void
readCookies ( String Filename, CookieContainer Cookies ) : void
writeCookies ( String Filename, CookieContainer Cookies, String Domain ) : void

메소드 상세

CompanionInterface() 공개 메소드

public CompanionInterface ( ) : System
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void

LogIn() 공개 메소드

public LogIn ( String Username, String Password ) : void
Username String
Password String
리턴 void

Verify() 공개 메소드

public Verify ( String Username, String Password, String code ) : void
Username String
Password String
code String
리턴 void

getData() 공개 메소드

public getData ( String Username, String Password ) : void
Username String
Password String
리턴 void