C# Class CFServer.listener2

Show file Open project: tuxoko/camfight Class Usage Examples

Public Properties

Property Type Description
aTimer System.Timers.Timer

Public Methods

Method Description
listener2 ( TcpListener tcpl ) : System
listenthread ( object obj ) : void
startup ( ) : void

Private Methods

Method 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 method

public listener2 ( TcpListener tcpl ) : System
tcpl System.Net.Sockets.TcpListener
return System

listenthread() public method

public listenthread ( object obj ) : void
obj object
return void

startup() public method

public startup ( ) : void
return void

Property Details

aTimer public property

public Timer,System.Timers aTimer
return System.Timers.Timer