C# Class DarkEmu_GameServer.Systems.CommandPacket

Inheritance: IDisposable
Exibir arquivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
bufPos int
clientSocket Socket
command string
tmpbuf byte[]

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

bufPos public_oe property

public int bufPos
return int

clientSocket public_oe property

public Socket clientSocket
return Socket

command public_oe property

public string command
return string

tmpbuf public_oe property

public byte[] tmpbuf
return byte[]