C# 클래스 DBServer.Program

파일 보기 프로젝트 열기: dream-young-soul/soul

공개 메소드들

메소드 설명
OnClose ( Socket s ) : void
OnConnect ( Socket s ) : void
OnReceive ( Socket s, byte data, int nSize ) : void

비공개 메소드들

메소드 설명
LoadGameKernel ( ) : void
LogicRun ( ) : void
Main ( string args ) : void

메소드 상세

OnClose() 공개 정적인 메소드

public static OnClose ( Socket s ) : void
s System.Net.Sockets.Socket
리턴 void

OnConnect() 공개 정적인 메소드

public static OnConnect ( Socket s ) : void
s System.Net.Sockets.Socket
리턴 void

OnReceive() 공개 정적인 메소드

public static OnReceive ( Socket s, byte data, int nSize ) : void
s System.Net.Sockets.Socket
data byte
nSize int
리턴 void