C# Class OpenRA.Server.Connection

显示文件 Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Data List
ExpectLength int
Frame int
MostRecentFrame int
PlayerIndex int
Socket System.Net.Sockets.Socket
State ReceiveState
TimeoutMessageShown bool

Public Methods

Method Description
PopBytes ( int n ) : byte[]
ReadData ( Server server ) : void

Private Methods

Method Description
ReadDataInner ( Server server ) : bool

Method Details

PopBytes() public method

public PopBytes ( int n ) : byte[]
n int
return byte[]

ReadData() public method

public ReadData ( Server server ) : void
server Server
return void

Property Details

Data public_oe property

public List Data
return List

ExpectLength public_oe property

public int ExpectLength
return int

Frame public_oe property

public int Frame
return int

MostRecentFrame public_oe property

public int MostRecentFrame
return int

PlayerIndex public_oe property

public int PlayerIndex
return int

Socket public_oe property

public Socket,System.Net.Sockets Socket
return System.Net.Sockets.Socket

State public_oe property

public ReceiveState State
return ReceiveState

TimeoutMessageShown public_oe property

public bool TimeoutMessageShown
return bool