C# Class LoginServer.Systems.Client

Exibir arquivo Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Version int
bufCount int
buffer byte[]
clientSocket Socket
tmpbuf byte[]

Public Methods

Method Description
Disconnect ( Socket s ) : void
LocalDisconnect ( Socket s ) : void
ReceiveData ( IAsyncResult ar ) : void
Send ( byte buff ) : void

Method Details

Disconnect() public method

public Disconnect ( Socket s ) : void
s Socket
return void

LocalDisconnect() public method

public LocalDisconnect ( Socket s ) : void
s Socket
return void

ReceiveData() public method

public ReceiveData ( IAsyncResult ar ) : void
ar IAsyncResult
return void

Send() public method

public Send ( byte buff ) : void
buff byte
return void

Property Details

Version public_oe property

public int Version
return int

bufCount public_oe property

public int bufCount
return int

buffer public_oe property

public byte[] buffer
return byte[]

clientSocket public_oe property

public Socket clientSocket
return Socket

tmpbuf public_oe property

public byte[] tmpbuf
return byte[]