C# 클래스 OGPB.http

파일 보기 프로젝트 열기: Th3ClosetG33k/OGame-Planet-Builder-V2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allPlanetsIDed bool
currentPlanet int
development bool
encrypt Encryption
gui GUI
referer string
server string
session string
token string
version string

공개 메소드들

메소드 설명
CommunicateWithServer ( string page, string toSend ) : string
DownloadFile ( string URL ) : string
Login ( string Username, string Password ) : string
NeedUpdate ( ) : bool
PostFile ( string URL, string post ) : string

비공개 메소드들

메소드 설명
PrepareRequest ( string URL ) : HttpWebRequest
ReadResponseContent ( WebResponse response ) : string

메소드 상세

CommunicateWithServer() 공개 메소드

public CommunicateWithServer ( string page, string toSend ) : string
page string
toSend string
리턴 string

DownloadFile() 공개 메소드

public DownloadFile ( string URL ) : string
URL string
리턴 string

Login() 공개 메소드

public Login ( string Username, string Password ) : string
Username string
Password string
리턴 string

NeedUpdate() 공개 메소드

public NeedUpdate ( ) : bool
리턴 bool

PostFile() 공개 메소드

public PostFile ( string URL, string post ) : string
URL string
post string
리턴 string

프로퍼티 상세

allPlanetsIDed 공개적으로 프로퍼티

public bool allPlanetsIDed
리턴 bool

currentPlanet 공개적으로 프로퍼티

public int currentPlanet
리턴 int

development 공개적으로 프로퍼티

public bool development
리턴 bool

encrypt 공개적으로 프로퍼티

public Encryption encrypt
리턴 Encryption

gui 공개적으로 프로퍼티

public GUI gui
리턴 GUI

referer 공개적으로 프로퍼티

public string referer
리턴 string

server 공개적으로 프로퍼티

public string server
리턴 string

session 공개적으로 프로퍼티

public string session
리턴 string

token 공개적으로 프로퍼티

public string token
리턴 string

version 공개적으로 프로퍼티

public string version
리턴 string