Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MapServer
GameServer
C# 클래스 MapServer.GameServer
파일 보기
프로젝트 열기: dream-young-soul/soul
공개 메소드들
메소드
설명
GetTcpServer
( ) :
TcpServer
IsTestMode
( ) :
bool
LogicRun
( ) :
void
Start
( ) :
bool
Stop
( ) :
void
비공개 메소드들
메소드
설명
OnClose
(
Socket
s
) :
void
OnConnect
(
Socket
s
) :
void
OnReceive
(
Socket
s
,
byte
data
,
int
nSize
) :
void
메소드 상세
GetTcpServer()
공개
정적인
메소드
public
static
GetTcpServer
( ) :
TcpServer
리턴
GameBase.Network.TcpServer
IsTestMode()
공개
정적인
메소드
public
static
IsTestMode
( ) :
bool
리턴
bool
LogicRun()
공개
정적인
메소드
public
static
LogicRun
( ) :
void
리턴
void
Start()
공개
정적인
메소드
public
static
Start
( ) :
bool
리턴
bool
Stop()
공개
정적인
메소드
public
static
Stop
( ) :
void
리턴
void