C# 클래스 SOE.Core.SOEConnectionManager

파일 보기 프로젝트 열기: Joshsora/LibSOE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Server SOEServer

공개 메소드들

메소드 설명
AddNewClient ( SOEClient newClient ) : void
DisconnectClient ( SOEClient client, ushort reason, bool clientBased = false ) : void
GetClient ( int clientId ) : SOEClient
GetClientFromHost ( IPEndPoint client ) : SOEClient
GetClientFromSessionID ( uint sessionId ) : SOEClient
Log ( string message ) : void
SOEConnectionManager ( SOEServer server ) : System
StartKeepAliveThread ( ) : void

메소드 상세

AddNewClient() 공개 메소드

public AddNewClient ( SOEClient newClient ) : void
newClient SOEClient
리턴 void

DisconnectClient() 공개 메소드

public DisconnectClient ( SOEClient client, ushort reason, bool clientBased = false ) : void
client SOEClient
reason ushort
clientBased bool
리턴 void

GetClient() 공개 메소드

public GetClient ( int clientId ) : SOEClient
clientId int
리턴 SOEClient

GetClientFromHost() 공개 메소드

public GetClientFromHost ( IPEndPoint client ) : SOEClient
client System.Net.IPEndPoint
리턴 SOEClient

GetClientFromSessionID() 공개 메소드

public GetClientFromSessionID ( uint sessionId ) : SOEClient
sessionId uint
리턴 SOEClient

Log() 공개 메소드

public Log ( string message ) : void
message string
리턴 void

SOEConnectionManager() 공개 메소드

public SOEConnectionManager ( SOEServer server ) : System
server SOEServer
리턴 System

StartKeepAliveThread() 공개 메소드

public StartKeepAliveThread ( ) : void
리턴 void

프로퍼티 상세

Server 공개적으로 프로퍼티

public SOEServer,SOE.Core Server
리턴 SOEServer