C# 클래스 HaloOnline.Server.Core.Log.LogListener

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

공개 메소드들

메소드 설명
BeginListen ( ) : void
EndListen ( ) : void
GetConnectionList ( ) : List
LogListener ( int serverPort, int clientPort ) : System

비공개 메소드들

메소드 설명
AcceptTcpClient ( IAsyncResult ar ) : void
BeginAccept ( ) : void
DisconnectConnection ( IAsyncResult ar ) : void

메소드 상세

BeginListen() 공개 메소드

public BeginListen ( ) : void
리턴 void

EndListen() 공개 메소드

public EndListen ( ) : void
리턴 void

GetConnectionList() 공개 메소드

public GetConnectionList ( ) : List
리턴 List

LogListener() 공개 메소드

public LogListener ( int serverPort, int clientPort ) : System
serverPort int
clientPort int
리턴 System