C# Class OpenRA.Server.Connection

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Data List
ExpectLength int
Frame int
MostRecentFrame int
PlayerIndex int
Socket System.Net.Sockets.Socket
State ReceiveState
TimeoutMessageShown bool

Méthodes publiques

Méthode Description
PopBytes ( int n ) : byte[]
ReadData ( Server server ) : void

Private Methods

Méthode Description
ReadDataInner ( Server server ) : bool

Method Details

PopBytes() public méthode

public PopBytes ( int n ) : byte[]
n int
Résultat byte[]

ReadData() public méthode

public ReadData ( Server server ) : void
server Server
Résultat void

Property Details

Data public_oe property

public List Data
Résultat List

ExpectLength public_oe property

public int ExpectLength
Résultat int

Frame public_oe property

public int Frame
Résultat int

MostRecentFrame public_oe property

public int MostRecentFrame
Résultat int

PlayerIndex public_oe property

public int PlayerIndex
Résultat int

Socket public_oe property

public Socket,System.Net.Sockets Socket
Résultat System.Net.Sockets.Socket

State public_oe property

public ReceiveState State
Résultat ReceiveState

TimeoutMessageShown public_oe property

public bool TimeoutMessageShown
Résultat bool