C# 클래스 DarkEmu_GameServer.Systems.Client

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
BuffList bList
State bool
bufCount int
buffer byte[]
clientSocket Socket
tmpbuf byte[]

공개 메소드들

메소드 설명
BytesToString ( byte buff ) : string
Close ( ) : void
Disconnect ( Socket s ) : void
LocalDisconnect ( Socket s ) : void
ReceiveData ( IAsyncResult ar ) : void
Send ( byte buff ) : void

메소드 상세

BytesToString() 공개 메소드

public BytesToString ( byte buff ) : string
buff byte
리턴 string

Close() 공개 메소드

public Close ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( Socket s ) : void
s Socket
리턴 void

LocalDisconnect() 공개 메소드

public LocalDisconnect ( Socket s ) : void
s Socket
리턴 void

ReceiveData() 공개 메소드

public ReceiveData ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

Send() 공개 메소드

public Send ( byte buff ) : void
buff byte
리턴 void

프로퍼티 상세

BuffList 공개적으로 프로퍼티

public bList BuffList
리턴 bList

State 공개적으로 프로퍼티

public bool State
리턴 bool

bufCount 공개적으로 프로퍼티

public int bufCount
리턴 int

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

clientSocket 공개적으로 프로퍼티

public Socket clientSocket
리턴 Socket

tmpbuf 공개적으로 프로퍼티

public byte[] tmpbuf
리턴 byte[]