C# Class DarkEmu_GameServer.Systems.CommandPacket

Inheritance: IDisposable
Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство Type Description
bufPos int
clientSocket Socket
command string
tmpbuf byte[]

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Property Details

bufPos public_oe property

public int bufPos
Résultat int

clientSocket public_oe property

public Socket clientSocket
Résultat Socket

command public_oe property

public string command
Résultat string

tmpbuf public_oe property

public byte[] tmpbuf
Résultat byte[]