C# Class DarkEmu_GameServer.Systems.CommandPacket

Inheritance: IDisposable
Show file 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 property

public int bufPos
return int

clientSocket public property

public Socket clientSocket
return Socket

command public property

public string command
return string

tmpbuf public property

public byte[] tmpbuf
return byte[]