C# 클래스 hds.MarginSocket

파일 보기 프로젝트 열기: hdneo/mxo-hd

공개 메소드들

메소드 설명
MarginSocket ( ) : System
isAnotherClientActive ( UInt32 charId ) : bool
removeClientsByCharId ( UInt32 charId ) : void
sendUDPSessionReply ( UInt32 charID ) : void

An external Hole to establish the UDP Session. Will be called by a seperate thread maybe (NOT FINISHED YET)

startServer ( ) : void
stopServer ( ) : void
unlockWaitingUser ( UInt32 userId ) : void

비공개 메소드들

메소드 설명
ListenForClients ( ) : void

메소드 상세

MarginSocket() 공개 메소드

public MarginSocket ( ) : System
리턴 System

isAnotherClientActive() 공개 메소드

public isAnotherClientActive ( UInt32 charId ) : bool
charId System.UInt32
리턴 bool

removeClientsByCharId() 공개 메소드

public removeClientsByCharId ( UInt32 charId ) : void
charId System.UInt32
리턴 void

sendUDPSessionReply() 공개 메소드

An external Hole to establish the UDP Session. Will be called by a seperate thread maybe (NOT FINISHED YET)
public sendUDPSessionReply ( UInt32 charID ) : void
charID System.UInt32
리턴 void

startServer() 공개 메소드

public startServer ( ) : void
리턴 void

stopServer() 공개 메소드

public stopServer ( ) : void
리턴 void

unlockWaitingUser() 공개 메소드

public unlockWaitingUser ( UInt32 userId ) : void
userId System.UInt32
리턴 void