C# Class CFServer.listener2

Afficher le fichier Open project: tuxoko/camfight Class Usage Examples

Méthodes publiques

Свойство Type Description
aTimer System.Timers.Timer

Méthodes publiques

Méthode Description
listener2 ( TcpListener tcpl ) : System
listenthread ( object obj ) : void
startup ( ) : void

Private Methods

Méthode Description
cmdThread ( ) : void
defaultcmd ( packet data ) : void
ping ( object source, System.Timers.ElapsedEventArgs e ) : void
sendPacket ( string user, packet senddata ) : void
userlogin ( packet data ) : void
userlogout ( packet data, bool expected ) : void

Method Details

listener2() public méthode

public listener2 ( TcpListener tcpl ) : System
tcpl System.Net.Sockets.TcpListener
Résultat System

listenthread() public méthode

public listenthread ( object obj ) : void
obj object
Résultat void

startup() public méthode

public startup ( ) : void
Résultat void

Property Details

aTimer public_oe property

public Timer,System.Timers aTimer
Résultat System.Timers.Timer