C# 클래스 EditorEngine.Core.Endpoints.Tcp.TcpServer

상속: ITcpServer
파일 보기 프로젝트 열기: continuoustests/EditorEngine 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Send ( string message ) : void
Send ( string message, System.Guid clientID ) : void
Start ( ) : void
Start ( int port ) : void
Stop ( ) : void
TcpServer ( ) : System
TcpServer ( string messageTermination ) : System

비공개 메소드들

메소드 설명
AcceptCallback ( IAsyncResult result ) : void
ReadCompleted ( IAsyncResult result ) : void
SendToClients ( byte data ) : void
WriteCompleted ( IAsyncResult result ) : void
cleanupClients ( ) : void
disconnect ( Client stream ) : void
isEndOfMessage ( int index ) : bool
sendToClient ( byte data, Client client ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Send() 공개 메소드

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

Send() 공개 메소드

public Send ( string message, System.Guid clientID ) : void
message string
clientID System.Guid
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( int port ) : void
port int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TcpServer() 공개 메소드

public TcpServer ( ) : System
리턴 System

TcpServer() 공개 메소드

public TcpServer ( string messageTermination ) : System
messageTermination string
리턴 System