C# Класс spaceconquest.GlobalChatClient

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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