C# Class GameRevision.GW2Emu.LoginServer.LoginServerApp

Mostra file Open project: puppt/GW2Emu Class Usage Examples

Public Methods

Method Description
LoginServerApp ( ) : System
NewClientHandler ( object sender, NewClientEventArgs e ) : void

New client event handler. This is triggered by the network layer.

Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
RegisterHandlers ( ) : void

Method Details

LoginServerApp() public method

public LoginServerApp ( ) : System
return System

NewClientHandler() public method

New client event handler. This is triggered by the network layer.
public NewClientHandler ( object sender, NewClientEventArgs e ) : void
sender object
e GameRevision.GW2Emu.Common.Network.NewClientEventArgs
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void