C# 클래스 MapServer.SessionManager

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 메소드들

메소드 설명
AddNetData ( Socket s, byte data, int nLen ) : void
AddSession ( Socket s, TcpServer server ) : void
Dispose ( ) : void
Instance ( ) : SessionManager
IsSession ( Socket s ) : bool
ProcessNetMsg ( ) : void
RemoveSession ( Socket s ) : void
SessionManager ( ) : System

메소드 상세

AddNetData() 공개 메소드

public AddNetData ( Socket s, byte data, int nLen ) : void
s Socket
data byte
nLen int
리턴 void

AddSession() 공개 메소드

public AddSession ( Socket s, TcpServer server ) : void
s Socket
server GameBase.Network.TcpServer
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Instance() 공개 정적인 메소드

public static Instance ( ) : SessionManager
리턴 SessionManager

IsSession() 공개 메소드

public IsSession ( Socket s ) : bool
s Socket
리턴 bool

ProcessNetMsg() 공개 메소드

public ProcessNetMsg ( ) : void
리턴 void

RemoveSession() 공개 메소드

public RemoveSession ( Socket s ) : void
s Socket
리턴 void

SessionManager() 공개 메소드

public SessionManager ( ) : System
리턴 System