C# 클래스 OpenRA.Network.Session

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

공개 프로퍼티들

프로퍼티 타입 설명
ClientPings List
Clients List
GlobalSettings Global
Slots Slot>.Dictionary

공개 메소드들

메소드 설명
ClientInSlot ( string slot ) : Client
ClientWithIndex ( int clientID ) : Client
Deserialize ( string data ) : Session
FirstEmptyBotSlot ( ) : string
FirstEmptySlot ( ) : string
PingFromClient ( Client client ) : ClientPing
Serialize ( ) : string

메소드 상세

ClientInSlot() 공개 메소드

public ClientInSlot ( string slot ) : Client
slot string
리턴 Client

ClientWithIndex() 공개 메소드

public ClientWithIndex ( int clientID ) : Client
clientID int
리턴 Client

Deserialize() 공개 정적인 메소드

public static Deserialize ( string data ) : Session
data string
리턴 Session

FirstEmptyBotSlot() 공개 메소드

public FirstEmptyBotSlot ( ) : string
리턴 string

FirstEmptySlot() 공개 메소드

public FirstEmptySlot ( ) : string
리턴 string

PingFromClient() 공개 메소드

public PingFromClient ( Client client ) : ClientPing
client Client
리턴 ClientPing

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

프로퍼티 상세

ClientPings 공개적으로 프로퍼티

public List ClientPings
리턴 List

Clients 공개적으로 프로퍼티

public List Clients
리턴 List

GlobalSettings 공개적으로 프로퍼티

public Global GlobalSettings
리턴 Global

Slots 공개적으로 프로퍼티

public Dictionary Slots
리턴 Slot>.Dictionary