C# 클래스 spaceconquest.GlobalChatClient

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

공개 메소드들

메소드 설명
GetLogs ( ) : List

Method that fetches the last 10 chatlogs on the server Will call another Thread to do the HTTP fetch

GlobalChatClient ( String serverAddress ) : System
SendMessage ( string name, string message ) : System.Boolean

Sends an HTTP GET Request to the web server whose root is @ httpSource returns true if successful otherwise false if error

UpdateLocalLogList ( ) : void

비공개 메소드들

메소드 설명
CreateDeepListCopy ( List list ) : List

메소드 상세

GetLogs() 공개 메소드

Method that fetches the last 10 chatlogs on the server Will call another Thread to do the HTTP fetch
public GetLogs ( ) : List
리턴 List

GlobalChatClient() 공개 메소드

public GlobalChatClient ( String serverAddress ) : System
serverAddress String
리턴 System

SendMessage() 공개 메소드

Sends an HTTP GET Request to the web server whose root is @ httpSource returns true if successful otherwise false if error
public SendMessage ( string name, string message ) : System.Boolean
name string
message string
리턴 System.Boolean

UpdateLocalLogList() 공개 메소드

public UpdateLocalLogList ( ) : void
리턴 void