C# 클래스 AccServer.Program

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

공개 프로퍼티들

프로퍼티 타입 설명
m_LogicTimer System.Timers.Timer
server GameBase.Network.TcpServer

공개 메소드들

메소드 설명
LogicTimer ( object source, System.Timers.ElapsedEventArgs e ) : void
OnClose ( Socket s ) : void
OnConnect ( Socket s ) : void
OnRecv ( Socket s, byte data, int nSize ) : void

비공개 메소드들

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

메소드 상세

LogicTimer() 공개 정적인 메소드

public static LogicTimer ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
리턴 void

OnClose() 공개 정적인 메소드

public static OnClose ( Socket s ) : void
s Socket
리턴 void

OnConnect() 공개 정적인 메소드

public static OnConnect ( Socket s ) : void
s Socket
리턴 void

OnRecv() 공개 정적인 메소드

public static OnRecv ( Socket s, byte data, int nSize ) : void
s Socket
data byte
nSize int
리턴 void

프로퍼티 상세

m_LogicTimer 공개적으로 정적으로 프로퍼티

public static Timer,System.Timers m_LogicTimer
리턴 System.Timers.Timer

server 공개적으로 정적으로 프로퍼티

public static TcpServer,GameBase.Network server
리턴 GameBase.Network.TcpServer