C# Class AccServer.Program

Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Свойство Type Description
m_LogicTimer System.Timers.Timer
server GameBase.Network.TcpServer

Méthodes publiques

Méthode Description
LogicTimer ( object source, System.Timers.ElapsedEventArgs e ) : void
OnClose ( Socket s ) : void
OnConnect ( Socket s ) : void
OnRecv ( Socket s, byte data, int nSize ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

LogicTimer() public static méthode

public static LogicTimer ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
Résultat void

OnClose() public static méthode

public static OnClose ( Socket s ) : void
s Socket
Résultat void

OnConnect() public static méthode

public static OnConnect ( Socket s ) : void
s Socket
Résultat void

OnRecv() public static méthode

public static OnRecv ( Socket s, byte data, int nSize ) : void
s Socket
data byte
nSize int
Résultat void

Property Details

m_LogicTimer public_oe static_oe property

public static Timer,System.Timers m_LogicTimer
Résultat System.Timers.Timer

server public_oe static_oe property

public static TcpServer,GameBase.Network server
Résultat GameBase.Network.TcpServer