C# Class LoginServer.Systems.Client

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
Version int
bufCount int
buffer byte[]
clientSocket Socket
tmpbuf byte[]

Méthodes publiques

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

Method Details

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

Version public_oe property

public int Version
Résultat int

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[]