C# 클래스 LumiSoft.Net.ServersCore.SocketServerSession

This is base class for SocketServer sessions.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 메소드들

메소드 설명
OnSessionTimeout ( ) : void

Is called by server when session has timed out.

SocketServerSession ( BufferedSocket socket ) : System

메소드 상세

OnSessionTimeout() 공개 메소드

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

SocketServerSession() 공개 메소드

public SocketServerSession ( BufferedSocket socket ) : System
socket BufferedSocket
리턴 System