Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
DarkEmu_GameServer
Systems.CommandPacket
C# Class DarkEmu_GameServer.Systems.CommandPacket
Inheritance:
IDisposable
显示文件
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_oe property
public
int
bufPos
return
int
clientSocket
public_oe property
public
Socket
clientSocket
return
Socket
command
public_oe property
public
string
command
return
string
tmpbuf
public_oe property
public
byte[]
tmpbuf
return
byte[]