C# Class LumiSoft.Net.ServersCore.SocketServerSession

This is base class for SocketServer sessions.
Exibir arquivo Open project: jeske/StepsDB-alpha

Public Methods

Method Description
OnSessionTimeout ( ) : void

Is called by server when session has timed out.

SocketServerSession ( BufferedSocket socket ) : System

Method Details

OnSessionTimeout() public method

Is called by server when session has timed out.
public OnSessionTimeout ( ) : void
return void

SocketServerSession() public method

public SocketServerSession ( BufferedSocket socket ) : System
socket BufferedSocket
return System