C# 클래스 Duality.NetworkProfileServer

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

공개 메소드들

메소드 설명
BeginFrame ( ) : void
EndFrame ( IList counters ) : void
Init ( int port ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
OnClientConnected ( TcpClient client ) : void

메소드 상세

BeginFrame() 공개 정적인 메소드

public static BeginFrame ( ) : void
리턴 void

EndFrame() 공개 정적인 메소드

public static EndFrame ( IList counters ) : void
counters IList
리턴 void

Init() 공개 정적인 메소드

public static Init ( int port ) : void
port int
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void