C# Class RPGGame.GameServer.ServerSystem.AuthSession

Inheritance: Aegis.Network.Session
Exibir arquivo Open project: SyncZone/Examples

Public Methods

Method Description
AuthSession ( ) : System

Private Methods

Method Description
OnClosed ( Session session ) : void
OnConnected ( Session session, System.Boolean connected ) : void
OnReceived ( Session session, Aegis.StreamBuffer buffer ) : void
SendAndResponse ( PacketRequest reqPacket, Action actionOnReceived ) : void
TryConnect ( ) : void

Method Details

AuthSession() public method

public AuthSession ( ) : System
return System