C# Class DarkEmu_GameServer.Systems.Client

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство Type Description
BuffList bList
State bool
bufCount int
buffer byte[]
clientSocket Socket
tmpbuf byte[]

Méthodes publiques

Méthode Description
BytesToString ( byte buff ) : string
Close ( ) : void
Disconnect ( Socket s ) : void
LocalDisconnect ( Socket s ) : void
ReceiveData ( IAsyncResult ar ) : void
Send ( byte buff ) : void

Method Details

BytesToString() public méthode

public BytesToString ( byte buff ) : string
buff byte
Résultat string

Close() public méthode

public Close ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( Socket s ) : void
s Socket
Résultat void

LocalDisconnect() public méthode

public LocalDisconnect ( Socket s ) : void
s Socket
Résultat void

ReceiveData() public méthode

public ReceiveData ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

Send() public méthode

public Send ( byte buff ) : void
buff byte
Résultat void

Property Details

BuffList public_oe property

public bList BuffList
Résultat bList

State public_oe property

public bool State
Résultat bool

bufCount public_oe property

public int bufCount
Résultat int

buffer public_oe property

public byte[] buffer
Résultat byte[]

clientSocket public_oe property

public Socket clientSocket
Résultat Socket

tmpbuf public_oe property

public byte[] tmpbuf
Résultat byte[]